Shades of Rustic Red #280B15
Tints of Rustic Red #280B15
RGB
CMYK
RGB Variations
Color information
#280B15 (or 0x280B15) is known color: Rustic Red. HEX triplet: 28, 0B and 15. RGB value is (40,11,21). Sum of RGB (Red+Green+Blue) = 40+11+21=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B15 is #D7F4EA. Grayscale: #141414. Windows color (decimal): -14152939 or 1379112. OLE color: 1379112.
HSL color Cylindrical-coordinate representation of color #280B15: hue angle of 339.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B15 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 21 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.84 |
| HSL | 339.31º | 0.57% | 0.1% | - |
| HSV(B) | 339.31º | 0.73% | 0.16% | - |
| XYZ | 1.13 | 0.74 | 0.79 | - |
| YUV | 20.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 21 | 0 | 0.72 | 0.48 | 0.84 | 339.31 | 0.57 | 0.1 |
| Hex | 28 | B | 15 | 0 | 48 | 30 | 54 | 153 | 39 | A |
| Octal | 50 | 13 | 25 | 0 | 110 | 60 | 124 | 523 | 71 | 12 |
| Binary | 101000 | 1011 | 10101 | 0 | 1001000 | 110000 | 1010100 | 101010011 | 111001 | 1010 |
Color Harmonies of #280B15
Complementary color
Monochromatic Colors of #280B15
Black with #280B15
Text Example
Text Example
White with #280B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B15; }
p { color: rgb(40,11,21); }
H1.HeaderClassName
{
color: #280B15;
}
.AnyTagClassName
{
color: #280B15;
}
</style>
background-color css
<style>
a { background-color: #280B15; }
a { background-color: rgb(40,11,21); }
div.DivClassName
{
background-color: #280B15;
}
.BgClassName
{
background-color: #280B15;
}
</style>
border-color css
<style>
span { border-color: #280B15; }
span { border-color: rgb(40,11,21); }
td.TdClassName
{
border-color: #280B15;
}
.TagClassName
{
border-color: #280B15;
}
</style>