#20050A

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

Shades of Rustic Red #20050A

Tints of Rustic Red #20050A

Color information

#20050A (or 0x20050A) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 0A. RGB value is (32,5,10). Sum of RGB (Red+Green+Blue) = 32+5+10=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050A is #DFFAF5. Grayscale: #0D0D0D. Windows color (decimal): -14678774 or 656672. OLE color: 656672.

HSL color Cylindrical-coordinate representation of color #20050A: hue angle of 348.89º 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 #20050A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB32510-
CMYK00.840.690.87
HSL348.89º72.97%7.25%-
HSV(B)348.89º84.38%12.55%-
XYZ0.70.440.33-
YUV13.64125.95141.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 68.09%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=68.09%
G=10.64%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251000.840.690.87348.8972.977.25
Hex205A054455715d497
Octal4051201241051275351117
Binary100000101101001010100100010110101111010111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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