Shades of Rustic Red #180C11
Tints of Rustic Red #180C11
RGB
CMYK
RGB Variations
Color information
#180C11 (or 0x180C11) is known color: Rustic Red. HEX triplet: 18, 0C and 11. RGB value is (24,12,17). Sum of RGB (Red+Green+Blue) = 24+12+17=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C11 is #E7F3EE. Grayscale: #101010. Windows color (decimal): -15201263 or 1117208. OLE color: 1117208.
HSL color Cylindrical-coordinate representation of color #180C11: hue angle of 335º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C11 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 17 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.91 |
| HSL | 335º | 0.33% | 0.07% | - |
| HSV(B) | 335º | 0.5% | 0.09% | - |
| XYZ | 0.61 | 0.5 | 0.59 | - |
| YUV | 16.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 17 | 0 | 0.50 | 0.29 | 0.91 | 335 | 0.33 | 0.07 |
| Hex | 18 | C | 11 | 0 | 32 | 1D | 5B | 14F | 21 | 7 |
| Octal | 30 | 14 | 21 | 0 | 62 | 35 | 133 | 517 | 41 | 7 |
| Binary | 11000 | 1100 | 10001 | 0 | 110010 | 11101 | 1011011 | 101001111 | 100001 | 111 |
Color Harmonies of #180C11
Complementary color
Monochromatic Colors of #180C11
Black with #180C11
Text Example
Text Example
White with #180C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C11; }
p { color: rgb(24,12,17); }
H1.HeaderClassName
{
color: #180C11;
}
.AnyTagClassName
{
color: #180C11;
}
</style>
background-color css
<style>
a { background-color: #180C11; }
a { background-color: rgb(24,12,17); }
div.DivClassName
{
background-color: #180C11;
}
.BgClassName
{
background-color: #180C11;
}
</style>
border-color css
<style>
span { border-color: #180C11; }
span { border-color: rgb(24,12,17); }
td.TdClassName
{
border-color: #180C11;
}
.TagClassName
{
border-color: #180C11;
}
</style>