#110809

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

Shades of Rustic Red #110809

Tints of Rustic Red #110809

Color information

#110809 (or 0x110809) is unknown color: approx Rustic Red. HEX triplet: 11, 08 and 09. RGB value is (17,8,9). Sum of RGB (Red+Green+Blue) = 17+8+9=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110809 is #EEF7F6. Grayscale: #0A0A0A. Windows color (decimal): -15661047 or 591889. OLE color: 591889.

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

Color convert

RGB1789-
CMYK00.530.470.93
HSL353.33º36%4.9%-
HSV(B)353.33º52.94%6.67%-
XYZ0.370.310.3-
YUV10.8126.98132.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 23.53%
BLUE value IS 9 (3.91% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178900.530.470.93353.33364.9
Hex11890352F5D161245
Octal21101106557135541445
Binary100011000100101101011011111011101101100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110809; }

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

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

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

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

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

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

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

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