Html Css Color HEX #1D1617 Rustic Red

📋 copy color: '#1D1617'

red 29 ◦ green 22 ◦ blue 23

#1D1617
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #1D1617

Tints of Rustic Red #1D1617

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 value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D1617 (or 0x1D1617) is known color: 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

RGB 29 22 23 -
CMYK 0 0.24 0.21 0.89
HSL 351.43º 0.14% 0.1% -
HSV(B) 351.43º 0.24% 0.11% -
XYZ 0.95 0.9 0.93 -
YUV 24.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 29 22 23 0 0.24 0.21 0.89 351.43 0.14 0.1
Hex 1D 16 17 0 18 15 59 15F E A
Octal 35 26 27 0 30 25 131 537 16 12
Binary 11101 10110 10111 0 11000 10101 1011001 101011111 1110 1010

Color Harmonies of #1D1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1617

Black with #1D1617

Text Example


Text Example

White with #1D1617

Text Example


Text Example

HTML Codes & Css Web 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>