#320F18

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

Shades of Rustic Red #320F18

Tints of Rustic Red #320F18

Color information

#320F18 (or 0x320F18) is unknown color: approx Rustic Red. HEX triplet: 32, 0F and 18. RGB value is (50,15,24). Sum of RGB (Red+Green+Blue) = 50+15+24=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320F18 is #CDF0E7. Grayscale: #1A1A1A. Windows color (decimal): -13496552 or 1576754. OLE color: 1576754.

HSL color Cylindrical-coordinate representation of color #320F18: hue angle of 344.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F18 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB501524-
CMYK00.700.520.80
HSL344.57º53.85%12.75%-
HSV(B)344.57º70%19.61%-
XYZ1.651.090.99-
YUV26.49126.6144.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 15 (6.25% from 255) = 16.85%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=56.18%
G=16.85%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50152400.700.520.80344.5753.8512.75
Hex32F18046345015936d
Octal6217300106641205316615
Binary1100101111110000100011011010010100001010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,24); }

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

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

 a { background-color: rgb(50,15,24); }

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

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

 span { border-color: rgb(50,15,24); }

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