#320212

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

Shades of Rustic Red #320212

Tints of Rustic Red #320212

Color information

#320212 (or 0x320212) is unknown color: approx Rustic Red. HEX triplet: 32, 02 and 12. RGB value is (50,2,18). Sum of RGB (Red+Green+Blue) = 50+2+18=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #320212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320212 is #CDFDED. Grayscale: #121212. Windows color (decimal): -13499886 or 1180210. OLE color: 1180210.

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

Color convert

RGB50218-
CMYK00.960.640.80
HSL340º92.31%10.2%-
HSV(B)340º96%19.61%-
XYZ1.450.770.64-
YUV18.18127.9150.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=71.43%
G=2.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021800.960.640.8034092.3110.2
Hex3221206040501545ca
Octal62222014010012052413412
Binary1100101010010011000001000000101000010101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320212; }

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

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

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

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

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

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

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

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