Html Css Color HEX #1D0911 Rustic Red

📋 copy color: '#1D0911'

red 29 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #1D0911

Tints of Rustic Red #1D0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.36%

 BLUE value IS 17 (7.03% from 255) = 30.91%

R = 52.73%
G = 16.36%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#1D0911 (or 0x1D0911) is known color: Rustic Red. HEX triplet: 1D, 09 and 11. RGB value is (29,9,17). Sum of RGB (Red+Green+Blue) = 29+9+17=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0911 is #E2F6EE. Grayscale: #0F0F0F. Windows color (decimal): -14874351 or 1116445. OLE color: 1116445.

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

Color convert

RGB 29 9 17 -
CMYK 0 0.69 0.41 0.89
HSL 336º 0.53% 0.07% -
HSV(B) 336º 0.69% 0.11% -
XYZ 0.71 0.5 0.59 -
YUV 15.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 29 9 17 0 0.69 0.41 0.89 336 0.53 0.07
Hex 1D 9 11 0 45 29 59 150 35 7
Octal 35 11 21 0 105 51 131 520 65 7
Binary 11101 1001 10001 0 1000101 101001 1011001 101010000 110101 111

Color Harmonies of #1D0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0911

Black with #1D0911

Text Example


Text Example

White with #1D0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,17); }

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

background-color css

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

 a { background-color: rgb(29,9,17); }

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

border-color css

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

 span { border-color: rgb(29,9,17); }

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