#110A0D

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

Shades of Rustic Red #110A0D

Tints of Rustic Red #110A0D

Color information

#110A0D (or 0x110A0D) is unknown color: approx Rustic Red. HEX triplet: 11, 0A and 0D. RGB value is (17,10,13). Sum of RGB (Red+Green+Blue) = 17+10+13=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0D is #EEF5F2. Grayscale: #0C0C0C. Windows color (decimal): -15660531 or 854545. OLE color: 854545.

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

Color convert

RGB171013-
CMYK00.410.240.93
HSL334.29º25.93%5.29%-
HSV(B)334.29º41.18%6.67%-
XYZ0.410.370.43-
YUV12.43128.32131.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=42.5%
G=25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17101300.410.240.93334.2925.935.29
Hex11AD029185D14e1a5
Octal21121505130135516325
Binary1000110101101010100111000101110110100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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