#20050B

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

Shades of Rustic Red #20050B

Tints of Rustic Red #20050B

Color information

#20050B (or 0x20050B) is unknown color: approx Rustic Red. HEX triplet: 20, 05 and 0B. RGB value is (32,5,11). Sum of RGB (Red+Green+Blue) = 32+5+11=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #20050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050B is #DFFAF4. Grayscale: #0D0D0D. Windows color (decimal): -14678773 or 722208. OLE color: 722208.

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

Color convert

RGB32511-
CMYK00.840.660.87
HSL346.67º72.97%7.25%-
HSV(B)346.67º84.38%12.55%-
XYZ0.710.440.36-
YUV13.76126.45141.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=66.67%
G=10.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3251100.840.660.87346.6772.977.25
Hex205B054425715b497
Octal4051301241021275331117
Binary100000101101101010100100001010101111010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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