#110A0C

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

Shades of Rustic Red #110A0C

Tints of Rustic Red #110A0C

Color information

#110A0C (or 0x110A0C) is unknown color: approx Rustic Red. HEX triplet: 11, 0A and 0C. RGB value is (17,10,12). Sum of RGB (Red+Green+Blue) = 17+10+12=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0C is #EEF5F3. Grayscale: #0C0C0C. Windows color (decimal): -15660532 or 789009. OLE color: 789009.

HSL color Cylindrical-coordinate representation of color #110A0C: hue angle of 342.86º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110A0C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB171012-
CMYK00.410.290.93
HSL342.86º25.93%5.29%-
HSV(B)342.86º41.18%6.67%-
XYZ0.410.360.4-
YUV12.32127.82131.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=43.59%
G=25.64%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17101200.410.290.93342.8625.935.29
Hex11AC0291D5D1571a5
Octal21121405135135527325
Binary1000110101100010100111101101110110101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A0C; }

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

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

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

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

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

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

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

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