#110409

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

Shades of Rustic Red #110409

Tints of Rustic Red #110409

Color information

#110409 (or 0x110409) is unknown color: approx Rustic Red. HEX triplet: 11, 04 and 09. RGB value is (17,4,9). Sum of RGB (Red+Green+Blue) = 17+4+9=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110409 is #EEFBF6. Grayscale: #080808. Windows color (decimal): -15662071 or 590865. OLE color: 590865.

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

Color convert

RGB1749-
CMYK00.760.470.93
HSL336.92º61.9%4.12%-
HSV(B)336.92º76.47%6.67%-
XYZ0.320.230.28-
YUV8.46128.31134.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 9 (3.91% from 255) = 30%
R=56.67%
G=13.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174900.760.470.93336.9261.94.12
Hex114904C2F5D1513e4
Octal21411011457135521764
Binary100011001001010011001011111011101101010001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110409; }

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

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

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

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

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

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

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

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