Shades of Rustic Red #18010A
Tints of Rustic Red #18010A
RGB
CMYK
RGB Variations
Color information
#18010A (or 0x18010A) is known color: Rustic Red. HEX triplet: 18, 01 and 0A. RGB value is (24,1,10). Sum of RGB (Red+Green+Blue) = 24+1+10=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #18010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010A is #E7FEF5. Grayscale: #080808. Windows color (decimal): -15204086 or 655640. OLE color: 655640.
HSL color Cylindrical-coordinate representation of color #18010A: hue angle of 336.52º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18010A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 1 | 10 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.91 |
| HSL | 336.52º | 0.92% | 0.05% | - |
| HSV(B) | 336.52º | 0.96% | 0.09% | - |
| XYZ | 0.44 | 0.24 | 0.31 | - |
| YUV | 8.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 10 | 0 | 0.96 | 0.58 | 0.91 | 336.52 | 0.92 | 0.05 |
| Hex | 18 | 1 | A | 0 | 60 | 3A | 5B | 151 | 5C | 5 |
| Octal | 30 | 1 | 12 | 0 | 140 | 72 | 133 | 521 | 134 | 5 |
| Binary | 11000 | 1 | 1010 | 0 | 1100000 | 111010 | 1011011 | 101010001 | 1011100 | 101 |
Color Harmonies of #18010A
Complementary color
Monochromatic Colors of #18010A
Black with #18010A
Text Example
Text Example
White with #18010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18010A; }
p { color: rgb(24,1,10); }
H1.HeaderClassName
{
color: #18010A;
}
.AnyTagClassName
{
color: #18010A;
}
</style>
background-color css
<style>
a { background-color: #18010A; }
a { background-color: rgb(24,1,10); }
div.DivClassName
{
background-color: #18010A;
}
.BgClassName
{
background-color: #18010A;
}
</style>
border-color css
<style>
span { border-color: #18010A; }
span { border-color: rgb(24,1,10); }
td.TdClassName
{
border-color: #18010A;
}
.TagClassName
{
border-color: #18010A;
}
</style>