Html Css Color HEX #420204 Rustic Red

📋 copy color: '#420204'

red 66 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #420204

Tints of Rustic Red #420204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 91.67%
G = 2.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#420204 (or 0x420204) is known color: Rustic Red. HEX triplet: 42, 02 and 04. RGB value is (66,2,4). Sum of RGB (Red+Green+Blue) = 66+2+4=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420204 is #BDFDFB. Grayscale: #151515. Windows color (decimal): -12451324 or 262722. OLE color: 262722.

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

Color convert

RGB 66 2 4 -
CMYK 0 0.97 0.94 0.74
HSL 358.13º 0.94% 0.13% -
HSV(B) 358.13º 0.97% 0.26% -
XYZ 2.29 1.21 0.23 -
YUV 21.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 66 2 4 0 0.97 0.94 0.74 358.13 0.94 0.13
Hex 42 2 4 0 61 5E 4A 166 5E D
Octal 102 2 4 0 141 136 112 546 136 15
Binary 1000010 10 100 0 1100001 1011110 1001010 101100110 1011110 1101

Color Harmonies of #420204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420204

Black with #420204

Text Example


Text Example

White with #420204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420204; }

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

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

background-color css

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

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

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

border-color css

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

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

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