#320D19

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

Shades of Rustic Red #320D19

Tints of Rustic Red #320D19

Color information

#320D19 (or 0x320D19) is unknown color: approx Rustic Red. HEX triplet: 32, 0D and 19. RGB value is (50,13,25). Sum of RGB (Red+Green+Blue) = 50+13+25=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #320D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D19 is #CDF2E6. Grayscale: #191919. Windows color (decimal): -13497063 or 1641778. OLE color: 1641778.

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

Color convert

RGB501325-
CMYK00.740.500.80
HSL340.54º58.73%12.35%-
HSV(B)340.54º74%19.61%-
XYZ1.631.041.03-
YUV25.43127.76145.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=56.82%
G=14.77%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50132500.740.500.80340.5458.7312.35
Hex32D1904A32501553bc
Octal6215310112621205257314
Binary1100101101110010100101011001010100001010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,25); }

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

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

 a { background-color: rgb(50,13,25); }

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

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

 span { border-color: rgb(50,13,25); }

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