#20080A

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

Shades of Rustic Red #20080A

Tints of Rustic Red #20080A

Color information

#20080A (or 0x20080A) is unknown color: approx Rustic Red. HEX triplet: 20, 08 and 0A. RGB value is (32,8,10). Sum of RGB (Red+Green+Blue) = 32+8+10=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080A is #DFF7F5. Grayscale: #0F0F0F. Windows color (decimal): -14678006 or 657440. OLE color: 657440.

HSL color Cylindrical-coordinate representation of color #20080A: hue angle of 355º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20080A is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB32810-
CMYK00.750.690.87
HSL355º60%7.84%-
HSV(B)355º75%12.55%-
XYZ0.740.50.35-
YUV15.4124.95139.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 10 (4.30% from 255) = 20%
R=64%
G=16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3281000.750.690.87355607.84
Hex208A04B45571633c8
Octal40101201131051275437410
Binary1000001000101001001011100010110101111011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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