#11060B

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

Shades of Rustic Red #11060B

Tints of Rustic Red #11060B

Color information

#11060B (or 0x11060B) is unknown color: approx Rustic Red. HEX triplet: 11, 06 and 0B. RGB value is (17,6,11). Sum of RGB (Red+Green+Blue) = 17+6+11=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #11060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060B is #EEF9F4. Grayscale: #090909. Windows color (decimal): -15661557 or 722449. OLE color: 722449.

HSL color Cylindrical-coordinate representation of color #11060B: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11060B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB17611-
CMYK00.650.350.93
HSL332.73º47.83%4.51%-
HSV(B)332.73º64.71%6.67%-
XYZ0.360.270.35-
YUV9.86128.64133.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=50%
G=17.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1761100.650.350.93332.7347.834.51
Hex116B041235D14d305
Octal21613010143135515605
Binary100011101011010000011000111011101101001101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11060B; }

 p { color: rgb(17,6,11); }

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

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

 a { background-color: rgb(17,6,11); }

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

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

 span { border-color: rgb(17,6,11); }

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