#20060E

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

Shades of Rustic Red #20060E

Tints of Rustic Red #20060E

Color information

#20060E (or 0x20060E) is unknown color: approx Rustic Red. HEX triplet: 20, 06 and 0E. RGB value is (32,6,14). Sum of RGB (Red+Green+Blue) = 32+6+14=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #20060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20060E is #DFF9F1. Grayscale: #0E0E0E. Windows color (decimal): -14678514 or 919072. OLE color: 919072.

HSL color Cylindrical-coordinate representation of color #20060E: hue angle of 341.54º 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 #20060E is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB32614-
CMYK00.810.560.87
HSL341.54º68.42%7.45%-
HSV(B)341.54º81.25%12.55%-
XYZ0.740.470.47-
YUV14.69127.61140.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=61.54%
G=11.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3261400.810.560.87341.5468.427.45
Hex206E0513857156447
Octal406160121701275261047
Binary10000011011100101000111100010101111010101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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