#1D1819

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

Shades of Rustic Red #1D1819

Tints of Rustic Red #1D1819

Color information

#1D1819 (or 0x1D1819) is unknown color: approx Rustic Red. HEX triplet: 1D, 18 and 19. RGB value is (29,24,25). Sum of RGB (Red+Green+Blue) = 29+24+25=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1819 is #E2E7E6. Grayscale: #191919. Windows color (decimal): -14870503 or 1644573. OLE color: 1644573.

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

Color convert

RGB292425-
CMYK00.170.140.89
HSL348º9.43%10.39%-
HSV(B)348º17.24%11.37%-
XYZ1.010.981.06-
YUV25.61127.66130.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=37.18%
G=30.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29242500.170.140.893489.4310.39
Hex1D1819011E5915c9a
Octal353031021161315341112
Binary1110111000110010100011110101100110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,25); }

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

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

 a { background-color: rgb(29,24,25); }

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

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

 span { border-color: rgb(29,24,25); }

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