Shades of Rustic Red #280D15
Tints of Rustic Red #280D15
RGB
CMYK
RGB Variations
Color information
#280D15 (or 0x280D15) is known color: Rustic Red. HEX triplet: 28, 0D and 15. RGB value is (40,13,21). Sum of RGB (Red+Green+Blue) = 40+13+21=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D15 is #D7F2EA. Grayscale: #151515. Windows color (decimal): -14152427 or 1379624. OLE color: 1379624.
HSL color Cylindrical-coordinate representation of color #280D15: hue angle of 342.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D15 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 21 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.84 |
| HSL | 342.22º | 0.51% | 0.1% | - |
| HSV(B) | 342.22º | 0.68% | 0.16% | - |
| XYZ | 1.15 | 0.79 | 0.8 | - |
| YUV | 21.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 21 | 0 | 0.67 | 0.48 | 0.84 | 342.22 | 0.51 | 0.1 |
| Hex | 28 | D | 15 | 0 | 43 | 30 | 54 | 156 | 33 | A |
| Octal | 50 | 15 | 25 | 0 | 103 | 60 | 124 | 526 | 63 | 12 |
| Binary | 101000 | 1101 | 10101 | 0 | 1000011 | 110000 | 1010100 | 101010110 | 110011 | 1010 |
Color Harmonies of #280D15
Complementary color
Monochromatic Colors of #280D15
Black with #280D15
Text Example
Text Example
White with #280D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D15; }
p { color: rgb(40,13,21); }
H1.HeaderClassName
{
color: #280D15;
}
.AnyTagClassName
{
color: #280D15;
}
</style>
background-color css
<style>
a { background-color: #280D15; }
a { background-color: rgb(40,13,21); }
div.DivClassName
{
background-color: #280D15;
}
.BgClassName
{
background-color: #280D15;
}
</style>
border-color css
<style>
span { border-color: #280D15; }
span { border-color: rgb(40,13,21); }
td.TdClassName
{
border-color: #280D15;
}
.TagClassName
{
border-color: #280D15;
}
</style>