Shades of Rustic Red #180C10
Tints of Rustic Red #180C10
RGB
CMYK
RGB Variations
Color information
#180C10 (or 0x180C10) is known color: Rustic Red. HEX triplet: 18, 0C and 10. RGB value is (24,12,16). Sum of RGB (Red+Green+Blue) = 24+12+16=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C10 is #E7F3EF. Grayscale: #101010. Windows color (decimal): -15201264 or 1051672. OLE color: 1051672.
HSL color Cylindrical-coordinate representation of color #180C10: hue angle of 340º 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 #180C10 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 16 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.91 |
| HSL | 340º | 0.33% | 0.07% | - |
| HSV(B) | 340º | 0.5% | 0.09% | - |
| XYZ | 0.6 | 0.49 | 0.55 | - |
| YUV | 16.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 16 | 0 | 0.50 | 0.33 | 0.91 | 340 | 0.33 | 0.07 |
| Hex | 18 | C | 10 | 0 | 32 | 21 | 5B | 154 | 21 | 7 |
| Octal | 30 | 14 | 20 | 0 | 62 | 41 | 133 | 524 | 41 | 7 |
| Binary | 11000 | 1100 | 10000 | 0 | 110010 | 100001 | 1011011 | 101010100 | 100001 | 111 |
Color Harmonies of #180C10
Complementary color
Monochromatic Colors of #180C10
Black with #180C10
Text Example
Text Example
White with #180C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C10; }
p { color: rgb(24,12,16); }
H1.HeaderClassName
{
color: #180C10;
}
.AnyTagClassName
{
color: #180C10;
}
</style>
background-color css
<style>
a { background-color: #180C10; }
a { background-color: rgb(24,12,16); }
div.DivClassName
{
background-color: #180C10;
}
.BgClassName
{
background-color: #180C10;
}
</style>
border-color css
<style>
span { border-color: #180C10; }
span { border-color: rgb(24,12,16); }
td.TdClassName
{
border-color: #180C10;
}
.TagClassName
{
border-color: #180C10;
}
</style>