Html Css Color HEX #1D1314 Rustic Red

📋 copy color: '#1D1314'

red 29 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #1D1314

Tints of Rustic Red #1D1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 20 (8.2% from 255) = 29.41%

R = 42.65%
G = 27.94%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D1314 (or 0x1D1314) is known color: Rustic Red. HEX triplet: 1D, 13 and 14. RGB value is (29,19,20). Sum of RGB (Red+Green+Blue) = 29+19+20=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1314 is #E2ECEB. Grayscale: #161616. Windows color (decimal): -14871788 or 1315613. OLE color: 1315613.

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

Color convert

RGB 29 19 20 -
CMYK 0 0.34 0.31 0.89
HSL 354º 0.21% 0.09% -
HSV(B) 354º 0.34% 0.11% -
XYZ 0.87 0.78 0.77 -
YUV 22.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 29 19 20 0 0.34 0.31 0.89 354 0.21 0.09
Hex 1D 13 14 0 22 1F 59 162 15 9
Octal 35 23 24 0 42 37 131 542 25 11
Binary 11101 10011 10100 0 100010 11111 1011001 101100010 10101 1001

Color Harmonies of #1D1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1314

Black with #1D1314

Text Example


Text Example

White with #1D1314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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