Shades of Rustic Red #180C12
Tints of Rustic Red #180C12
RGB
CMYK
RGB Variations
Color information
#180C12 (or 0x180C12) is known color: Rustic Red. HEX triplet: 18, 0C and 12. RGB value is (24,12,18). Sum of RGB (Red+Green+Blue) = 24+12+18=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C12 is #E7F3ED. Grayscale: #101010. Windows color (decimal): -15201262 or 1182744. OLE color: 1182744.
HSL color Cylindrical-coordinate representation of color #180C12: hue angle of 330º 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 #180C12 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 18 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.91 |
| HSL | 330º | 0.33% | 0.07% | - |
| HSV(B) | 330º | 0.5% | 0.09% | - |
| XYZ | 0.62 | 0.5 | 0.64 | - |
| YUV | 16.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 18 | 0 | 0.50 | 0.25 | 0.91 | 330 | 0.33 | 0.07 |
| Hex | 18 | C | 12 | 0 | 32 | 19 | 5B | 14A | 21 | 7 |
| Octal | 30 | 14 | 22 | 0 | 62 | 31 | 133 | 512 | 41 | 7 |
| Binary | 11000 | 1100 | 10010 | 0 | 110010 | 11001 | 1011011 | 101001010 | 100001 | 111 |
Color Harmonies of #180C12
Complementary color
Monochromatic Colors of #180C12
Black with #180C12
Text Example
Text Example
White with #180C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C12; }
p { color: rgb(24,12,18); }
H1.HeaderClassName
{
color: #180C12;
}
.AnyTagClassName
{
color: #180C12;
}
</style>
background-color css
<style>
a { background-color: #180C12; }
a { background-color: rgb(24,12,18); }
div.DivClassName
{
background-color: #180C12;
}
.BgClassName
{
background-color: #180C12;
}
</style>
border-color css
<style>
span { border-color: #180C12; }
span { border-color: rgb(24,12,18); }
td.TdClassName
{
border-color: #180C12;
}
.TagClassName
{
border-color: #180C12;
}
</style>