Html Css Color HEX #1D1213 Rustic Red

📋 copy color: '#1D1213'

red 29 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #1D1213

Tints of Rustic Red #1D1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

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

R = 43.94%
G = 27.27%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D1213 (or 0x1D1213) is known color: Rustic Red. HEX triplet: 1D, 12 and 13. RGB value is (29,18,19). Sum of RGB (Red+Green+Blue) = 29+18+19=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1213 is #E2EDEC. Grayscale: #151515. Windows color (decimal): -14872045 or 1249821. OLE color: 1249821.

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

Color convert

RGB 29 18 19 -
CMYK 0 0.38 0.34 0.89
HSL 354.55º 0.23% 0.09% -
HSV(B) 354.55º 0.38% 0.11% -
XYZ 0.84 0.74 0.71 -
YUV 21.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 29 18 19 0 0.38 0.34 0.89 354.55 0.23 0.09
Hex 1D 12 13 0 26 22 59 163 17 9
Octal 35 22 23 0 46 42 131 543 27 11
Binary 11101 10010 10011 0 100110 100010 1011001 101100011 10111 1001

Color Harmonies of #1D1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1213

Black with #1D1213

Text Example


Text Example

White with #1D1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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