Shades of Rustic Red #18050C
Tints of Rustic Red #18050C
RGB
CMYK
RGB Variations
Color information
#18050C (or 0x18050C) is known color: Rustic Red. HEX triplet: 18, 05 and 0C. RGB value is (24,5,12). Sum of RGB (Red+Green+Blue) = 24+5+12=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #18050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050C is #E7FAF3. Grayscale: #0B0B0B. Windows color (decimal): -15203060 or 787736. OLE color: 787736.
HSL color Cylindrical-coordinate representation of color #18050C: hue angle of 337.89º 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 #18050C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 12 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.91 |
| HSL | 337.89º | 0.66% | 0.06% | - |
| HSV(B) | 337.89º | 0.79% | 0.09% | - |
| XYZ | 0.5 | 0.33 | 0.39 | - |
| YUV | 11.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 12 | 0 | 0.79 | 0.50 | 0.91 | 337.89 | 0.66 | 0.06 |
| Hex | 18 | 5 | C | 0 | 4F | 32 | 5B | 152 | 42 | 6 |
| Octal | 30 | 5 | 14 | 0 | 117 | 62 | 133 | 522 | 102 | 6 |
| Binary | 11000 | 101 | 1100 | 0 | 1001111 | 110010 | 1011011 | 101010010 | 1000010 | 110 |
Color Harmonies of #18050C
Complementary color
Monochromatic Colors of #18050C
Black with #18050C
Text Example
Text Example
White with #18050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18050C; }
p { color: rgb(24,5,12); }
H1.HeaderClassName
{
color: #18050C;
}
.AnyTagClassName
{
color: #18050C;
}
</style>
background-color css
<style>
a { background-color: #18050C; }
a { background-color: rgb(24,5,12); }
div.DivClassName
{
background-color: #18050C;
}
.BgClassName
{
background-color: #18050C;
}
</style>
border-color css
<style>
span { border-color: #18050C; }
span { border-color: rgb(24,5,12); }
td.TdClassName
{
border-color: #18050C;
}
.TagClassName
{
border-color: #18050C;
}
</style>