Html Css Color HEX #1D0E14 Rustic Red

📋 copy color: '#1D0E14'

red 29 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #1D0E14

Tints of Rustic Red #1D0E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.22%

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

R = 46.03%
G = 22.22%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D0E14 (or 0x1D0E14) is known color: Rustic Red. HEX triplet: 1D, 0E and 14. RGB value is (29,14,20). Sum of RGB (Red+Green+Blue) = 29+14+20=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E14 is #E2F1EB. Grayscale: #131313. Windows color (decimal): -14873068 or 1314333. OLE color: 1314333.

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

Color convert

RGB 29 14 20 -
CMYK 0 0.52 0.31 0.89
HSL 336º 0.35% 0.08% -
HSV(B) 336º 0.52% 0.11% -
XYZ 0.79 0.63 0.74 -
YUV 19.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 29 14 20 0 0.52 0.31 0.89 336 0.35 0.08
Hex 1D E 14 0 34 1F 59 150 23 8
Octal 35 16 24 0 64 37 131 520 43 10
Binary 11101 1110 10100 0 110100 11111 1011001 101010000 100011 1000

Color Harmonies of #1D0E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E14

Black with #1D0E14

Text Example


Text Example

White with #1D0E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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