Shades of Rustic Red #280915
Tints of Rustic Red #280915
RGB
CMYK
RGB Variations
Color information
#280915 (or 0x280915) is known color: Rustic Red. HEX triplet: 28, 09 and 15. RGB value is (40,9,21). Sum of RGB (Red+Green+Blue) = 40+9+21=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280915 is #D7F6EA. Grayscale: #131313. Windows color (decimal): -14153451 or 1378600. OLE color: 1378600.
HSL color Cylindrical-coordinate representation of color #280915: hue angle of 336.77º 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 #280915 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 21 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.84 |
| HSL | 336.77º | 0.63% | 0.1% | - |
| HSV(B) | 336.77º | 0.78% | 0.16% | - |
| XYZ | 1.11 | 0.7 | 0.79 | - |
| YUV | 19.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 21 | 0 | 0.78 | 0.48 | 0.84 | 336.77 | 0.63 | 0.1 |
| Hex | 28 | 9 | 15 | 0 | 4E | 30 | 54 | 151 | 3F | A |
| Octal | 50 | 11 | 25 | 0 | 116 | 60 | 124 | 521 | 77 | 12 |
| Binary | 101000 | 1001 | 10101 | 0 | 1001110 | 110000 | 1010100 | 101010001 | 111111 | 1010 |
Color Harmonies of #280915
Complementary color
Monochromatic Colors of #280915
Black with #280915
Text Example
Text Example
White with #280915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280915; }
p { color: rgb(40,9,21); }
H1.HeaderClassName
{
color: #280915;
}
.AnyTagClassName
{
color: #280915;
}
</style>
background-color css
<style>
a { background-color: #280915; }
a { background-color: rgb(40,9,21); }
div.DivClassName
{
background-color: #280915;
}
.BgClassName
{
background-color: #280915;
}
</style>
border-color css
<style>
span { border-color: #280915; }
span { border-color: rgb(40,9,21); }
td.TdClassName
{
border-color: #280915;
}
.TagClassName
{
border-color: #280915;
}
</style>