#320209

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

Shades of Rustic Red #320209

Tints of Rustic Red #320209

Color information

#320209 (or 0x320209) is unknown color: approx Rustic Red. HEX triplet: 32, 02 and 09. RGB value is (50,2,9). Sum of RGB (Red+Green+Blue) = 50+2+9=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #320209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320209 is #CDFDF6. Grayscale: #111111. Windows color (decimal): -13499895 or 590386. OLE color: 590386.

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

Color convert

RGB5029-
CMYK00.960.820.80
HSL351.25º92.31%10.2%-
HSV(B)351.25º96%19.61%-
XYZ1.390.740.33-
YUV17.15123.4151.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 81.97%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=81.97%
G=3.28%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal502900.960.820.80351.2592.3110.2
Hex3229060525015f5ca
Octal62211014012212053713412
Binary110010101001011000001010010101000010101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320209; }

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

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

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

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

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

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

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

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