#20090C

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

Shades of Rustic Red #20090C

Tints of Rustic Red #20090C

Color information

#20090C (or 0x20090C) is unknown color: approx Rustic Red. HEX triplet: 20, 09 and 0C. RGB value is (32,9,12). Sum of RGB (Red+Green+Blue) = 32+9+12=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090C is #DFF6F3. Grayscale: #101010. Windows color (decimal): -14677748 or 788768. OLE color: 788768.

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

Color convert

RGB32912-
CMYK00.720.630.87
HSL352.17º56.1%8.04%-
HSV(B)352.17º71.88%12.55%-
XYZ0.760.530.41-
YUV16.22125.62139.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=60.38%
G=16.98%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3291200.720.630.87352.1756.18.04
Hex209C0483F57160388
Octal4011140110771275407010
Binary100000100111000100100011111110101111011000001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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