#11060C

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

Shades of Rustic Red #11060C

Tints of Rustic Red #11060C

Color information

#11060C (or 0x11060C) is unknown color: approx Rustic Red. HEX triplet: 11, 06 and 0C. RGB value is (17,6,12). Sum of RGB (Red+Green+Blue) = 17+6+12=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060C is #EEF9F3. Grayscale: #090909. Windows color (decimal): -15661556 or 787985. OLE color: 787985.

HSL color Cylindrical-coordinate representation of color #11060C: hue angle of 327.27º 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 #11060C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB17612-
CMYK00.650.290.93
HSL327.27º47.83%4.51%-
HSV(B)327.27º64.71%6.67%-
XYZ0.360.280.38-
YUV9.97129.14133.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 6 (2.73% from 255) = 17.14%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=48.57%
G=17.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1761200.650.290.93327.2747.834.51
Hex116C0411D5D147305
Octal21614010135135507605
Binary10001110110001000001111011011101101000111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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