#320510

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

Shades of Rustic Red #320510

Tints of Rustic Red #320510

Color information

#320510 (or 0x320510) is unknown color: approx Rustic Red. HEX triplet: 32, 05 and 10. RGB value is (50,5,16). Sum of RGB (Red+Green+Blue) = 50+5+16=71 (9% of max value = 765). Red value is 50 (19.92% from 255 or 70.42% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 50 - color contains mainly: red. Hex color #320510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320510 is #CDFAEF. Grayscale: #131313. Windows color (decimal): -13499120 or 1049906. OLE color: 1049906.

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

Color convert

RGB50516-
CMYK00.900.680.80
HSL345.33º81.82%10.78%-
HSV(B)345.33º90%19.61%-
XYZ1.460.820.57-
YUV19.71125.91149.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 70.42%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=70.42%
G=7.04%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5051600.900.680.80345.3381.8210.78
Hex3251005A445015952b
Octal62520013210412053112213
Binary11001010110000010110101000100101000010101100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320510; }

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

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

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

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

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

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

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

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