#20080D

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

Shades of Rustic Red #20080D

Tints of Rustic Red #20080D

Color information

#20080D (or 0x20080D) is unknown color: approx Rustic Red. HEX triplet: 20, 08 and 0D. RGB value is (32,8,13). Sum of RGB (Red+Green+Blue) = 32+8+13=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080D is #DFF7F2. Grayscale: #0F0F0F. Windows color (decimal): -14678003 or 854048. OLE color: 854048.

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

Color convert

RGB32813-
CMYK00.750.590.87
HSL347.5º60%7.84%-
HSV(B)347.5º75%12.55%-
XYZ0.760.510.44-
YUV15.75126.45139.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=60.38%
G=15.09%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3281300.750.590.87347.5607.84
Hex208D04B3B5715c3c8
Octal4010150113731275347410
Binary100000100011010100101111101110101111010111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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