#20050D

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

Shades of Rustic Red #20050D

Tints of Rustic Red #20050D

Color information

#20050D (or 0x20050D) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 0D. RGB value is (32,5,13). Sum of RGB (Red+Green+Blue) = 32+5+13=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050D is #DFFAF2. Grayscale: #0D0D0D. Windows color (decimal): -14678771 or 853280. OLE color: 853280.

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

Color convert

RGB32513-
CMYK00.840.590.87
HSL342.22º72.97%7.25%-
HSV(B)342.22º84.38%12.55%-
XYZ0.720.440.43-
YUV13.98127.45140.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 64%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 26%
R=64%
G=10%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251300.840.590.87342.2272.977.25
Hex205D0543B57156497
Octal405150124731275261117
Binary10000010111010101010011101110101111010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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