#20050C

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

Shades of Rustic Red #20050C

Tints of Rustic Red #20050C

Color information

#20050C (or 0x20050C) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 0C. RGB value is (32,5,12). Sum of RGB (Red+Green+Blue) = 32+5+12=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #20050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050C is #DFFAF3. Grayscale: #0D0D0D. Windows color (decimal): -14678772 or 787744. OLE color: 787744.

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

Color convert

RGB32512-
CMYK00.840.630.87
HSL344.44º72.97%7.25%-
HSV(B)344.44º84.38%12.55%-
XYZ0.720.440.4-
YUV13.87126.95140.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 65.31%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=65.31%
G=10.20%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251200.840.630.87344.4472.977.25
Hex205C0543F57158497
Octal405140124771275301117
Binary10000010111000101010011111110101111010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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