Shades of Rustic Red #180F10
Tints of Rustic Red #180F10
RGB
CMYK
RGB Variations
Color information
#180F10 (or 0x180F10) is known color: Rustic Red. HEX triplet: 18, 0F and 10. RGB value is (24,15,16). Sum of RGB (Red+Green+Blue) = 24+15+16=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F10 is #E7F0EF. Grayscale: #111111. Windows color (decimal): -15200496 or 1052440. OLE color: 1052440.
HSL color Cylindrical-coordinate representation of color #180F10: hue angle of 353.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F10 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 15 | 16 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.91 |
| HSL | 353.33º | 0.23% | 0.08% | - |
| HSV(B) | 353.33º | 0.38% | 0.09% | - |
| XYZ | 0.64 | 0.57 | 0.57 | - |
| YUV | 17.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 16 | 0 | 0.37 | 0.33 | 0.91 | 353.33 | 0.23 | 0.08 |
| Hex | 18 | F | 10 | 0 | 25 | 21 | 5B | 161 | 17 | 8 |
| Octal | 30 | 17 | 20 | 0 | 45 | 41 | 133 | 541 | 27 | 10 |
| Binary | 11000 | 1111 | 10000 | 0 | 100101 | 100001 | 1011011 | 101100001 | 10111 | 1000 |
Color Harmonies of #180F10
Complementary color
Monochromatic Colors of #180F10
Black with #180F10
Text Example
Text Example
White with #180F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F10; }
p { color: rgb(24,15,16); }
H1.HeaderClassName
{
color: #180F10;
}
.AnyTagClassName
{
color: #180F10;
}
</style>
background-color css
<style>
a { background-color: #180F10; }
a { background-color: rgb(24,15,16); }
div.DivClassName
{
background-color: #180F10;
}
.BgClassName
{
background-color: #180F10;
}
</style>
border-color css
<style>
span { border-color: #180F10; }
span { border-color: rgb(24,15,16); }
td.TdClassName
{
border-color: #180F10;
}
.TagClassName
{
border-color: #180F10;
}
</style>