Html Css Color HEX #1D1013 Rustic Red

📋 copy color: '#1D1013'

red 29 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #1D1013

Tints of Rustic Red #1D1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25%

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

R = 45.31%
G = 25%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D1013 (or 0x1D1013) is known color: Rustic Red. HEX triplet: 1D, 10 and 13. RGB value is (29,16,19). Sum of RGB (Red+Green+Blue) = 29+16+19=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1013 is #E2EFEC. Grayscale: #141414. Windows color (decimal): -14872557 or 1249309. OLE color: 1249309.

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

Color convert

RGB 29 16 19 -
CMYK 0 0.45 0.34 0.89
HSL 346.15º 0.29% 0.09% -
HSV(B) 346.15º 0.45% 0.11% -
XYZ 0.81 0.68 0.7 -
YUV 20.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 29 16 19 0 0.45 0.34 0.89 346.15 0.29 0.09
Hex 1D 10 13 0 2D 22 59 15A 1D 9
Octal 35 20 23 0 55 42 131 532 35 11
Binary 11101 10000 10011 0 101101 100010 1011001 101011010 11101 1001

Color Harmonies of #1D1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1013

Black with #1D1013

Text Example


Text Example

White with #1D1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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