#320E11

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

Shades of Rustic Red #320E11

Tints of Rustic Red #320E11

Color information

#320E11 (or 0x320E11) is unknown color: approx Rustic Red. HEX triplet: 32, 0E and 11. RGB value is (50,14,17). Sum of RGB (Red+Green+Blue) = 50+14+17=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #320E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320E11 is #CDF1EE. Grayscale: #191919. Windows color (decimal): -13496815 or 1117746. OLE color: 1117746.

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

Color convert

RGB501417-
CMYK00.720.660.80
HSL355º56.25%12.55%-
HSV(B)355º72%19.61%-
XYZ1.571.030.65-
YUV25.11123.43145.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 61.73%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=61.73%
G=17.28%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50141700.720.660.8035556.2512.55
Hex32E11048425016338d
Octal62162101101021205437015
Binary11001011101000101001000100001010100001011000111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,14,17); }

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

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

 a { background-color: rgb(50,14,17); }

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

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

 span { border-color: rgb(50,14,17); }

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