#32080C

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

Shades of Rustic Red #32080C

Tints of Rustic Red #32080C

Color information

#32080C (or 0x32080C) is unknown color: approx Rustic Red. HEX triplet: 32, 08 and 0C. RGB value is (50,8,12). Sum of RGB (Red+Green+Blue) = 50+8+12=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #32080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32080C is #CDF7F3. Grayscale: #151515. Windows color (decimal): -13498356 or 788530. OLE color: 788530.

HSL color Cylindrical-coordinate representation of color #32080C: hue angle of 354.29º 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 #32080C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB50812-
CMYK00.840.760.80
HSL354.29º72.41%11.37%-
HSV(B)354.29º84%19.61%-
XYZ1.470.880.44-
YUV21.01122.91148.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=71.43%
G=11.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5081200.840.760.80354.2972.4111.37
Hex328C0544C5016248b
Octal621014012411412054211013
Binary11001010001100010101001001100101000010110001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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