Shades of Rustic Red #18070B
Tints of Rustic Red #18070B
RGB
CMYK
RGB Variations
Color information
#18070B (or 0x18070B) is known color: Rustic Red. HEX triplet: 18, 07 and 0B. RGB value is (24,7,11). Sum of RGB (Red+Green+Blue) = 24+7+11=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070B is #E7F8F4. Grayscale: #0C0C0C. Windows color (decimal): -15202549 or 722712. OLE color: 722712.
HSL color Cylindrical-coordinate representation of color #18070B: hue angle of 345.88º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18070B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 11 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.91 |
| HSL | 345.88º | 0.55% | 0.06% | - |
| HSV(B) | 345.88º | 0.71% | 0.09% | - |
| XYZ | 0.51 | 0.37 | 0.36 | - |
| YUV | 12.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 11 | 0 | 0.71 | 0.54 | 0.91 | 345.88 | 0.55 | 0.06 |
| Hex | 18 | 7 | B | 0 | 47 | 36 | 5B | 15A | 37 | 6 |
| Octal | 30 | 7 | 13 | 0 | 107 | 66 | 133 | 532 | 67 | 6 |
| Binary | 11000 | 111 | 1011 | 0 | 1000111 | 110110 | 1011011 | 101011010 | 110111 | 110 |
Color Harmonies of #18070B
Complementary color
Monochromatic Colors of #18070B
Black with #18070B
Text Example
Text Example
White with #18070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18070B; }
p { color: rgb(24,7,11); }
H1.HeaderClassName
{
color: #18070B;
}
.AnyTagClassName
{
color: #18070B;
}
</style>
background-color css
<style>
a { background-color: #18070B; }
a { background-color: rgb(24,7,11); }
div.DivClassName
{
background-color: #18070B;
}
.BgClassName
{
background-color: #18070B;
}
</style>
border-color css
<style>
span { border-color: #18070B; }
span { border-color: rgb(24,7,11); }
td.TdClassName
{
border-color: #18070B;
}
.TagClassName
{
border-color: #18070B;
}
</style>