Html Css Color HEX #1D0E0F Rustic Red

📋 copy color: '#1D0E0F'

red 29 ◦ green 14 ◦ blue 15

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

Shades of Rustic Red #1D0E0F

Tints of Rustic Red #1D0E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 25.86%

R = 50%
G = 24.14%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D0E0F (or 0x1D0E0F) is known color: Rustic Red. HEX triplet: 1D, 0E and 0F. RGB value is (29,14,15). Sum of RGB (Red+Green+Blue) = 29+14+15=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E0F is #E2F1F0. Grayscale: #121212. Windows color (decimal): -14873073 or 986653. OLE color: 986653.

HSL color Cylindrical-coordinate representation of color #1D0E0F: hue angle of 356º 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 #1D0E0F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 14 15 -
CMYK 0 0.52 0.48 0.89
HSL 356º 0.35% 0.08% -
HSV(B) 356º 0.52% 0.11% -
XYZ 0.75 0.61 0.53 -
YUV 18.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 29 14 15 0 0.52 0.48 0.89 356 0.35 0.08
Hex 1D E F 0 34 30 59 164 23 8
Octal 35 16 17 0 64 60 131 544 43 10
Binary 11101 1110 1111 0 110100 110000 1011001 101100100 100011 1000

Color Harmonies of #1D0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E0F

Black with #1D0E0F

Text Example


Text Example

White with #1D0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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