Html Css Color HEX #420A19 Rustic Red

📋 copy color: '#420A19'

red 66 ◦ green 10 ◦ blue 25

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

Shades of Rustic Red #420A19

Tints of Rustic Red #420A19

RGB

 RED value IS 66 (26.17% from 255) = 65.35%

 GREEN value IS 10 (4.3% from 255) = 9.9%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 65.35%
G = 9.9%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#420A19 (or 0x420A19) is known color: Rustic Red. HEX triplet: 42, 0A and 19. RGB value is (66,10,25). Sum of RGB (Red+Green+Blue) = 66+10+25=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A19 is #BDF5E6. Grayscale: #1C1C1C. Windows color (decimal): -12449255 or 1641026. OLE color: 1641026.

HSL color Cylindrical-coordinate representation of color #420A19: hue angle of 343.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420A19 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 10 25 -
CMYK 0 0.85 0.62 0.74
HSL 343.93º 0.74% 0.15% -
HSV(B) 343.93º 0.85% 0.26% -
XYZ 2.53 1.45 1.07 -
YUV 28.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 66 10 25 0 0.85 0.62 0.74 343.93 0.74 0.15
Hex 42 A 19 0 55 3E 4A 158 4A F
Octal 102 12 31 0 125 76 112 530 112 17
Binary 1000010 1010 11001 0 1010101 111110 1001010 101011000 1001010 1111

Color Harmonies of #420A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A19

Black with #420A19

Text Example


Text Example

White with #420A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420A19; }

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

 H1.HeaderClassName
 {
   color: #420A19;
 }
 .AnyTagClassName
 {
   color: #420A19;
 }
</style>

background-color css

<style>
 a { background-color: #420A19; }

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

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

border-color css

<style>
 span { border-color: #420A19; }

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

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