Html Css Color HEX #110D0E Rustic Red

📋 copy color: '#110D0E'

red 17 ◦ green 13 ◦ blue 14

#110D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #110D0E

Tints of Rustic Red #110D0E

RGB

 RED value IS 17 (7.03% from 255) = 38.64%

 GREEN value IS 13 (5.47% from 255) = 29.55%

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 38.64%
G = 29.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#110D0E (or 0x110D0E) is known color: Rustic Red. HEX triplet: 11, 0D and 0E. RGB value is (17,13,14). Sum of RGB (Red+Green+Blue) = 17+13+14=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 17 - color contains mainly: red. Hex color #110D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D0E is #EEF2F1. Grayscale: #0E0E0E. Windows color (decimal): -15659762 or 920849. OLE color: 920849.

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

Color convert

RGB 17 13 14 -
CMYK 0 0.24 0.18 0.93
HSL 345º 0.13% 0.06% -
HSV(B) 345º 0.24% 0.07% -
XYZ 0.45 0.44 0.48 -
YUV 14.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 17 13 14 0 0.24 0.18 0.93 345 0.13 0.06
Hex 11 D E 0 18 12 5D 159 D 6
Octal 21 15 16 0 30 22 135 531 15 6
Binary 10001 1101 1110 0 11000 10010 1011101 101011001 1101 110

Color Harmonies of #110D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D0E

Black with #110D0E

Text Example


Text Example

White with #110D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #110D0E;
 }
 .AnyTagClassName
 {
   color: #110D0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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