#420612

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

Shades of Rustic Red #420612

Tints of Rustic Red #420612

Color information

#420612 (or 0x420612) is unknown color: approx Rustic Red. HEX triplet: 42, 06 and 12. RGB value is (66,6,18). Sum of RGB (Red+Green+Blue) = 66+6+18=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #420612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420612 is #BDF9ED. Grayscale: #191919. Windows color (decimal): -12450286 or 1181250. OLE color: 1181250.

HSL color Cylindrical-coordinate representation of color #420612: hue angle of 348º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420612 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB66618-
CMYK00.910.730.74
HSL348º83.33%14.12%-
HSV(B)348º90.91%25.88%-
XYZ2.421.330.7-
YUV25.31123.88157.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 73.33%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 18 (7.42% from 255) = 20%
R=73.33%
G=6.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6661800.910.730.7434883.3314.12
Hex4261205B494A15c53e
Octal102622013311111253412316
Binary100001011010010010110111001001100101010101110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420612; }

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

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

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

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

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

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

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

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