Shades of Rustic Red #180D11
Tints of Rustic Red #180D11
RGB
CMYK
RGB Variations
Color information
#180D11 (or 0x180D11) is known color: Rustic Red. HEX triplet: 18, 0D and 11. RGB value is (24,13,17). Sum of RGB (Red+Green+Blue) = 24+13+17=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D11 is #E7F2EE. Grayscale: #101010. Windows color (decimal): -15201007 or 1117464. OLE color: 1117464.
HSL color Cylindrical-coordinate representation of color #180D11: hue angle of 338.18º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180D11 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 13 | 17 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.91 |
| HSL | 338.18º | 0.3% | 0.07% | - |
| HSV(B) | 338.18º | 0.46% | 0.09% | - |
| XYZ | 0.62 | 0.52 | 0.6 | - |
| YUV | 16.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 17 | 0 | 0.46 | 0.29 | 0.91 | 338.18 | 0.3 | 0.07 |
| Hex | 18 | D | 11 | 0 | 2E | 1D | 5B | 152 | 1E | 7 |
| Octal | 30 | 15 | 21 | 0 | 56 | 35 | 133 | 522 | 36 | 7 |
| Binary | 11000 | 1101 | 10001 | 0 | 101110 | 11101 | 1011011 | 101010010 | 11110 | 111 |
Color Harmonies of #180D11
Complementary color
Monochromatic Colors of #180D11
Black with #180D11
Text Example
Text Example
White with #180D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D11; }
p { color: rgb(24,13,17); }
H1.HeaderClassName
{
color: #180D11;
}
.AnyTagClassName
{
color: #180D11;
}
</style>
background-color css
<style>
a { background-color: #180D11; }
a { background-color: rgb(24,13,17); }
div.DivClassName
{
background-color: #180D11;
}
.BgClassName
{
background-color: #180D11;
}
</style>
border-color css
<style>
span { border-color: #180D11; }
span { border-color: rgb(24,13,17); }
td.TdClassName
{
border-color: #180D11;
}
.TagClassName
{
border-color: #180D11;
}
</style>