#320009

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

Shades of Rustic Red #320009

Tints of Rustic Red #320009

Color information

#320009 (or 0x320009) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 09. RGB value is (50,0,9). Sum of RGB (Red+Green+Blue) = 50+0+9=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320009 is #CDFFF6. Grayscale: #0F0F0F. Windows color (decimal): -13500407 or 589874. OLE color: 589874.

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

Color convert

RGB5009-
CMYK010.820.80
HSL349.2º100%9.8%-
HSV(B)349.2º100%19.61%-
XYZ1.360.70.32-
YUV15.98124.06152.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 84.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=84.75%
G=0%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5009010.820.80349.21009.8
Hex3209064525015d64a
Octal62011014412212053514412
Binary11001001001011001001010010101000010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320009; }

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

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

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

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

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

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

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

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