Shades of Rustic Red #28050A
Tints of Rustic Red #28050A
RGB
CMYK
RGB Variations
Color information
#28050A (or 0x28050A) is known color: Rustic Red. HEX triplet: 28, 05 and 0A. RGB value is (40,5,10). Sum of RGB (Red+Green+Blue) = 40+5+10=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28050A is #D7FAF5. Grayscale: #101010. Windows color (decimal): -14154486 or 656680. OLE color: 656680.
HSL color Cylindrical-coordinate representation of color #28050A: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28050A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 10 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.84 |
| HSL | 351.43º | 0.78% | 0.09% | - |
| HSV(B) | 351.43º | 0.88% | 0.16% | - |
| XYZ | 0.98 | 0.58 | 0.35 | - |
| YUV | 16.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 10 | 0 | 0.88 | 0.75 | 0.84 | 351.43 | 0.78 | 0.09 |
| Hex | 28 | 5 | A | 0 | 58 | 4B | 54 | 15F | 4E | 9 |
| Octal | 50 | 5 | 12 | 0 | 130 | 113 | 124 | 537 | 116 | 11 |
| Binary | 101000 | 101 | 1010 | 0 | 1011000 | 1001011 | 1010100 | 101011111 | 1001110 | 1001 |
Color Harmonies of #28050A
Complementary color
Monochromatic Colors of #28050A
Black with #28050A
Text Example
Text Example
White with #28050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28050A; }
p { color: rgb(40,5,10); }
H1.HeaderClassName
{
color: #28050A;
}
.AnyTagClassName
{
color: #28050A;
}
</style>
background-color css
<style>
a { background-color: #28050A; }
a { background-color: rgb(40,5,10); }
div.DivClassName
{
background-color: #28050A;
}
.BgClassName
{
background-color: #28050A;
}
</style>
border-color css
<style>
span { border-color: #28050A; }
span { border-color: rgb(40,5,10); }
td.TdClassName
{
border-color: #28050A;
}
.TagClassName
{
border-color: #28050A;
}
</style>