Shades of Rustic Red #18020B
Tints of Rustic Red #18020B
RGB
CMYK
RGB Variations
Color information
#18020B (or 0x18020B) is known color: Rustic Red. HEX triplet: 18, 02 and 0B. RGB value is (24,2,11). Sum of RGB (Red+Green+Blue) = 24+2+11=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #18020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020B is #E7FDF4. Grayscale: #090909. Windows color (decimal): -15203829 or 721432. OLE color: 721432.
HSL color Cylindrical-coordinate representation of color #18020B: hue angle of 335.45º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18020B is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 2 | 11 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.91 |
| HSL | 335.45º | 0.85% | 0.05% | - |
| HSV(B) | 335.45º | 0.92% | 0.09% | - |
| XYZ | 0.46 | 0.26 | 0.34 | - |
| YUV | 9.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 11 | 0 | 0.92 | 0.54 | 0.91 | 335.45 | 0.85 | 0.05 |
| Hex | 18 | 2 | B | 0 | 5C | 36 | 5B | 14F | 55 | 5 |
| Octal | 30 | 2 | 13 | 0 | 134 | 66 | 133 | 517 | 125 | 5 |
| Binary | 11000 | 10 | 1011 | 0 | 1011100 | 110110 | 1011011 | 101001111 | 1010101 | 101 |
Color Harmonies of #18020B
Complementary color
Monochromatic Colors of #18020B
Black with #18020B
Text Example
Text Example
White with #18020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18020B; }
p { color: rgb(24,2,11); }
H1.HeaderClassName
{
color: #18020B;
}
.AnyTagClassName
{
color: #18020B;
}
</style>
background-color css
<style>
a { background-color: #18020B; }
a { background-color: rgb(24,2,11); }
div.DivClassName
{
background-color: #18020B;
}
.BgClassName
{
background-color: #18020B;
}
</style>
border-color css
<style>
span { border-color: #18020B; }
span { border-color: rgb(24,2,11); }
td.TdClassName
{
border-color: #18020B;
}
.TagClassName
{
border-color: #18020B;
}
</style>