#42050C

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

Shades of Rustic Red #42050C

Tints of Rustic Red #42050C

Color information

#42050C (or 0x42050C) is unknown color: approx Rustic Red. HEX triplet: 42, 05 and 0C. RGB value is (66,5,12). Sum of RGB (Red+Green+Blue) = 66+5+12=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #42050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050C is #BDFAF3. Grayscale: #181818. Windows color (decimal): -12450548 or 787778. OLE color: 787778.

HSL color Cylindrical-coordinate representation of color #42050C: hue angle of 353.11º 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 #42050C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB66512-
CMYK00.920.820.74
HSL353.11º85.92%13.92%-
HSV(B)353.11º92.42%25.88%-
XYZ2.371.290.47-
YUV24.04121.21157.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 79.52%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=79.52%
G=6.02%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6651200.920.820.74353.1185.9213.92
Hex425C05C524A16156e
Octal102514013412211254112616
Binary10000101011100010111001010010100101010110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42050C; }

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

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

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

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

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

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

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

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