Shades of Rustic Red #18060B
Tints of Rustic Red #18060B
RGB
CMYK
RGB Variations
Color information
#18060B (or 0x18060B) is known color: Rustic Red. HEX triplet: 18, 06 and 0B. RGB value is (24,6,11). Sum of RGB (Red+Green+Blue) = 24+6+11=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #18060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060B is #E7F9F4. Grayscale: #0B0B0B. Windows color (decimal): -15202805 or 722456. OLE color: 722456.
HSL color Cylindrical-coordinate representation of color #18060B: hue angle of 343.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18060B is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 6 | 11 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.91 |
| HSL | 343.33º | 0.6% | 0.06% | - |
| HSV(B) | 343.33º | 0.75% | 0.09% | - |
| XYZ | 0.5 | 0.35 | 0.36 | - |
| YUV | 11.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 11 | 0 | 0.75 | 0.54 | 0.91 | 343.33 | 0.6 | 0.06 |
| Hex | 18 | 6 | B | 0 | 4B | 36 | 5B | 157 | 3C | 6 |
| Octal | 30 | 6 | 13 | 0 | 113 | 66 | 133 | 527 | 74 | 6 |
| Binary | 11000 | 110 | 1011 | 0 | 1001011 | 110110 | 1011011 | 101010111 | 111100 | 110 |
Color Harmonies of #18060B
Complementary color
Monochromatic Colors of #18060B
Black with #18060B
Text Example
Text Example
White with #18060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18060B; }
p { color: rgb(24,6,11); }
H1.HeaderClassName
{
color: #18060B;
}
.AnyTagClassName
{
color: #18060B;
}
</style>
background-color css
<style>
a { background-color: #18060B; }
a { background-color: rgb(24,6,11); }
div.DivClassName
{
background-color: #18060B;
}
.BgClassName
{
background-color: #18060B;
}
</style>
border-color css
<style>
span { border-color: #18060B; }
span { border-color: rgb(24,6,11); }
td.TdClassName
{
border-color: #18060B;
}
.TagClassName
{
border-color: #18060B;
}
</style>