#320809

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

Shades of Rustic Red #320809

Tints of Rustic Red #320809

Color information

#320809 (or 0x320809) is unknown color: approx Rustic Red. HEX triplet: 32, 08 and 09. RGB value is (50,8,9). Sum of RGB (Red+Green+Blue) = 50+8+9=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320809 is #CDF7F6. Grayscale: #141414. Windows color (decimal): -13498359 or 591922. OLE color: 591922.

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

Color convert

RGB5089-
CMYK00.840.820.80
HSL358.57º72.41%11.37%-
HSV(B)358.57º84%19.61%-
XYZ1.450.870.35-
YUV20.67121.41148.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 74.63%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=74.63%
G=11.94%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal508900.840.820.80358.5772.4111.37
Hex3289054525016748b
Octal621011012412212054711013
Binary11001010001001010101001010010101000010110011110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320809; }

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

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

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

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

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

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

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

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