#110009

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

Shades of Rustic Red #110009

Tints of Rustic Red #110009

Color information

#110009 (or 0x110009) is unknown color: approx Rustic Red. HEX triplet: 11, 00 and 09. RGB value is (17,0,9). Sum of RGB (Red+Green+Blue) = 17+0+9=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110009 is #EEFFF6. Grayscale: #060606. Windows color (decimal): -15663095 or 589841. OLE color: 589841.

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

Color convert

RGB1709-
CMYK010.470.93
HSL328.24º100%3.33%-
HSV(B)328.24º100%6.67%-
XYZ0.280.140.27-
YUV6.11129.63135.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 34.62%
R=65.38%
G=0%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1709010.470.93328.241003.33
Hex11090642F5D148643
Octal210110144571355101443
Binary1000101001011001001011111011101101001000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110009; }

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

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

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

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

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

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

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

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