#1D1416

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

Shades of Rustic Red #1D1416

Tints of Rustic Red #1D1416

Color information

#1D1416 (or 0x1D1416) is unknown color: approx Rustic Red. HEX triplet: 1D, 14 and 16. RGB value is (29,20,22). Sum of RGB (Red+Green+Blue) = 29+20+22=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1416 is #E2EBE9. Grayscale: #161616. Windows color (decimal): -14871530 or 1446941. OLE color: 1446941.

HSL color Cylindrical-coordinate representation of color #1D1416: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1416 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB292022-
CMYK00.310.240.89
HSL346.67º18.37%9.61%-
HSV(B)346.67º31.03%11.37%-
XYZ0.90.820.87-
YUV22.92127.48132.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=40.85%
G=28.17%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29202200.310.240.89346.6718.379.61
Hex1D141601F185915b12a
Octal352426037301315332212
Binary111011010010110011111110001011001101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,22); }

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

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

 a { background-color: rgb(29,20,22); }

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

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

 span { border-color: rgb(29,20,22); }

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