Shades of Rustic Red #280513
Tints of Rustic Red #280513
RGB
CMYK
RGB Variations
Color information
#280513 (or 0x280513) is known color: Rustic Red. HEX triplet: 28, 05 and 13. RGB value is (40,5,19). Sum of RGB (Red+Green+Blue) = 40+5+19=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280513 is #D7FAEC. Grayscale: #111111. Windows color (decimal): -14154477 or 1246504. OLE color: 1246504.
HSL color Cylindrical-coordinate representation of color #280513: hue angle of 336º 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 #280513 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 19 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.84 |
| HSL | 336º | 0.78% | 0.09% | - |
| HSV(B) | 336º | 0.88% | 0.16% | - |
| XYZ | 1.05 | 0.61 | 0.68 | - |
| YUV | 17.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 19 | 0 | 0.88 | 0.52 | 0.84 | 336 | 0.78 | 0.09 |
| Hex | 28 | 5 | 13 | 0 | 58 | 34 | 54 | 150 | 4E | 9 |
| Octal | 50 | 5 | 23 | 0 | 130 | 64 | 124 | 520 | 116 | 11 |
| Binary | 101000 | 101 | 10011 | 0 | 1011000 | 110100 | 1010100 | 101010000 | 1001110 | 1001 |
Color Harmonies of #280513
Complementary color
Monochromatic Colors of #280513
Black with #280513
Text Example
Text Example
White with #280513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280513; }
p { color: rgb(40,5,19); }
H1.HeaderClassName
{
color: #280513;
}
.AnyTagClassName
{
color: #280513;
}
</style>
background-color css
<style>
a { background-color: #280513; }
a { background-color: rgb(40,5,19); }
div.DivClassName
{
background-color: #280513;
}
.BgClassName
{
background-color: #280513;
}
</style>
border-color css
<style>
span { border-color: #280513; }
span { border-color: rgb(40,5,19); }
td.TdClassName
{
border-color: #280513;
}
.TagClassName
{
border-color: #280513;
}
</style>