#320C0D

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

Shades of Rustic Red #320C0D

Tints of Rustic Red #320C0D

Color information

#320C0D (or 0x320C0D) is unknown color: approx Rustic Red. HEX triplet: 32, 0C and 0D. RGB value is (50,12,13). Sum of RGB (Red+Green+Blue) = 50+12+13=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C0D is #CDF3F2. Grayscale: #171717. Windows color (decimal): -13497331 or 855090. OLE color: 855090.

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

Color convert

RGB501213-
CMYK00.760.740.80
HSL358.42º61.29%12.16%-
HSV(B)358.42º76%19.61%-
XYZ1.520.970.49-
YUV23.48122.09146.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=66.67%
G=16%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50121300.760.740.80358.4261.2912.16
Hex32CD04C4A501663dc
Octal62141501141121205467514
Binary1100101100110101001100100101010100001011001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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