#110C0E

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

Shades of Rustic Red #110C0E

Tints of Rustic Red #110C0E

Color information

#110C0E (or 0x110C0E) is unknown color: approx Rustic Red. HEX triplet: 11, 0C and 0E. RGB value is (17,12,14). Sum of RGB (Red+Green+Blue) = 17+12+14=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0E is #EEF3F1. Grayscale: #0D0D0D. Windows color (decimal): -15660018 or 920593. OLE color: 920593.

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

Color convert

RGB171214-
CMYK00.290.180.93
HSL336º17.24%5.69%-
HSV(B)336º29.41%6.67%-
XYZ0.440.410.47-
YUV13.72128.16130.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=39.53%
G=27.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17121400.290.180.9333617.245.69
Hex11CE01D125D150116
Octal21141603522135520216
Binary100011100111001110110010101110110101000010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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