Shades of Rustic Red #1D090D
Tints of Rustic Red #1D090D
RGB
CMYK
RGB Variations
Color information
#1D090D (or 0x1D090D) is known color: 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
RGB | 29 | 9 | 13 | - |
CMYK | 0 | 0.69 | 0.55 | 0.89 |
HSL | 348º | 0.53% | 0.07% | - |
HSV(B) | 348º | 0.69% | 0.11% | - |
XYZ | 0.68 | 0.49 | 0.44 | - |
YUV | 15.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 9 | 13 | 0 | 0.69 | 0.55 | 0.89 | 348 | 0.53 | 0.07 |
Hex | 1D | 9 | D | 0 | 45 | 37 | 59 | 15C | 35 | 7 |
Octal | 35 | 11 | 15 | 0 | 105 | 67 | 131 | 534 | 65 | 7 |
Binary | 11101 | 1001 | 1101 | 0 | 1000101 | 110111 | 1011001 | 101011100 | 110101 | 111 |
Color Harmonies of #1D090D
Complementary color
Monochromatic Colors of #1D090D
Black with #1D090D
Text Example
Text Example
White with #1D090D
Text Example
Text Example
HTML Codes & Css Web 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>