Shades of Rustic Red #180007
Tints of Rustic Red #180007
RGB
CMYK
RGB Variations
Color information
#180007 (or 0x180007) is known color: Rustic Red. HEX triplet: 18, 00 and 07. RGB value is (24,0,7). Sum of RGB (Red+Green+Blue) = 24+0+7=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180007 is #E7FFF8. Grayscale: #070707. Windows color (decimal): -15204345 or 458776. OLE color: 458776.
HSL color Cylindrical-coordinate representation of color #180007: hue angle of 342.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180007 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.71 | 0.91 |
| HSL | 342.5º | 1% | 0.05% | - |
| HSV(B) | 342.5º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.21 | 0.22 | - |
| YUV | 7.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 7 | 0 | 1 | 0.71 | 0.91 | 342.5 | 1 | 0.05 |
| Hex | 18 | 0 | 7 | 0 | 64 | 47 | 5B | 156 | 64 | 5 |
| Octal | 30 | 0 | 7 | 0 | 144 | 107 | 133 | 526 | 144 | 5 |
| Binary | 11000 | 0 | 111 | 0 | 1100100 | 1000111 | 1011011 | 101010110 | 1100100 | 101 |
Color Harmonies of #180007
Complementary color
Monochromatic Colors of #180007
Black with #180007
Text Example
Text Example
White with #180007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180007; }
p { color: rgb(24,0,7); }
H1.HeaderClassName
{
color: #180007;
}
.AnyTagClassName
{
color: #180007;
}
</style>
background-color css
<style>
a { background-color: #180007; }
a { background-color: rgb(24,0,7); }
div.DivClassName
{
background-color: #180007;
}
.BgClassName
{
background-color: #180007;
}
</style>
border-color css
<style>
span { border-color: #180007; }
span { border-color: rgb(24,0,7); }
td.TdClassName
{
border-color: #180007;
}
.TagClassName
{
border-color: #180007;
}
</style>