#320512

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

Shades of Rustic Red #320512

Tints of Rustic Red #320512

Color information

#320512 (or 0x320512) is unknown color: approx Rustic Red. HEX triplet: 32, 05 and 12. RGB value is (50,5,18). Sum of RGB (Red+Green+Blue) = 50+5+18=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320512 is #CDFAED. Grayscale: #131313. Windows color (decimal): -13499118 or 1180978. OLE color: 1180978.

HSL color Cylindrical-coordinate representation of color #320512: hue angle of 342.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320512 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB50518-
CMYK00.900.640.80
HSL342.67º81.82%10.78%-
HSV(B)342.67º90%19.61%-
XYZ1.480.830.65-
YUV19.94126.91149.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=68.49%
G=6.85%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5051800.900.640.80342.6781.8210.78
Hex3251205A405015752b
Octal62522013210012052712213
Binary11001010110010010110101000000101000010101011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320512; }

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

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

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

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

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

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

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

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