#420009

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

Shades of Rustic Red #420009

Tints of Rustic Red #420009

Color information

#420009 (or 0x420009) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 09. RGB value is (66,0,9). Sum of RGB (Red+Green+Blue) = 66+0+9=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420009 is #BDFFF6. Grayscale: #141414. Windows color (decimal): -12451831 or 589890. OLE color: 589890.

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

Color convert

RGB6609-
CMYK010.860.74
HSL351.82º100%12.94%-
HSV(B)351.82º100%25.88%-
XYZ2.31.180.36-
YUV20.76121.37160.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 12%
R=88%
G=0%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6609010.860.74351.8210012.94
Hex4209064564A16064d
Octal102011014412611254014415
Binary100001001001011001001010110100101010110000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420009; }

 p { color: rgb(66,0,9); }

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

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

 a { background-color: rgb(66,0,9); }

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

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

 span { border-color: rgb(66,0,9); }

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