#420006

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

Shades of Rustic Red #420006

Tints of Rustic Red #420006

Color information

#420006 (or 0x420006) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 06. RGB value is (66,0,6). Sum of RGB (Red+Green+Blue) = 66+0+6=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420006 is #BDFFF9. Grayscale: #141414. Windows color (decimal): -12451834 or 393282. OLE color: 393282.

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

Color convert

RGB6606-
CMYK010.910.74
HSL354.55º100%12.94%-
HSV(B)354.55º100%25.88%-
XYZ2.281.170.28-
YUV20.42119.87160.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 91.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=91.67%
G=0%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6606010.910.74354.5510012.94
Hex42060645B4A16364d
Octal10206014413311254314415
Binary10000100110011001001011011100101010110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420006; }

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

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

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

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

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

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

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

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