Html Css Color HEX #1D1112 Rustic Red

📋 copy color: '#1D1112'

red 29 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #1D1112

Tints of Rustic Red #1D1112

RGB

 RED value IS 29 (11.72% from 255) = 45.31%

 GREEN value IS 17 (7.03% from 255) = 26.56%

 BLUE value IS 18 (7.42% from 255) = 28.13%

R = 45.31%
G = 26.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#1D1112 (or 0x1D1112) is known color: Rustic Red. HEX triplet: 1D, 11 and 12. RGB value is (29,17,18). Sum of RGB (Red+Green+Blue) = 29+17+18=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1112 is #E2EEED. Grayscale: #141414. Windows color (decimal): -14872302 or 1184029. OLE color: 1184029.

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

Color convert

RGB 29 17 18 -
CMYK 0 0.41 0.38 0.89
HSL 355º 0.26% 0.09% -
HSV(B) 355º 0.41% 0.11% -
XYZ 0.82 0.71 0.67 -
YUV 20.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 29 17 18 0 0.41 0.38 0.89 355 0.26 0.09
Hex 1D 11 12 0 29 26 59 163 1A 9
Octal 35 21 22 0 51 46 131 543 32 11
Binary 11101 10001 10010 0 101001 100110 1011001 101100011 11010 1001

Color Harmonies of #1D1112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1112

Black with #1D1112

Text Example


Text Example

White with #1D1112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,18); }

 H1.HeaderClassName
 {
   color: #1D1112;
 }
 .AnyTagClassName
 {
   color: #1D1112;
 }
</style>

background-color css

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

 a { background-color: rgb(29,17,18); }

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

border-color css

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

 span { border-color: rgb(29,17,18); }

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