Shades of Rustic Red #180506
Tints of Rustic Red #180506
RGB
CMYK
RGB Variations
Color information
#180506 (or 0x180506) is known color: Rustic Red. HEX triplet: 18, 05 and 06. RGB value is (24,5,6). Sum of RGB (Red+Green+Blue) = 24+5+6=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180506 is #E7FAF9. Grayscale: #0A0A0A. Windows color (decimal): -15203066 or 394520. OLE color: 394520.
HSL color Cylindrical-coordinate representation of color #180506: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180506 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 6 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.91 |
| HSL | 356.84º | 0.66% | 0.06% | - |
| HSV(B) | 356.84º | 0.79% | 0.09% | - |
| XYZ | 0.46 | 0.32 | 0.21 | - |
| YUV | 10.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 6 | 0 | 0.79 | 0.75 | 0.91 | 356.84 | 0.66 | 0.06 |
| Hex | 18 | 5 | 6 | 0 | 4F | 4B | 5B | 165 | 42 | 6 |
| Octal | 30 | 5 | 6 | 0 | 117 | 113 | 133 | 545 | 102 | 6 |
| Binary | 11000 | 101 | 110 | 0 | 1001111 | 1001011 | 1011011 | 101100101 | 1000010 | 110 |
Color Harmonies of #180506
Complementary color
Monochromatic Colors of #180506
Black with #180506
Text Example
Text Example
White with #180506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180506; }
p { color: rgb(24,5,6); }
H1.HeaderClassName
{
color: #180506;
}
.AnyTagClassName
{
color: #180506;
}
</style>
background-color css
<style>
a { background-color: #180506; }
a { background-color: rgb(24,5,6); }
div.DivClassName
{
background-color: #180506;
}
.BgClassName
{
background-color: #180506;
}
</style>
border-color css
<style>
span { border-color: #180506; }
span { border-color: rgb(24,5,6); }
td.TdClassName
{
border-color: #180506;
}
.TagClassName
{
border-color: #180506;
}
</style>