Shades of Rustic Red #180204
Tints of Rustic Red #180204
RGB
CMYK
RGB Variations
Color information
#180204 (or 0x180204) is known color: Rustic Red. HEX triplet: 18, 02 and 04. RGB value is (24,2,4). Sum of RGB (Red+Green+Blue) = 24+2+4=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180204 is #E7FDFB. Grayscale: #080808. Windows color (decimal): -15203836 or 262680. OLE color: 262680.
HSL color Cylindrical-coordinate representation of color #180204: hue angle of 354.55º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180204 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 2 | 4 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.91 |
| HSL | 354.55º | 0.85% | 0.05% | - |
| HSV(B) | 354.55º | 0.92% | 0.09% | - |
| XYZ | 0.42 | 0.25 | 0.14 | - |
| YUV | 8.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 4 | 0 | 0.92 | 0.83 | 0.91 | 354.55 | 0.85 | 0.05 |
| Hex | 18 | 2 | 4 | 0 | 5C | 53 | 5B | 163 | 55 | 5 |
| Octal | 30 | 2 | 4 | 0 | 134 | 123 | 133 | 543 | 125 | 5 |
| Binary | 11000 | 10 | 100 | 0 | 1011100 | 1010011 | 1011011 | 101100011 | 1010101 | 101 |
Color Harmonies of #180204
Complementary color
Monochromatic Colors of #180204
Black with #180204
Text Example
Text Example
White with #180204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180204; }
p { color: rgb(24,2,4); }
H1.HeaderClassName
{
color: #180204;
}
.AnyTagClassName
{
color: #180204;
}
</style>
background-color css
<style>
a { background-color: #180204; }
a { background-color: rgb(24,2,4); }
div.DivClassName
{
background-color: #180204;
}
.BgClassName
{
background-color: #180204;
}
</style>
border-color css
<style>
span { border-color: #180204; }
span { border-color: rgb(24,2,4); }
td.TdClassName
{
border-color: #180204;
}
.TagClassName
{
border-color: #180204;
}
</style>