#320515

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

Shades of Rustic Red #320515

Tints of Rustic Red #320515

Color information

#320515 (or 0x320515) is unknown color: approx Rustic Red. HEX triplet: 32, 05 and 15. RGB value is (50,5,21). Sum of RGB (Red+Green+Blue) = 50+5+21=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320515 is #CDFAEA. Grayscale: #141414. Windows color (decimal): -13499115 or 1377586. OLE color: 1377586.

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

Color convert

RGB50521-
CMYK00.900.580.80
HSL338.67º81.82%10.78%-
HSV(B)338.67º90%19.61%-
XYZ1.510.840.79-
YUV20.28128.41149.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=65.79%
G=6.58%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052100.900.580.80338.6781.8210.78
Hex3251505A3A5015352b
Octal6252501327212052312213
Binary1100101011010101011010111010101000010101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320515; }

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

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

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

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

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

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

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

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