Shades of Rustic Red #280611
Tints of Rustic Red #280611
RGB
CMYK
RGB Variations
Color information
#280611 (or 0x280611) is known color: Rustic Red. HEX triplet: 28, 06 and 11. RGB value is (40,6,17). Sum of RGB (Red+Green+Blue) = 40+6+17=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280611 is #D7F9EE. Grayscale: #111111. Windows color (decimal): -14154223 or 1115688. OLE color: 1115688.
HSL color Cylindrical-coordinate representation of color #280611: hue angle of 340.59º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280611 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 17 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.84 |
| HSL | 340.59º | 0.74% | 0.09% | - |
| HSV(B) | 340.59º | 0.85% | 0.16% | - |
| XYZ | 1.04 | 0.62 | 0.6 | - |
| YUV | 17.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 17 | 0 | 0.85 | 0.57 | 0.84 | 340.59 | 0.74 | 0.09 |
| Hex | 28 | 6 | 11 | 0 | 55 | 39 | 54 | 155 | 4A | 9 |
| Octal | 50 | 6 | 21 | 0 | 125 | 71 | 124 | 525 | 112 | 11 |
| Binary | 101000 | 110 | 10001 | 0 | 1010101 | 111001 | 1010100 | 101010101 | 1001010 | 1001 |
Color Harmonies of #280611
Complementary color
Monochromatic Colors of #280611
Black with #280611
Text Example
Text Example
White with #280611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280611; }
p { color: rgb(40,6,17); }
H1.HeaderClassName
{
color: #280611;
}
.AnyTagClassName
{
color: #280611;
}
</style>
background-color css
<style>
a { background-color: #280611; }
a { background-color: rgb(40,6,17); }
div.DivClassName
{
background-color: #280611;
}
.BgClassName
{
background-color: #280611;
}
</style>
border-color css
<style>
span { border-color: #280611; }
span { border-color: rgb(40,6,17); }
td.TdClassName
{
border-color: #280611;
}
.TagClassName
{
border-color: #280611;
}
</style>