#1D1516

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

Shades of Rustic Red #1D1516

Tints of Rustic Red #1D1516

Color information

#1D1516 (or 0x1D1516) is unknown color: approx Rustic Red. HEX triplet: 1D, 15 and 16. RGB value is (29,21,22). Sum of RGB (Red+Green+Blue) = 29+21+22=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1516 is #E2EAE9. Grayscale: #171717. Windows color (decimal): -14871274 or 1447197. OLE color: 1447197.

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

Color convert

RGB292122-
CMYK00.280.240.89
HSL352.5º16%9.8%-
HSV(B)352.5º27.59%11.37%-
XYZ0.920.860.88-
YUV23.51127.15131.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=40.28%
G=29.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29212200.280.240.89352.5169.8
Hex1D151601C185916010a
Octal352526034301315402012
Binary111011010110110011100110001011001101100000100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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