Shades of Rustic Red #18000B
Tints of Rustic Red #18000B
RGB
CMYK
RGB Variations
Color information
#18000B (or 0x18000B) is known color: Rustic Red. HEX triplet: 18, 00 and 0B. RGB value is (24,0,11). Sum of RGB (Red+Green+Blue) = 24+0+11=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #18000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000B is #E7FFF4. Grayscale: #080808. Windows color (decimal): -15204341 or 720920. OLE color: 720920.
HSL color Cylindrical-coordinate representation of color #18000B: hue angle of 332.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18000B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.54 | 0.91 |
| HSL | 332.5º | 1% | 0.05% | - |
| HSV(B) | 332.5º | 1% | 0.09% | - |
| XYZ | 0.44 | 0.22 | 0.34 | - |
| YUV | 8.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 11 | 0 | 1 | 0.54 | 0.91 | 332.5 | 1 | 0.05 |
| Hex | 18 | 0 | B | 0 | 64 | 36 | 5B | 14C | 64 | 5 |
| Octal | 30 | 0 | 13 | 0 | 144 | 66 | 133 | 514 | 144 | 5 |
| Binary | 11000 | 0 | 1011 | 0 | 1100100 | 110110 | 1011011 | 101001100 | 1100100 | 101 |
Color Harmonies of #18000B
Complementary color
Monochromatic Colors of #18000B
Black with #18000B
Text Example
Text Example
White with #18000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18000B; }
p { color: rgb(24,0,11); }
H1.HeaderClassName
{
color: #18000B;
}
.AnyTagClassName
{
color: #18000B;
}
</style>
background-color css
<style>
a { background-color: #18000B; }
a { background-color: rgb(24,0,11); }
div.DivClassName
{
background-color: #18000B;
}
.BgClassName
{
background-color: #18000B;
}
</style>
border-color css
<style>
span { border-color: #18000B; }
span { border-color: rgb(24,0,11); }
td.TdClassName
{
border-color: #18000B;
}
.TagClassName
{
border-color: #18000B;
}
</style>