#420512

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

Shades of Rustic Red #420512

Tints of Rustic Red #420512

Color information

#420512 (or 0x420512) is unknown color: approx Rustic Red. HEX triplet: 42, 05 and 12. RGB value is (66,5,18). Sum of RGB (Red+Green+Blue) = 66+5+18=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420512 is #BDFAED. Grayscale: #181818. Windows color (decimal): -12450542 or 1180994. OLE color: 1180994.

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

Color convert

RGB66518-
CMYK00.920.730.74
HSL347.21º85.92%13.92%-
HSV(B)347.21º92.42%25.88%-
XYZ2.411.310.7-
YUV24.72124.21157.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=74.16%
G=5.62%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651800.920.730.74347.2185.9213.92
Hex4251205C494A15b56e
Octal102522013411111253312616
Binary100001010110010010111001001001100101010101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420512; }

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

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

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

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

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

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

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

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