Shades of Rustic Red #280F16
Tints of Rustic Red #280F16
RGB
CMYK
RGB Variations
Color information
#280F16 (or 0x280F16) is known color: Rustic Red. HEX triplet: 28, 0F and 16. RGB value is (40,15,22). Sum of RGB (Red+Green+Blue) = 40+15+22=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F16 is #D7F0E9. Grayscale: #171717. Windows color (decimal): -14151914 or 1445672. OLE color: 1445672.
HSL color Cylindrical-coordinate representation of color #280F16: hue angle of 343.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F16 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 22 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.84 |
| HSL | 343.2º | 0.45% | 0.11% | - |
| HSV(B) | 343.2º | 0.63% | 0.16% | - |
| XYZ | 1.19 | 0.85 | 0.86 | - |
| YUV | 23.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 22 | 0 | 0.62 | 0.45 | 0.84 | 343.2 | 0.45 | 0.11 |
| Hex | 28 | F | 16 | 0 | 3E | 2D | 54 | 157 | 2D | B |
| Octal | 50 | 17 | 26 | 0 | 76 | 55 | 124 | 527 | 55 | 13 |
| Binary | 101000 | 1111 | 10110 | 0 | 111110 | 101101 | 1010100 | 101010111 | 101101 | 1011 |
Color Harmonies of #280F16
Complementary color
Monochromatic Colors of #280F16
Black with #280F16
Text Example
Text Example
White with #280F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F16; }
p { color: rgb(40,15,22); }
H1.HeaderClassName
{
color: #280F16;
}
.AnyTagClassName
{
color: #280F16;
}
</style>
background-color css
<style>
a { background-color: #280F16; }
a { background-color: rgb(40,15,22); }
div.DivClassName
{
background-color: #280F16;
}
.BgClassName
{
background-color: #280F16;
}
</style>
border-color css
<style>
span { border-color: #280F16; }
span { border-color: rgb(40,15,22); }
td.TdClassName
{
border-color: #280F16;
}
.TagClassName
{
border-color: #280F16;
}
</style>