Html Css Color HEX #1D1516 Rustic Red

📋 copy color: '#1D1516'

red 29 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #1D1516

Tints of Rustic Red #1D1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 22 (8.98% from 255) = 30.56%

R = 40.28%
G = 29.17%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#1D1516 (or 0x1D1516) is known color: Rustic Red. HEX triplet: 1D, 15 and 16. RGB value is (29,21,22). Sum of RGB (Red+Green+Blue) = 29+21+22=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1516 is #E2EAE9. Grayscale: #171717. Windows color (decimal): -14871274 or 1447197. OLE color: 1447197.

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

Color convert

RGB 29 21 22 -
CMYK 0 0.28 0.24 0.89
HSL 352.5º 0.16% 0.1% -
HSV(B) 352.5º 0.28% 0.11% -
XYZ 0.92 0.86 0.88 -
YUV 23.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 29 21 22 0 0.28 0.24 0.89 352.5 0.16 0.1
Hex 1D 15 16 0 1C 18 59 160 10 A
Octal 35 25 26 0 34 30 131 540 20 12
Binary 11101 10101 10110 0 11100 11000 1011001 101100000 10000 1010

Color Harmonies of #1D1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1516

Black with #1D1516

Text Example


Text Example

White with #1D1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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