#320011

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

Shades of Rustic Red #320011

Tints of Rustic Red #320011

Color information

#320011 (or 0x320011) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 11. RGB value is (50,0,17). Sum of RGB (Red+Green+Blue) = 50+0+17=67 (8% of max value = 765). Red value is 50 (19.92% from 255 or 74.63% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 50 - color contains mainly: red. Hex color #320011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320011 is #CDFFEE. Grayscale: #101010. Windows color (decimal): -13500399 or 1114162. OLE color: 1114162.

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

Color convert

RGB50017-
CMYK010.660.80
HSL339.6º100%9.8%-
HSV(B)339.6º100%19.61%-
XYZ1.420.720.59-
YUV16.89128.06151.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 74.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=74.63%
G=0%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50017010.660.80339.61009.8
Hex32011064425015464a
Octal62021014410212052414412
Binary110010010001011001001000010101000010101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320011; }

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

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

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

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

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

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

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

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