Html Css Color HEX #1D1113 Rustic Red

📋 copy color: '#1D1113'

red 29 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #1D1113

Tints of Rustic Red #1D1113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 44.62%
G = 26.15%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D1113 (or 0x1D1113) is known color: Rustic Red. HEX triplet: 1D, 11 and 13. RGB value is (29,17,19). Sum of RGB (Red+Green+Blue) = 29+17+19=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1113 is #E2EEEC. Grayscale: #141414. Windows color (decimal): -14872301 or 1249565. OLE color: 1249565.

HSL color Cylindrical-coordinate representation of color #1D1113: hue angle of 350º 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 #1D1113 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 17 19 -
CMYK 0 0.41 0.34 0.89
HSL 350º 0.26% 0.09% -
HSV(B) 350º 0.41% 0.11% -
XYZ 0.82 0.71 0.71 -
YUV 20.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 29 17 19 0 0.41 0.34 0.89 350 0.26 0.09
Hex 1D 11 13 0 29 22 59 15E 1A 9
Octal 35 21 23 0 51 42 131 536 32 11
Binary 11101 10001 10011 0 101001 100010 1011001 101011110 11010 1001

Color Harmonies of #1D1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1113

Black with #1D1113

Text Example


Text Example

White with #1D1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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