Shades of Rustic Red #280913
Tints of Rustic Red #280913
RGB
CMYK
RGB Variations
Color information
#280913 (or 0x280913) is known color: Rustic Red. HEX triplet: 28, 09 and 13. RGB value is (40,9,19). Sum of RGB (Red+Green+Blue) = 40+9+19=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280913 is #D7F6EC. Grayscale: #131313. Windows color (decimal): -14153453 or 1247528. OLE color: 1247528.
HSL color Cylindrical-coordinate representation of color #280913: hue angle of 340.65º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280913 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 19 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.84 |
| HSL | 340.65º | 0.63% | 0.1% | - |
| HSV(B) | 340.65º | 0.78% | 0.16% | - |
| XYZ | 1.09 | 0.69 | 0.69 | - |
| YUV | 19.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 19 | 0 | 0.78 | 0.52 | 0.84 | 340.65 | 0.63 | 0.1 |
| Hex | 28 | 9 | 13 | 0 | 4E | 34 | 54 | 155 | 3F | A |
| Octal | 50 | 11 | 23 | 0 | 116 | 64 | 124 | 525 | 77 | 12 |
| Binary | 101000 | 1001 | 10011 | 0 | 1001110 | 110100 | 1010100 | 101010101 | 111111 | 1010 |
Color Harmonies of #280913
Complementary color
Monochromatic Colors of #280913
Black with #280913
Text Example
Text Example
White with #280913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280913; }
p { color: rgb(40,9,19); }
H1.HeaderClassName
{
color: #280913;
}
.AnyTagClassName
{
color: #280913;
}
</style>
background-color css
<style>
a { background-color: #280913; }
a { background-color: rgb(40,9,19); }
div.DivClassName
{
background-color: #280913;
}
.BgClassName
{
background-color: #280913;
}
</style>
border-color css
<style>
span { border-color: #280913; }
span { border-color: rgb(40,9,19); }
td.TdClassName
{
border-color: #280913;
}
.TagClassName
{
border-color: #280913;
}
</style>