#1D090D

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

Shades of Rustic Red #1D090D

Tints of Rustic Red #1D090D

Color information

#1D090D (or 0x1D090D) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 0D. RGB value is (29,9,13). Sum of RGB (Red+Green+Blue) = 29+9+13=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090D is #E2F6F2. Grayscale: #0F0F0F. Windows color (decimal): -14874355 or 854301. OLE color: 854301.

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

Color convert

RGB29913-
CMYK00.690.550.89
HSL348º52.63%7.45%-
HSV(B)348º68.97%11.37%-
XYZ0.680.490.44-
YUV15.44126.63137.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=56.86%
G=17.65%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991300.690.550.8934852.637.45
Hex1D9D045375915c357
Octal351115010567131534657
Binary1110110011101010001011101111011001101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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