#320C16

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

Shades of Rustic Red #320C16

Tints of Rustic Red #320C16

Color information

#320C16 (or 0x320C16) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 16. RGB value is (50,12,22). Sum of RGB (Red+Green+Blue) = 50+12+22=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #320C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C16 is #CDF3E9. Grayscale: #181818. Windows color (decimal): -13497322 or 1444914. OLE color: 1444914.

HSL color Cylindrical-coordinate representation of color #320C16: hue angle of 344.21º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C16 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB501222-
CMYK00.760.560.80
HSL344.21º61.29%12.16%-
HSV(B)344.21º76%19.61%-
XYZ1.5910.87-
YUV24.5126.59146.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=59.52%
G=14.29%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122200.760.560.80344.2161.2912.16
Hex32C1604C38501583dc
Octal6214260114701205307514
Binary1100101100101100100110011100010100001010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C16; }

 p { color: rgb(50,12,22); }

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

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

 a { background-color: rgb(50,12,22); }

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

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

 span { border-color: rgb(50,12,22); }

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