Shades of Rustic Red #28060A
Tints of Rustic Red #28060A
RGB
CMYK
RGB Variations
Color information
#28060A (or 0x28060A) is known color: Rustic Red. HEX triplet: 28, 06 and 0A. RGB value is (40,6,10). Sum of RGB (Red+Green+Blue) = 40+6+10=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #28060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060A is #D7F9F5. Grayscale: #101010. Windows color (decimal): -14154230 or 656936. OLE color: 656936.
HSL color Cylindrical-coordinate representation of color #28060A: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28060A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 10 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.84 |
| HSL | 352.94º | 0.74% | 0.09% | - |
| HSV(B) | 352.94º | 0.85% | 0.16% | - |
| XYZ | 0.99 | 0.6 | 0.35 | - |
| YUV | 16.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 10 | 0 | 0.85 | 0.75 | 0.84 | 352.94 | 0.74 | 0.09 |
| Hex | 28 | 6 | A | 0 | 55 | 4B | 54 | 161 | 4A | 9 |
| Octal | 50 | 6 | 12 | 0 | 125 | 113 | 124 | 541 | 112 | 11 |
| Binary | 101000 | 110 | 1010 | 0 | 1010101 | 1001011 | 1010100 | 101100001 | 1001010 | 1001 |
Color Harmonies of #28060A
Complementary color
Monochromatic Colors of #28060A
Black with #28060A
Text Example
Text Example
White with #28060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28060A; }
p { color: rgb(40,6,10); }
H1.HeaderClassName
{
color: #28060A;
}
.AnyTagClassName
{
color: #28060A;
}
</style>
background-color css
<style>
a { background-color: #28060A; }
a { background-color: rgb(40,6,10); }
div.DivClassName
{
background-color: #28060A;
}
.BgClassName
{
background-color: #28060A;
}
</style>
border-color css
<style>
span { border-color: #28060A; }
span { border-color: rgb(40,6,10); }
td.TdClassName
{
border-color: #28060A;
}
.TagClassName
{
border-color: #28060A;
}
</style>