Html Css Color HEX #420D18 Rustic Red

📋 copy color: '#420D18'

red 66 ◦ green 13 ◦ blue 24

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

Shades of Rustic Red #420D18

Tints of Rustic Red #420D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.62%

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 64.08%
G = 12.62%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420D18 (or 0x420D18) is known color: Rustic Red. HEX triplet: 42, 0D and 18. RGB value is (66,13,24). Sum of RGB (Red+Green+Blue) = 66+13+24=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420D18 is #BDF2E7. Grayscale: #1E1E1E. Windows color (decimal): -12448488 or 1576258. OLE color: 1576258.

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

Color convert

RGB 66 13 24 -
CMYK 0 0.80 0.64 0.74
HSL 347.55º 0.67% 0.15% -
HSV(B) 347.55º 0.8% 0.26% -
XYZ 2.56 1.51 1.02 -
YUV 30.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 66 13 24 0 0.80 0.64 0.74 347.55 0.67 0.15
Hex 42 D 18 0 50 40 4A 15C 43 F
Octal 102 15 30 0 120 100 112 534 103 17
Binary 1000010 1101 11000 0 1010000 1000000 1001010 101011100 1000011 1111

Color Harmonies of #420D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D18

Black with #420D18

Text Example


Text Example

White with #420D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,24); }

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

background-color css

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

 a { background-color: rgb(66,13,24); }

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

border-color css

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

 span { border-color: rgb(66,13,24); }

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