#320D0F

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

Shades of Rustic Red #320D0F

Tints of Rustic Red #320D0F

Color information

#320D0F (or 0x320D0F) is unknown color: approx Rustic Red. HEX triplet: 32, 0D and 0F. RGB value is (50,13,15). Sum of RGB (Red+Green+Blue) = 50+13+15=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #320D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D0F is #CDF2F0. Grayscale: #181818. Windows color (decimal): -13497073 or 986418. OLE color: 986418.

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

Color convert

RGB501315-
CMYK00.740.700.80
HSL356.76º58.73%12.35%-
HSV(B)356.76º74%19.61%-
XYZ1.5510.56-
YUV24.29122.76146.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=64.10%
G=16.67%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50131500.740.700.80356.7658.7312.35
Hex32DF04A46501653bc
Octal62151701121061205457314
Binary1100101101111101001010100011010100001011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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