#32020C

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

Shades of Rustic Red #32020C

Tints of Rustic Red #32020C

Color information

#32020C (or 0x32020C) is unknown color: approx Rustic Red. HEX triplet: 32, 02 and 0C. RGB value is (50,2,12). Sum of RGB (Red+Green+Blue) = 50+2+12=64 (8% of max value = 765). Red value is 50 (19.92% from 255 or 78.12% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 50 - color contains mainly: red. Hex color #32020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32020C is #CDFDF3. Grayscale: #111111. Windows color (decimal): -13499892 or 786994. OLE color: 786994.

HSL color Cylindrical-coordinate representation of color #32020C: hue angle of 347.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32020C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB50212-
CMYK00.960.760.80
HSL347.5º92.31%10.2%-
HSV(B)347.5º96%19.61%-
XYZ1.40.750.42-
YUV17.49124.9151.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 78.12%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=78.12%
G=3.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021200.960.760.80347.592.3110.2
Hex322C0604C5015c5ca
Octal62214014011412053413412
Binary110010101100011000001001100101000010101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,2,12); }

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

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

 a { background-color: rgb(50,2,12); }

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

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

 span { border-color: rgb(50,2,12); }

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