Shades of Rustic Red #280510
Tints of Rustic Red #280510
RGB
CMYK
RGB Variations
Color information
#280510 (or 0x280510) is known color: Rustic Red. HEX triplet: 28, 05 and 10. RGB value is (40,5,16). Sum of RGB (Red+Green+Blue) = 40+5+16=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280510 is #D7FAEF. Grayscale: #101010. Windows color (decimal): -14154480 or 1049896. OLE color: 1049896.
HSL color Cylindrical-coordinate representation of color #280510: hue angle of 341.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280510 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 16 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.84 |
| HSL | 341.14º | 0.78% | 0.09% | - |
| HSV(B) | 341.14º | 0.88% | 0.16% | - |
| XYZ | 1.02 | 0.6 | 0.55 | - |
| YUV | 16.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 16 | 0 | 0.88 | 0.60 | 0.84 | 341.14 | 0.78 | 0.09 |
| Hex | 28 | 5 | 10 | 0 | 58 | 3C | 54 | 155 | 4E | 9 |
| Octal | 50 | 5 | 20 | 0 | 130 | 74 | 124 | 525 | 116 | 11 |
| Binary | 101000 | 101 | 10000 | 0 | 1011000 | 111100 | 1010100 | 101010101 | 1001110 | 1001 |
Color Harmonies of #280510
Complementary color
Monochromatic Colors of #280510
Black with #280510
Text Example
Text Example
White with #280510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280510; }
p { color: rgb(40,5,16); }
H1.HeaderClassName
{
color: #280510;
}
.AnyTagClassName
{
color: #280510;
}
</style>
background-color css
<style>
a { background-color: #280510; }
a { background-color: rgb(40,5,16); }
div.DivClassName
{
background-color: #280510;
}
.BgClassName
{
background-color: #280510;
}
</style>
border-color css
<style>
span { border-color: #280510; }
span { border-color: rgb(40,5,16); }
td.TdClassName
{
border-color: #280510;
}
.TagClassName
{
border-color: #280510;
}
</style>