#420407

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

Shades of Rustic Red #420407

Tints of Rustic Red #420407

Color information

#420407 (or 0x420407) is unknown color: approx Rustic Red. HEX triplet: 42, 04 and 07. RGB value is (66,4,7). Sum of RGB (Red+Green+Blue) = 66+4+7=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #420407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420407 is #BDFBF8. Grayscale: #161616. Windows color (decimal): -12450809 or 459842. OLE color: 459842.

HSL color Cylindrical-coordinate representation of color #420407: hue angle of 357.1º 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 #420407 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB6647-
CMYK00.940.890.74
HSL357.1º88.57%13.73%-
HSV(B)357.1º93.94%25.88%-
XYZ2.331.260.32-
YUV22.88119.04158.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 85.71%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 7 (3.12% from 255) = 9.09%
R=85.71%
G=5.19%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal664700.940.890.74357.188.5713.73
Hex424705E594A16559e
Octal10247013613111254513116
Binary1000010100111010111101011001100101010110010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420407; }

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

 H1.HeaderClassName
 {
   color: #420407;
 }
 .AnyTagClassName
 {
   color: #420407;
 }
</style>
background-color css

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

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

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

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

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

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