Html Css Color HEX #110C0E Rustic Red

📋 copy color: '#110C0E'

red 17 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #110C0E

Tints of Rustic Red #110C0E

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 value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#110C0E (or 0x110C0E) is known color: 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

RGB 17 12 14 -
CMYK 0 0.29 0.18 0.93
HSL 336º 0.17% 0.06% -
HSV(B) 336º 0.29% 0.07% -
XYZ 0.44 0.41 0.47 -
YUV 13.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 17 12 14 0 0.29 0.18 0.93 336 0.17 0.06
Hex 11 C E 0 1D 12 5D 150 11 6
Octal 21 14 16 0 35 22 135 520 21 6
Binary 10001 1100 1110 0 11101 10010 1011101 101010000 10001 110

Color Harmonies of #110C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C0E

Black with #110C0E

Text Example


Text Example

White with #110C0E

Text Example


Text Example

HTML Codes & Css Web 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>