#320B0E

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

Shades of Rustic Red #320B0E

Tints of Rustic Red #320B0E

Color information

#320B0E (or 0x320B0E) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 0E. RGB value is (50,11,14). Sum of RGB (Red+Green+Blue) = 50+11+14=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0E is #CDF4F1. Grayscale: #171717. Windows color (decimal): -13497586 or 920370. OLE color: 920370.

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

Color convert

RGB501114-
CMYK00.780.720.80
HSL355.38º63.93%11.96%-
HSV(B)355.38º78%19.61%-
XYZ1.510.950.52-
YUV23122.92147.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=66.67%
G=14.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50111400.780.720.80355.3863.9311.96
Hex32BE04E485016340c
Octal621316011611012054310014
Binary11001010111110010011101001000101000010110001110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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