#320D14

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

Shades of Rustic Red #320D14

Tints of Rustic Red #320D14

Color information

#320D14 (or 0x320D14) is unknown color: approx Rustic Red. HEX triplet: 32, 0D and 14. RGB value is (50,13,20). Sum of RGB (Red+Green+Blue) = 50+13+20=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D14 is #CDF2EB. Grayscale: #181818. Windows color (decimal): -13497068 or 1314098. OLE color: 1314098.

HSL color Cylindrical-coordinate representation of color #320D14: hue angle of 348.65º 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 #320D14 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB501320-
CMYK00.740.600.80
HSL348.65º58.73%12.35%-
HSV(B)348.65º74%19.61%-
XYZ1.591.020.77-
YUV24.86125.26145.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=60.24%
G=15.66%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50132000.740.600.80348.6558.7312.35
Hex32D1404A3C5015d3bc
Octal6215240112741205357314
Binary1100101101101000100101011110010100001010111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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