Shades of Rustic Red #18050F
Tints of Rustic Red #18050F
RGB
CMYK
RGB Variations
Color information
#18050F (or 0x18050F) is known color: Rustic Red. HEX triplet: 18, 05 and 0F. RGB value is (24,5,15). Sum of RGB (Red+Green+Blue) = 24+5+15=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050F is #E7FAF0. Grayscale: #0B0B0B. Windows color (decimal): -15203057 or 984344. OLE color: 984344.
HSL color Cylindrical-coordinate representation of color #18050F: hue angle of 328.42º 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 #18050F is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 15 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.91 |
| HSL | 328.42º | 0.66% | 0.06% | - |
| HSV(B) | 328.42º | 0.79% | 0.09% | - |
| XYZ | 0.52 | 0.34 | 0.49 | - |
| YUV | 11.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 15 | 0 | 0.79 | 0.37 | 0.91 | 328.42 | 0.66 | 0.06 |
| Hex | 18 | 5 | F | 0 | 4F | 25 | 5B | 148 | 42 | 6 |
| Octal | 30 | 5 | 17 | 0 | 117 | 45 | 133 | 510 | 102 | 6 |
| Binary | 11000 | 101 | 1111 | 0 | 1001111 | 100101 | 1011011 | 101001000 | 1000010 | 110 |
Color Harmonies of #18050F
Complementary color
Monochromatic Colors of #18050F
Black with #18050F
Text Example
Text Example
White with #18050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18050F; }
p { color: rgb(24,5,15); }
H1.HeaderClassName
{
color: #18050F;
}
.AnyTagClassName
{
color: #18050F;
}
</style>
background-color css
<style>
a { background-color: #18050F; }
a { background-color: rgb(24,5,15); }
div.DivClassName
{
background-color: #18050F;
}
.BgClassName
{
background-color: #18050F;
}
</style>
border-color css
<style>
span { border-color: #18050F; }
span { border-color: rgb(24,5,15); }
td.TdClassName
{
border-color: #18050F;
}
.TagClassName
{
border-color: #18050F;
}
</style>