#1D1617

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

Shades of Rustic Red #1D1617

Tints of Rustic Red #1D1617

Color information

#1D1617 (or 0x1D1617) is unknown color: approx Rustic Red. HEX triplet: 1D, 16 and 17. RGB value is (29,22,23). Sum of RGB (Red+Green+Blue) = 29+22+23=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1617 is #E2E9E8. Grayscale: #181818. Windows color (decimal): -14871017 or 1512989. OLE color: 1512989.

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

Color convert

RGB292223-
CMYK00.240.210.89
HSL351.43º13.73%10%-
HSV(B)351.43º24.14%11.37%-
XYZ0.950.90.93-
YUV24.21127.32131.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=39.19%
G=29.73%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29222300.240.210.89351.4313.7310
Hex1D1617018155915fea
Octal352627030251315371612
Binary11101101101011101100010101101100110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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