#1D0809

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

Shades of Rustic Red #1D0809

Tints of Rustic Red #1D0809

Color information

#1D0809 (or 0x1D0809) is unknown color: approx Rustic Red. HEX triplet: 1D, 08 and 09. RGB value is (29,8,9). Sum of RGB (Red+Green+Blue) = 29+8+9=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0809 is #E2F7F6. Grayscale: #0E0E0E. Windows color (decimal): -14874615 or 591901. OLE color: 591901.

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

Color convert

RGB2989-
CMYK00.720.690.89
HSL357.14º56.76%7.25%-
HSV(B)357.14º72.41%11.37%-
XYZ0.640.450.31-
YUV14.39124.96138.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=63.04%
G=17.39%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal298900.720.690.89357.1456.767.25
Hex1D890484559165397
Octal3510110110105131545717
Binary11101100010010100100010001011011001101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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