Html Css Color HEX #1D0F14 Rustic Red

📋 copy color: '#1D0F14'

red 29 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #1D0F14

Tints of Rustic Red #1D0F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.44%

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

R = 45.31%
G = 23.44%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D0F14 (or 0x1D0F14) is known color: Rustic Red. HEX triplet: 1D, 0F and 14. RGB value is (29,15,20). Sum of RGB (Red+Green+Blue) = 29+15+20=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F14 is #E2F0EB. Grayscale: #131313. Windows color (decimal): -14872812 or 1314589. OLE color: 1314589.

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

Color convert

RGB 29 15 20 -
CMYK 0 0.48 0.31 0.89
HSL 338.57º 0.32% 0.09% -
HSV(B) 338.57º 0.48% 0.11% -
XYZ 0.8 0.65 0.75 -
YUV 19.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 29 15 20 0 0.48 0.31 0.89 338.57 0.32 0.09
Hex 1D F 14 0 30 1F 59 153 20 9
Octal 35 17 24 0 60 37 131 523 40 11
Binary 11101 1111 10100 0 110000 11111 1011001 101010011 100000 1001

Color Harmonies of #1D0F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F14

Black with #1D0F14

Text Example


Text Example

White with #1D0F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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