#1D0811

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

Shades of Rustic Red #1D0811

Tints of Rustic Red #1D0811

Color information

#1D0811 (or 0x1D0811) is unknown color: approx Rustic Red. HEX triplet: 1D, 08 and 11. RGB value is (29,8,17). Sum of RGB (Red+Green+Blue) = 29+8+17=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0811 is #E2F7EE. Grayscale: #0F0F0F. Windows color (decimal): -14874607 or 1116189. OLE color: 1116189.

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

Color convert

RGB29817-
CMYK00.720.410.89
HSL334.29º56.76%7.25%-
HSV(B)334.29º72.41%11.37%-
XYZ0.690.480.59-
YUV15.3128.96137.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 8 (3.52% from 255) = 14.81%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=53.70%
G=14.81%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2981700.720.410.89334.2956.767.25
Hex1D811048295914e397
Octal351021011051131516717
Binary11101100010001010010001010011011001101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0811;
 }
 .AnyTagClassName
 {
   color: #1D0811;
 }
</style>
background-color css

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

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

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

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

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

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