#110509

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

Shades of Rustic Red #110509

Tints of Rustic Red #110509

Color information

#110509 (or 0x110509) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 09. RGB value is (17,5,9). Sum of RGB (Red+Green+Blue) = 17+5+9=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110509 is #EEFAF6. Grayscale: #090909. Windows color (decimal): -15661815 or 591121. OLE color: 591121.

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

Color convert

RGB1759-
CMYK00.710.470.93
HSL340º54.55%4.31%-
HSV(B)340º70.59%6.67%-
XYZ0.330.250.29-
YUV9.04127.98133.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 54.84%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 9 (3.91% from 255) = 29.03%
R=54.84%
G=16.13%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175900.710.470.9334054.554.31
Hex11590472F5D154374
Octal21511010757135524674
Binary100011011001010001111011111011101101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110509; }

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

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

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

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

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

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

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

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