Shades of Rustic Red #281016
Tints of Rustic Red #281016
RGB
CMYK
RGB Variations
Color information
#281016 (or 0x281016) is known color: Rustic Red. HEX triplet: 28, 10 and 16. RGB value is (40,16,22). Sum of RGB (Red+Green+Blue) = 40+16+22=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281016 is #D7EFE9. Grayscale: #171717. Windows color (decimal): -14151658 or 1445928. OLE color: 1445928.
HSL color Cylindrical-coordinate representation of color #281016: hue angle of 345º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281016 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 22 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.84 |
| HSL | 345º | 0.43% | 0.11% | - |
| HSV(B) | 345º | 0.6% | 0.16% | - |
| XYZ | 1.21 | 0.88 | 0.87 | - |
| YUV | 23.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 22 | 0 | 0.60 | 0.45 | 0.84 | 345 | 0.43 | 0.11 |
| Hex | 28 | 10 | 16 | 0 | 3C | 2D | 54 | 159 | 2B | B |
| Octal | 50 | 20 | 26 | 0 | 74 | 55 | 124 | 531 | 53 | 13 |
| Binary | 101000 | 10000 | 10110 | 0 | 111100 | 101101 | 1010100 | 101011001 | 101011 | 1011 |
Color Harmonies of #281016
Complementary color
Monochromatic Colors of #281016
Black with #281016
Text Example
Text Example
White with #281016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281016; }
p { color: rgb(40,16,22); }
H1.HeaderClassName
{
color: #281016;
}
.AnyTagClassName
{
color: #281016;
}
</style>
background-color css
<style>
a { background-color: #281016; }
a { background-color: rgb(40,16,22); }
div.DivClassName
{
background-color: #281016;
}
.BgClassName
{
background-color: #281016;
}
</style>
border-color css
<style>
span { border-color: #281016; }
span { border-color: rgb(40,16,22); }
td.TdClassName
{
border-color: #281016;
}
.TagClassName
{
border-color: #281016;
}
</style>