Shades of Rustic Red #18050E
Tints of Rustic Red #18050E
RGB
CMYK
RGB Variations
Color information
#18050E (or 0x18050E) is known color: Rustic Red. HEX triplet: 18, 05 and 0E. RGB value is (24,5,14). Sum of RGB (Red+Green+Blue) = 24+5+14=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050E is #E7FAF1. Grayscale: #0B0B0B. Windows color (decimal): -15203058 or 918808. OLE color: 918808.
HSL color Cylindrical-coordinate representation of color #18050E: hue angle of 331.58º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18050E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 14 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.91 |
| HSL | 331.58º | 0.66% | 0.06% | - |
| HSV(B) | 331.58º | 0.79% | 0.09% | - |
| XYZ | 0.51 | 0.33 | 0.45 | - |
| YUV | 11.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 14 | 0 | 0.79 | 0.42 | 0.91 | 331.58 | 0.66 | 0.06 |
| Hex | 18 | 5 | E | 0 | 4F | 2A | 5B | 14C | 42 | 6 |
| Octal | 30 | 5 | 16 | 0 | 117 | 52 | 133 | 514 | 102 | 6 |
| Binary | 11000 | 101 | 1110 | 0 | 1001111 | 101010 | 1011011 | 101001100 | 1000010 | 110 |
Color Harmonies of #18050E
Complementary color
Monochromatic Colors of #18050E
Black with #18050E
Text Example
Text Example
White with #18050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18050E; }
p { color: rgb(24,5,14); }
H1.HeaderClassName
{
color: #18050E;
}
.AnyTagClassName
{
color: #18050E;
}
</style>
background-color css
<style>
a { background-color: #18050E; }
a { background-color: rgb(24,5,14); }
div.DivClassName
{
background-color: #18050E;
}
.BgClassName
{
background-color: #18050E;
}
</style>
border-color css
<style>
span { border-color: #18050E; }
span { border-color: rgb(24,5,14); }
td.TdClassName
{
border-color: #18050E;
}
.TagClassName
{
border-color: #18050E;
}
</style>