Shades of Rustic Red #18030E
Tints of Rustic Red #18030E
RGB
CMYK
RGB Variations
Color information
#18030E (or 0x18030E) is known color: Rustic Red. HEX triplet: 18, 03 and 0E. RGB value is (24,3,14). Sum of RGB (Red+Green+Blue) = 24+3+14=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #18030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030E is #E7FCF1. Grayscale: #0A0A0A. Windows color (decimal): -15203570 or 918296. OLE color: 918296.
HSL color Cylindrical-coordinate representation of color #18030E: hue angle of 328.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18030E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 3 | 14 | - |
CMYK | 0 | 0.88 | 0.42 | 0.91 |
HSL | 328.57º | 0.78% | 0.05% | - |
HSV(B) | 328.57º | 0.88% | 0.09% | - |
XYZ | 0.49 | 0.29 | 0.45 | - |
YUV | 10.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 3 | 14 | 0 | 0.88 | 0.42 | 0.91 | 328.57 | 0.78 | 0.05 |
Hex | 18 | 3 | E | 0 | 58 | 2A | 5B | 149 | 4E | 5 |
Octal | 30 | 3 | 16 | 0 | 130 | 52 | 133 | 511 | 116 | 5 |
Binary | 11000 | 11 | 1110 | 0 | 1011000 | 101010 | 1011011 | 101001001 | 1001110 | 101 |
Color Harmonies of #18030E
Complementary color
Monochromatic Colors of #18030E
Black with #18030E
Text Example
Text Example
White with #18030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18030E; }
p { color: rgb(24,3,14); }
H1.HeaderClassName
{
color: #18030E;
}
.AnyTagClassName
{
color: #18030E;
}
</style>
background-color css
<style>
a { background-color: #18030E; }
a { background-color: rgb(24,3,14); }
div.DivClassName
{
background-color: #18030E;
}
.BgClassName
{
background-color: #18030E;
}
</style>
border-color css
<style>
span { border-color: #18030E; }
span { border-color: rgb(24,3,14); }
td.TdClassName
{
border-color: #18030E;
}
.TagClassName
{
border-color: #18030E;
}
</style>