Html Css Color HEX #1D080F Rustic Red

📋 copy color: '#1D080F'

red 29 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #1D080F

Tints of Rustic Red #1D080F

RGB

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

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

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

R = 55.77%
G = 15.38%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D080F (or 0x1D080F) is known color: Rustic Red. HEX triplet: 1D, 08 and 0F. RGB value is (29,8,15). Sum of RGB (Red+Green+Blue) = 29+8+15=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080F is #E2F7F0. Grayscale: #0F0F0F. Windows color (decimal): -14874609 or 985117. OLE color: 985117.

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

Color convert

RGB 29 8 15 -
CMYK 0 0.72 0.48 0.89
HSL 340º 0.57% 0.07% -
HSV(B) 340º 0.72% 0.11% -
XYZ 0.68 0.47 0.51 -
YUV 15.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 29 8 15 0 0.72 0.48 0.89 340 0.57 0.07
Hex 1D 8 F 0 48 30 59 154 39 7
Octal 35 10 17 0 110 60 131 524 71 7
Binary 11101 1000 1111 0 1001000 110000 1011001 101010100 111001 111

Color Harmonies of #1D080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D080F

Black with #1D080F

Text Example


Text Example

White with #1D080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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