#20010E

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

Shades of Rustic Red #20010E

Tints of Rustic Red #20010E

Color information

#20010E (or 0x20010E) is unknown color: approx Rustic Red. HEX triplet: 20, 01 and 0E. RGB value is (32,1,14). Sum of RGB (Red+Green+Blue) = 32+1+14=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010E is #DFFEF1. Grayscale: #0B0B0B. Windows color (decimal): -14679794 or 917792. OLE color: 917792.

HSL color Cylindrical-coordinate representation of color #20010E: hue angle of 334.84º 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 #20010E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB32114-
CMYK00.970.560.87
HSL334.84º93.94%6.47%-
HSV(B)334.84º96.88%12.55%-
XYZ0.690.360.45-
YUV11.75129.27142.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 68.09%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=68.09%
G=2.13%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211400.970.560.87334.8493.946.47
Hex201E061385714f5e6
Octal401160141701275171366
Binary100000111100110000111100010101111010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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