Html Css Color HEX #19030A Rustic Red

📋 copy color: '#19030A'

red 25 ◦ green 3 ◦ blue 10

#19030A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #19030A

Tints of Rustic Red #19030A

RGB

 RED value IS 25 (10.16% from 255) = 65.79%

 GREEN value IS 3 (1.56% from 255) = 7.89%

 BLUE value IS 10 (4.3% from 255) = 26.32%

R = 65.79%
G = 7.89%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.90

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#19030A (or 0x19030A) is known color: Rustic Red. HEX triplet: 19, 03 and 0A. RGB value is (25,3,10). Sum of RGB (Red+Green+Blue) = 25+3+10=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #19030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19030A is #E6FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15138038 or 656153. OLE color: 656153.

HSL color Cylindrical-coordinate representation of color #19030A: hue angle of 340.91º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19030A is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 3 10 -
CMYK 0 0.88 0.60 0.90
HSL 340.91º 0.79% 0.05% -
HSV(B) 340.91º 0.88% 0.1% -
XYZ 0.49 0.29 0.32 -
YUV 10.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 25 3 10 0 0.88 0.60 0.90 340.91 0.79 0.05
Hex 19 3 A 0 58 3C 5A 155 4F 5
Octal 31 3 12 0 130 74 132 525 117 5
Binary 11001 11 1010 0 1011000 111100 1011010 101010101 1001111 101

Color Harmonies of #19030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19030A

Black with #19030A

Text Example


Text Example

White with #19030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19030A; }

 p { color: rgb(25,3,10); }

 H1.HeaderClassName
 {
   color: #19030A;
 }
 .AnyTagClassName
 {
   color: #19030A;
 }
</style>

background-color css

<style>
 a { background-color: #19030A; }

 a { background-color: rgb(25,3,10); }

 div.DivClassName
 {
   background-color: #19030A;
 }
 .BgClassName
 {
   background-color: #19030A;
 }
</style>

border-color css

<style>
 span { border-color: #19030A; }

 span { border-color: rgb(25,3,10); }

 td.TdClassName
 {
   border-color: #19030A;
 }
 .TagClassName
 {
   border-color: #19030A;
 }
</style>