#320B0D

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

Shades of Rustic Red #320B0D

Tints of Rustic Red #320B0D

Color information

#320B0D (or 0x320B0D) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 0D. RGB value is (50,11,13). Sum of RGB (Red+Green+Blue) = 50+11+13=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0D is #CDF4F2. Grayscale: #161616. Windows color (decimal): -13497587 or 854834. OLE color: 854834.

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

Color convert

RGB501113-
CMYK00.780.740.80
HSL356.92º63.93%11.96%-
HSV(B)356.92º78%19.61%-
XYZ1.510.950.48-
YUV22.89122.42147.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 67.57%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=67.57%
G=14.86%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50111300.780.740.80356.9263.9311.96
Hex32BD04E4A5016540c
Octal621315011611212054510014
Binary11001010111101010011101001010101000010110010110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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