#20010C

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

Shades of Rustic Red #20010C

Tints of Rustic Red #20010C

Color information

#20010C (or 0x20010C) is unknown color: approx Rustic Red. HEX triplet: 20, 01 and 0C. RGB value is (32,1,12). Sum of RGB (Red+Green+Blue) = 32+1+12=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #20010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010C is #DFFEF3. Grayscale: #0B0B0B. Windows color (decimal): -14679796 or 786720. OLE color: 786720.

HSL color Cylindrical-coordinate representation of color #20010C: hue angle of 338.71º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20010C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB32112-
CMYK00.970.630.87
HSL338.71º93.94%6.47%-
HSV(B)338.71º96.88%12.55%-
XYZ0.670.360.38-
YUV11.52128.27142.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 71.11%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=71.11%
G=2.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211200.970.630.87338.7193.946.47
Hex201C0613F571535e6
Octal401140141771275231366
Binary100000111000110000111111110101111010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20010C; }

 p { color: rgb(32,1,12); }

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

<style>
 a { background-color: #20010C; }

 a { background-color: rgb(32,1,12); }

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

<style>
 span { border-color: #20010C; }

 span { border-color: rgb(32,1,12); }

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