#1D1112

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

Shades of Rustic Red #1D1112

Tints of Rustic Red #1D1112

Color information

#1D1112 (or 0x1D1112) is unknown color: approx Rustic Red. HEX triplet: 1D, 11 and 12. RGB value is (29,17,18). Sum of RGB (Red+Green+Blue) = 29+17+18=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1112 is #E2EEED. Grayscale: #141414. Windows color (decimal): -14872302 or 1184029. OLE color: 1184029.

HSL color Cylindrical-coordinate representation of color #1D1112: hue angle of 355º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D1112 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB291718-
CMYK00.410.380.89
HSL355º26.09%9.02%-
HSV(B)355º41.38%11.37%-
XYZ0.820.710.67-
YUV20.7126.48133.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=45.31%
G=26.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29171800.410.380.8935526.099.02
Hex1D111202926591631a9
Octal352122051461315433211
Binary11101100011001001010011001101011001101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1112; }

 p { color: rgb(29,17,18); }

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

<style>
 a { background-color: #1D1112; }

 a { background-color: rgb(29,17,18); }

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

<style>
 span { border-color: #1D1112; }

 span { border-color: rgb(29,17,18); }

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