#320B0F

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

Shades of Rustic Red #320B0F

Tints of Rustic Red #320B0F

Color information

#320B0F (or 0x320B0F) is unknown color: approx Rustic Red. HEX triplet: 32, 0B and 0F. RGB value is (50,11,15). Sum of RGB (Red+Green+Blue) = 50+11+15=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B0F is #CDF4F0. Grayscale: #171717. Windows color (decimal): -13497585 or 985906. OLE color: 985906.

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

Color convert

RGB501115-
CMYK00.780.700.80
HSL353.85º63.93%11.96%-
HSV(B)353.85º78%19.61%-
XYZ1.520.950.56-
YUV23.12123.42147.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=65.79%
G=14.47%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50111500.780.700.80353.8563.9311.96
Hex32BF04E465016240c
Octal621317011610612054210014
Binary11001010111111010011101000110101000010110001010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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