#320B17

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

Shades of Rustic Red #320B17

Tints of Rustic Red #320B17

Color information

#320B17 (or 0x320B17) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 17. RGB value is (50,11,23). Sum of RGB (Red+Green+Blue) = 50+11+23=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #320B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B17 is #CDF4E8. Grayscale: #181818. Windows color (decimal): -13497577 or 1510194. OLE color: 1510194.

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

Color convert

RGB501123-
CMYK00.780.540.80
HSL341.54º63.93%11.96%-
HSV(B)341.54º78%19.61%-
XYZ1.590.980.92-
YUV24.03127.42146.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=59.52%
G=13.10%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50112300.780.540.80341.5463.9311.96
Hex32B1704E365015640c
Octal62132701166612052610014
Binary11001010111011101001110110110101000010101011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,11,23); }

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

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

 a { background-color: rgb(50,11,23); }

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

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

 span { border-color: rgb(50,11,23); }

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