#110209

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

Shades of Rustic Red #110209

Tints of Rustic Red #110209

Color information

#110209 (or 0x110209) is unknown color: approx Rustic Red. HEX triplet: 11, 02 and 09. RGB value is (17,2,9). Sum of RGB (Red+Green+Blue) = 17+2+9=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110209 is #EEFDF6. Grayscale: #070707. Windows color (decimal): -15662583 or 590353. OLE color: 590353.

HSL color Cylindrical-coordinate representation of color #110209: hue angle of 332º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110209 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB1729-
CMYK00.880.470.93
HSL332º78.95%3.73%-
HSV(B)332º88.24%6.67%-
XYZ0.30.180.28-
YUV7.28128.97134.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 9 (3.91% from 255) = 32.14%
R=60.71%
G=7.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172900.880.470.9333278.953.73
Hex11290582F5D14c4f4
Octal212110130571355141174
Binary100011010010101100010111110111011010011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110209; }

 p { color: rgb(17,2,9); }

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

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

 a { background-color: rgb(17,2,9); }

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

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

 span { border-color: rgb(17,2,9); }

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