#320213

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

Shades of Rustic Red #320213

Tints of Rustic Red #320213

Color information

#320213 (or 0x320213) is unknown color: approx Rustic Red. HEX triplet: 32, 02 and 13. RGB value is (50,2,19). Sum of RGB (Red+Green+Blue) = 50+2+19=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320213 is #CDFDEC. Grayscale: #121212. Windows color (decimal): -13499885 or 1245746. OLE color: 1245746.

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

Color convert

RGB50219-
CMYK00.960.620.80
HSL338.75º92.31%10.2%-
HSV(B)338.75º96%19.61%-
XYZ1.450.770.69-
YUV18.29128.4150.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=70.42%
G=2.82%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5021900.960.620.80338.7592.3110.2
Hex322130603E501535ca
Octal6222301407612052313412
Binary110010101001101100000111110101000010101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320213; }

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

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

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

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

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

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

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

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