#420012

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

Shades of Rustic Red #420012

Tints of Rustic Red #420012

Color information

#420012 (or 0x420012) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 12. RGB value is (66,0,18). Sum of RGB (Red+Green+Blue) = 66+0+18=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420012 is #BDFFED. Grayscale: #151515. Windows color (decimal): -12451822 or 1179714. OLE color: 1179714.

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

Color convert

RGB66018-
CMYK010.730.74
HSL343.64º100%12.94%-
HSV(B)343.64º100%25.88%-
XYZ2.361.20.68-
YUV21.79125.87159.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=78.57%
G=0%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66018010.730.74343.6410012.94
Hex42012064494A15864d
Octal102022014411111253014415
Binary1000010010010011001001001001100101010101100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420012; }

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

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

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

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

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

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

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

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