Html Css Color HEX #420C18 Rustic Red

📋 copy color: '#420C18'

red 66 ◦ green 12 ◦ blue 24

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

Shades of Rustic Red #420C18

Tints of Rustic Red #420C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.76%

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

R = 64.71%
G = 11.76%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420C18 (or 0x420C18) is known color: Rustic Red. HEX triplet: 42, 0C and 18. RGB value is (66,12,24). Sum of RGB (Red+Green+Blue) = 66+12+24=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C18 is #BDF3E7. Grayscale: #1D1D1D. Windows color (decimal): -12448744 or 1576002. OLE color: 1576002.

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

Color convert

RGB 66 12 24 -
CMYK 0 0.82 0.64 0.74
HSL 346.67º 0.69% 0.15% -
HSV(B) 346.67º 0.82% 0.26% -
XYZ 2.54 1.49 1.02 -
YUV 29.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 66 12 24 0 0.82 0.64 0.74 346.67 0.69 0.15
Hex 42 C 18 0 52 40 4A 15B 45 F
Octal 102 14 30 0 122 100 112 533 105 17
Binary 1000010 1100 11000 0 1010010 1000000 1001010 101011011 1000101 1111

Color Harmonies of #420C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C18

Black with #420C18

Text Example


Text Example

White with #420C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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