Html Css Color HEX #1D080E Rustic Red

📋 copy color: '#1D080E'

red 29 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #1D080E

Tints of Rustic Red #1D080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

 BLUE value IS 14 (5.86% from 255) = 27.45%

R = 56.86%
G = 15.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.89

RGB Variations

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

Color information

#1D080E (or 0x1D080E) is known color: Rustic Red. HEX triplet: 1D, 08 and 0E. RGB value is (29,8,14). Sum of RGB (Red+Green+Blue) = 29+8+14=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080E is #E2F7F1. Grayscale: #0E0E0E. Windows color (decimal): -14874610 or 919581. OLE color: 919581.

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

Color convert

RGB 29 8 14 -
CMYK 0 0.72 0.52 0.89
HSL 342.86º 0.57% 0.07% -
HSV(B) 342.86º 0.72% 0.11% -
XYZ 0.67 0.47 0.47 -
YUV 14.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 29 8 14 0 0.72 0.52 0.89 342.86 0.57 0.07
Hex 1D 8 E 0 48 34 59 157 39 7
Octal 35 10 16 0 110 64 131 527 71 7
Binary 11101 1000 1110 0 1001000 110100 1011001 101010111 111001 111

Color Harmonies of #1D080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D080E

Black with #1D080E

Text Example


Text Example

White with #1D080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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