Html Css Color HEX #420412 Rustic Red

📋 copy color: '#420412'

red 66 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #420412

Tints of Rustic Red #420412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.55%

 BLUE value IS 18 (7.42% from 255) = 20.45%

R = 75%
G = 4.55%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#420412 (or 0x420412) is known color: Rustic Red. HEX triplet: 42, 04 and 12. RGB value is (66,4,18). Sum of RGB (Red+Green+Blue) = 66+4+18=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #420412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420412 is #BDFBED. Grayscale: #181818. Windows color (decimal): -12450798 or 1180738. OLE color: 1180738.

HSL color Cylindrical-coordinate representation of color #420412: hue angle of 346.45º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420412 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 18 -
CMYK 0 0.94 0.73 0.74
HSL 346.45º 0.89% 0.14% -
HSV(B) 346.45º 0.94% 0.26% -
XYZ 2.4 1.29 0.69 -
YUV 24.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 66 4 18 0 0.94 0.73 0.74 346.45 0.89 0.14
Hex 42 4 12 0 5E 49 4A 15A 59 E
Octal 102 4 22 0 136 111 112 532 131 16
Binary 1000010 100 10010 0 1011110 1001001 1001010 101011010 1011001 1110

Color Harmonies of #420412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420412

Black with #420412

Text Example


Text Example

White with #420412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420412; }

 p { color: rgb(66,4,18); }

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

background-color css

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

 a { background-color: rgb(66,4,18); }

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

border-color css

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

 span { border-color: rgb(66,4,18); }

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