Shades of Rustic Red #280F10
Tints of Rustic Red #280F10
RGB
CMYK
RGB Variations
Color information
#280F10 (or 0x280F10) is known color: Rustic Red. HEX triplet: 28, 0F and 10. RGB value is (40,15,16). Sum of RGB (Red+Green+Blue) = 40+15+16=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F10 is #D7F0EF. Grayscale: #161616. Windows color (decimal): -14151920 or 1052456. OLE color: 1052456.
HSL color Cylindrical-coordinate representation of color #280F10: hue angle of 357.6º 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 #280F10 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 16 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.84 |
| HSL | 357.6º | 0.45% | 0.11% | - |
| HSV(B) | 357.6º | 0.63% | 0.16% | - |
| XYZ | 1.14 | 0.83 | 0.59 | - |
| YUV | 22.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 16 | 0 | 0.62 | 0.60 | 0.84 | 357.6 | 0.45 | 0.11 |
| Hex | 28 | F | 10 | 0 | 3E | 3C | 54 | 166 | 2D | B |
| Octal | 50 | 17 | 20 | 0 | 76 | 74 | 124 | 546 | 55 | 13 |
| Binary | 101000 | 1111 | 10000 | 0 | 111110 | 111100 | 1010100 | 101100110 | 101101 | 1011 |
Color Harmonies of #280F10
Complementary color
Monochromatic Colors of #280F10
Black with #280F10
Text Example
Text Example
White with #280F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F10; }
p { color: rgb(40,15,16); }
H1.HeaderClassName
{
color: #280F10;
}
.AnyTagClassName
{
color: #280F10;
}
</style>
background-color css
<style>
a { background-color: #280F10; }
a { background-color: rgb(40,15,16); }
div.DivClassName
{
background-color: #280F10;
}
.BgClassName
{
background-color: #280F10;
}
</style>
border-color css
<style>
span { border-color: #280F10; }
span { border-color: rgb(40,15,16); }
td.TdClassName
{
border-color: #280F10;
}
.TagClassName
{
border-color: #280F10;
}
</style>