#320206

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

Shades of Rustic Red #320206

Tints of Rustic Red #320206

Color information

#320206 (or 0x320206) is unknown color: approx Rustic Red. HEX triplet: 32, 02 and 06. RGB value is (50,2,6). Sum of RGB (Red+Green+Blue) = 50+2+6=58 (7% of max value = 765). Red value is 50 (19.92% from 255 or 86.21% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 50 - color contains mainly: red. Hex color #320206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320206 is #CDFDF9. Grayscale: #101010. Windows color (decimal): -13499898 or 393778. OLE color: 393778.

HSL color Cylindrical-coordinate representation of color #320206: hue angle of 355º 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 #320206 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB5026-
CMYK00.960.880.80
HSL355º92.31%10.2%-
HSV(B)355º96%19.61%-
XYZ1.370.730.24-
YUV16.81121.9151.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 86.21%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=86.21%
G=3.45%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal502600.960.880.8035592.3110.2
Hex322606058501635ca
Octal6226014013012054313412
Binary11001010110011000001011000101000010110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320206; }

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

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

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

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

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

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

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

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