#1D0911

Color #1D0911 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1D0911

Tints of Rustic Red #1D0911

Color information

#1D0911 (or 0x1D0911) is unknown color: approx 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

RGB29917-
CMYK00.690.410.89
HSL336º52.63%7.45%-
HSV(B)336º68.97%11.37%-
XYZ0.710.50.59-
YUV15.89128.63137.35-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991700.690.410.8933652.637.45
Hex1D9110452959150357
Octal351121010551131520657
Binary11101100110001010001011010011011001101010000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>