Shades of Rustic Red #280D16
Tints of Rustic Red #280D16
RGB
CMYK
RGB Variations
Color information
#280D16 (or 0x280D16) is known color: Rustic Red. HEX triplet: 28, 0D and 16. RGB value is (40,13,22). Sum of RGB (Red+Green+Blue) = 40+13+22=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #280D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280D16 is #D7F2E9. Grayscale: #161616. Windows color (decimal): -14152426 or 1445160. OLE color: 1445160.
HSL color Cylindrical-coordinate representation of color #280D16: hue angle of 340º 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 #280D16 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 22 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.84 |
| HSL | 340º | 0.51% | 0.1% | - |
| HSV(B) | 340º | 0.68% | 0.16% | - |
| XYZ | 1.16 | 0.8 | 0.85 | - |
| YUV | 22.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 22 | 0 | 0.67 | 0.45 | 0.84 | 340 | 0.51 | 0.1 |
| Hex | 28 | D | 16 | 0 | 43 | 2D | 54 | 154 | 33 | A |
| Octal | 50 | 15 | 26 | 0 | 103 | 55 | 124 | 524 | 63 | 12 |
| Binary | 101000 | 1101 | 10110 | 0 | 1000011 | 101101 | 1010100 | 101010100 | 110011 | 1010 |
Color Harmonies of #280D16
Complementary color
Monochromatic Colors of #280D16
Black with #280D16
Text Example
Text Example
White with #280D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D16; }
p { color: rgb(40,13,22); }
H1.HeaderClassName
{
color: #280D16;
}
.AnyTagClassName
{
color: #280D16;
}
</style>
background-color css
<style>
a { background-color: #280D16; }
a { background-color: rgb(40,13,22); }
div.DivClassName
{
background-color: #280D16;
}
.BgClassName
{
background-color: #280D16;
}
</style>
border-color css
<style>
span { border-color: #280D16; }
span { border-color: rgb(40,13,22); }
td.TdClassName
{
border-color: #280D16;
}
.TagClassName
{
border-color: #280D16;
}
</style>