#1D1113

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

Shades of Rustic Red #1D1113

Tints of Rustic Red #1D1113

Color information

#1D1113 (or 0x1D1113) is unknown color: approx Rustic Red. HEX triplet: 1D, 11 and 13. RGB value is (29,17,19). Sum of RGB (Red+Green+Blue) = 29+17+19=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1113 is #E2EEEC. Grayscale: #141414. Windows color (decimal): -14872301 or 1249565. OLE color: 1249565.

HSL color Cylindrical-coordinate representation of color #1D1113: hue angle of 350º 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 #1D1113 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB291719-
CMYK00.410.340.89
HSL350º26.09%9.02%-
HSV(B)350º41.38%11.37%-
XYZ0.820.710.71-
YUV20.82126.98133.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=44.62%
G=26.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29171900.410.340.8935026.099.02
Hex1D1113029225915e1a9
Octal352123051421315363211
Binary11101100011001101010011000101011001101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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