#20010A

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

Shades of Rustic Red #20010A

Tints of Rustic Red #20010A

Color information

#20010A (or 0x20010A) is unknown color: approx Rustic Red. HEX triplet: 20, 01 and 0A. RGB value is (32,1,10). Sum of RGB (Red+Green+Blue) = 32+1+10=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #20010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010A is #DFFEF5. Grayscale: #0B0B0B. Windows color (decimal): -14679798 or 655648. OLE color: 655648.

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

Color convert

RGB32110-
CMYK00.970.690.87
HSL342.58º93.94%6.47%-
HSV(B)342.58º96.88%12.55%-
XYZ0.660.350.32-
YUV11.3127.27142.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 74.42%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=74.42%
G=2.33%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211000.970.690.87342.5893.946.47
Hex201A06145571575e6
Octal4011201411051275271366
Binary1000001101001100001100010110101111010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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