Shades of Rustic Red #180607
Tints of Rustic Red #180607
RGB
CMYK
RGB Variations
Color information
#180607 (or 0x180607) is known color: Rustic Red. HEX triplet: 18, 06 and 07. RGB value is (24,6,7). Sum of RGB (Red+Green+Blue) = 24+6+7=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180607 is #E7F9F8. Grayscale: #0B0B0B. Windows color (decimal): -15202809 or 460312. OLE color: 460312.
HSL color Cylindrical-coordinate representation of color #180607: hue angle of 356.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180607 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 6 | 7 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.91 |
| HSL | 356.67º | 0.6% | 0.06% | - |
| HSV(B) | 356.67º | 0.75% | 0.09% | - |
| XYZ | 0.48 | 0.34 | 0.24 | - |
| YUV | 11.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 7 | 0 | 0.75 | 0.71 | 0.91 | 356.67 | 0.6 | 0.06 |
| Hex | 18 | 6 | 7 | 0 | 4B | 47 | 5B | 165 | 3C | 6 |
| Octal | 30 | 6 | 7 | 0 | 113 | 107 | 133 | 545 | 74 | 6 |
| Binary | 11000 | 110 | 111 | 0 | 1001011 | 1000111 | 1011011 | 101100101 | 111100 | 110 |
Color Harmonies of #180607
Complementary color
Monochromatic Colors of #180607
Black with #180607
Text Example
Text Example
White with #180607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180607; }
p { color: rgb(24,6,7); }
H1.HeaderClassName
{
color: #180607;
}
.AnyTagClassName
{
color: #180607;
}
</style>
background-color css
<style>
a { background-color: #180607; }
a { background-color: rgb(24,6,7); }
div.DivClassName
{
background-color: #180607;
}
.BgClassName
{
background-color: #180607;
}
</style>
border-color css
<style>
span { border-color: #180607; }
span { border-color: rgb(24,6,7); }
td.TdClassName
{
border-color: #180607;
}
.TagClassName
{
border-color: #180607;
}
</style>