#320012

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

Shades of Rustic Red #320012

Tints of Rustic Red #320012

Color information

#320012 (or 0x320012) is unknown color: approx Rustic Red. HEX triplet: 32, 00 and 12. RGB value is (50,0,18). Sum of RGB (Red+Green+Blue) = 50+0+18=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #320012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320012 is #CDFFED. Grayscale: #101010. Windows color (decimal): -13500398 or 1179698. OLE color: 1179698.

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

Color convert

RGB50018-
CMYK010.640.80
HSL338.4º100%9.8%-
HSV(B)338.4º100%19.61%-
XYZ1.420.720.64-
YUV17128.56151.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 73.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=73.53%
G=0%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50018010.640.80338.41009.8
Hex32012064405015264a
Octal62022014410012052214412
Binary110010010010011001001000000101000010101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320012; }

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

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

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

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

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

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

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

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