Html Css Color HEX #110C0D Rustic Red

📋 copy color: '#110C0D'

red 17 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #110C0D

Tints of Rustic Red #110C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 28.57%

 BLUE value IS 13 (5.47% from 255) = 30.95%

R = 40.48%
G = 28.57%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#110C0D (or 0x110C0D) is known color: Rustic Red. HEX triplet: 11, 0C and 0D. RGB value is (17,12,13). Sum of RGB (Red+Green+Blue) = 17+12+13=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0D is #EEF3F2. Grayscale: #0D0D0D. Windows color (decimal): -15660019 or 855057. OLE color: 855057.

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

Color convert

RGB 17 12 13 -
CMYK 0 0.29 0.24 0.93
HSL 348º 0.17% 0.06% -
HSV(B) 348º 0.29% 0.07% -
XYZ 0.44 0.41 0.44 -
YUV 13.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 17 12 13 0 0.29 0.24 0.93 348 0.17 0.06
Hex 11 C D 0 1D 18 5D 15C 11 6
Octal 21 14 15 0 35 30 135 534 21 6
Binary 10001 1100 1101 0 11101 11000 1011101 101011100 10001 110

Color Harmonies of #110C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C0D

Black with #110C0D

Text Example


Text Example

White with #110C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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