#320B0C

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

Shades of Rustic Red #320B0C

Tints of Rustic Red #320B0C

Color information

#320B0C (or 0x320B0C) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 0C. RGB value is (50,11,12). Sum of RGB (Red+Green+Blue) = 50+11+12=73 (9% of max value = 765). Red value is 50 (19.92% from 255 or 68.49% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0C is #CDF4F3. Grayscale: #161616. Windows color (decimal): -13497588 or 789298. OLE color: 789298.

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

Color convert

RGB501112-
CMYK00.780.760.80
HSL358.46º63.93%11.96%-
HSV(B)358.46º78%19.61%-
XYZ1.50.940.45-
YUV22.78121.92147.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 68.49%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=68.49%
G=15.07%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50111200.780.760.80358.4663.9311.96
Hex32BC04E4C5016640c
Octal621314011611412054610014
Binary11001010111100010011101001100101000010110011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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