#320C0E

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

Shades of Rustic Red #320C0E

Tints of Rustic Red #320C0E

Color information

#320C0E (or 0x320C0E) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 0E. RGB value is (50,12,14). Sum of RGB (Red+Green+Blue) = 50+12+14=76 (10% of max value = 765). Red value is 50 (19.92% from 255 or 65.79% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 50 - color contains mainly: red. Hex color #320C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C0E is #CDF3F1. Grayscale: #171717. Windows color (decimal): -13497330 or 920626. OLE color: 920626.

HSL color Cylindrical-coordinate representation of color #320C0E: hue angle of 356.84º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C0E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.80.

Color convert

RGB501214-
CMYK00.760.720.80
HSL356.84º61.29%12.16%-
HSV(B)356.84º76%19.61%-
XYZ1.530.970.52-
YUV23.59122.59146.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 65.79%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=65.79%
G=15.79%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50121400.760.720.80356.8461.2912.16
Hex32CE04C48501653dc
Octal62141601141101205457514
Binary1100101100111001001100100100010100001011001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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