#320D0E

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

Shades of Rustic Red #320D0E

Tints of Rustic Red #320D0E

Color information

#320D0E (or 0x320D0E) is unknown color: approx Rustic Red. HEX triplet: 32, 0D and 0E. RGB value is (50,13,14). Sum of RGB (Red+Green+Blue) = 50+13+14=77 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.94% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 50 - color contains mainly: red. Hex color #320D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D0E is #CDF2F1. Grayscale: #181818. Windows color (decimal): -13497074 or 920882. OLE color: 920882.

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

Color convert

RGB501314-
CMYK00.740.720.80
HSL358.38º58.73%12.35%-
HSV(B)358.38º74%19.61%-
XYZ1.5410.53-
YUV24.18122.26146.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.94%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=64.94%
G=16.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50131400.740.720.80358.3858.7312.35
Hex32DE04A48501663bc
Octal62151601121101205467314
Binary1100101101111001001010100100010100001011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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