Shades of Rustic Red #180001
Tints of Rustic Red #180001
RGB
CMYK
RGB Variations
Color information
#180001 (or 0x180001) is known color: Rustic Red. HEX triplet: 18, 00 and 01. RGB value is (24,0,1). Sum of RGB (Red+Green+Blue) = 24+0+1=25 (3% of max value = 765). Red value is 24 (9.77% from 255 or 96% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 24 - color contains mainly: red. Hex color #180001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180001 is #E7FFFE. Grayscale: #070707. Windows color (decimal): -15204351 or 65560. OLE color: 65560.
HSL color Cylindrical-coordinate representation of color #180001: hue angle of 357.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 #180001 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.96 | 0.91 |
| HSL | 357.5º | 1% | 0.05% | - |
| HSV(B) | 357.5º | 1% | 0.09% | - |
| XYZ | 0.38 | 0.2 | 0.05 | - |
| YUV | 7.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 1 | 0 | 1 | 0.96 | 0.91 | 357.5 | 1 | 0.05 |
| Hex | 18 | 0 | 1 | 0 | 64 | 60 | 5B | 166 | 64 | 5 |
| Octal | 30 | 0 | 1 | 0 | 144 | 140 | 133 | 546 | 144 | 5 |
| Binary | 11000 | 0 | 1 | 0 | 1100100 | 1100000 | 1011011 | 101100110 | 1100100 | 101 |
Color Harmonies of #180001
Complementary color
Monochromatic Colors of #180001
Black with #180001
Text Example
Text Example
White with #180001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180001; }
p { color: rgb(24,0,1); }
H1.HeaderClassName
{
color: #180001;
}
.AnyTagClassName
{
color: #180001;
}
</style>
background-color css
<style>
a { background-color: #180001; }
a { background-color: rgb(24,0,1); }
div.DivClassName
{
background-color: #180001;
}
.BgClassName
{
background-color: #180001;
}
</style>
border-color css
<style>
span { border-color: #180001; }
span { border-color: rgb(24,0,1); }
td.TdClassName
{
border-color: #180001;
}
.TagClassName
{
border-color: #180001;
}
</style>