Shades of Rustic Red #18000A
Tints of Rustic Red #18000A
RGB
CMYK
RGB Variations
Color information
#18000A (or 0x18000A) is known color: Rustic Red. HEX triplet: 18, 00 and 0A. RGB value is (24,0,10). Sum of RGB (Red+Green+Blue) = 24+0+10=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #18000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000A is #E7FFF5. Grayscale: #080808. Windows color (decimal): -15204342 or 655384. OLE color: 655384.
HSL color Cylindrical-coordinate representation of color #18000A: hue angle of 335º 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 #18000A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.58 | 0.91 |
| HSL | 335º | 1% | 0.05% | - |
| HSV(B) | 335º | 1% | 0.09% | - |
| XYZ | 0.43 | 0.22 | 0.31 | - |
| YUV | 8.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 10 | 0 | 1 | 0.58 | 0.91 | 335 | 1 | 0.05 |
| Hex | 18 | 0 | A | 0 | 64 | 3A | 5B | 14F | 64 | 5 |
| Octal | 30 | 0 | 12 | 0 | 144 | 72 | 133 | 517 | 144 | 5 |
| Binary | 11000 | 0 | 1010 | 0 | 1100100 | 111010 | 1011011 | 101001111 | 1100100 | 101 |
Color Harmonies of #18000A
Complementary color
Monochromatic Colors of #18000A
Black with #18000A
Text Example
Text Example
White with #18000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18000A; }
p { color: rgb(24,0,10); }
H1.HeaderClassName
{
color: #18000A;
}
.AnyTagClassName
{
color: #18000A;
}
</style>
background-color css
<style>
a { background-color: #18000A; }
a { background-color: rgb(24,0,10); }
div.DivClassName
{
background-color: #18000A;
}
.BgClassName
{
background-color: #18000A;
}
</style>
border-color css
<style>
span { border-color: #18000A; }
span { border-color: rgb(24,0,10); }
td.TdClassName
{
border-color: #18000A;
}
.TagClassName
{
border-color: #18000A;
}
</style>