#420204

Color #420204 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #420204

Tints of Rustic Red #420204

Color information

#420204 (or 0x420204) is unknown color: approx 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

RGB6624-
CMYK00.970.940.74
HSL358.12º94.12%13.33%-
HSV(B)358.12º96.97%25.88%-
XYZ2.291.210.23-
YUV21.36118.2159.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal662400.970.940.74358.1294.1213.33
Hex42240615E4A1665ed
Octal10224014113611254613615
Binary100001010100011000011011110100101010110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>