#20010D

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

Shades of Rustic Red #20010D

Tints of Rustic Red #20010D

Color information

#20010D (or 0x20010D) is unknown color: approx Rustic Red. HEX triplet: 20, 01 and 0D. RGB value is (32,1,13). Sum of RGB (Red+Green+Blue) = 32+1+13=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #20010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010D is #DFFEF2. Grayscale: #0B0B0B. Windows color (decimal): -14679795 or 852256. OLE color: 852256.

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

Color convert

RGB32113-
CMYK00.970.590.87
HSL336.77º93.94%6.47%-
HSV(B)336.77º96.88%12.55%-
XYZ0.680.360.41-
YUV11.64128.77142.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 69.57%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=69.57%
G=2.17%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211300.970.590.87336.7793.946.47
Hex201D0613B571515e6
Octal401150141731275211366
Binary100000111010110000111101110101111010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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