#20060D

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

Shades of Rustic Red #20060D

Tints of Rustic Red #20060D

Color information

#20060D (or 0x20060D) is unknown color: approx Rustic Red. HEX triplet: 20, 06 and 0D. RGB value is (32,6,13). Sum of RGB (Red+Green+Blue) = 32+6+13=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20060D is #DFF9F2. Grayscale: #0E0E0E. Windows color (decimal): -14678515 or 853536. OLE color: 853536.

HSL color Cylindrical-coordinate representation of color #20060D: hue angle of 343.85º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20060D is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB32613-
CMYK00.810.590.87
HSL343.85º68.42%7.45%-
HSV(B)343.85º81.25%12.55%-
XYZ0.730.470.43-
YUV14.57127.11140.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=62.75%
G=11.76%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3261300.810.590.87343.8568.427.45
Hex206D0513B57158447
Octal406150121731275301047
Binary10000011011010101000111101110101111010110001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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