#20090B

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

Shades of Rustic Red #20090B

Tints of Rustic Red #20090B

Color information

#20090B (or 0x20090B) is unknown color: approx Rustic Red. HEX triplet: 20, 09 and 0B. RGB value is (32,9,11). Sum of RGB (Red+Green+Blue) = 32+9+11=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #20090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090B is #DFF6F4. Grayscale: #101010. Windows color (decimal): -14677749 or 723232. OLE color: 723232.

HSL color Cylindrical-coordinate representation of color #20090B: hue angle of 354.78º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20090B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB32911-
CMYK00.720.660.87
HSL354.78º56.1%8.04%-
HSV(B)354.78º71.88%12.55%-
XYZ0.750.530.38-
YUV16.1125.12139.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=61.54%
G=17.31%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3291100.720.660.87354.7856.18.04
Hex209B0484257163388
Octal40111301101021275437010
Binary1000001001101101001000100001010101111011000111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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