Shades of Rustic Red #28080A
Tints of Rustic Red #28080A
RGB
CMYK
RGB Variations
Color information
#28080A (or 0x28080A) is known color: Rustic Red. HEX triplet: 28, 08 and 0A. RGB value is (40,8,10). Sum of RGB (Red+Green+Blue) = 40+8+10=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080A is #D7F7F5. Grayscale: #111111. Windows color (decimal): -14153718 or 657448. OLE color: 657448.
HSL color Cylindrical-coordinate representation of color #28080A: hue angle of 356.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28080A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 8 | 10 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.84 |
| HSL | 356.25º | 0.67% | 0.09% | - |
| HSV(B) | 356.25º | 0.8% | 0.16% | - |
| XYZ | 1.02 | 0.65 | 0.36 | - |
| YUV | 17.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 10 | 0 | 0.80 | 0.75 | 0.84 | 356.25 | 0.67 | 0.09 |
| Hex | 28 | 8 | A | 0 | 50 | 4B | 54 | 164 | 43 | 9 |
| Octal | 50 | 10 | 12 | 0 | 120 | 113 | 124 | 544 | 103 | 11 |
| Binary | 101000 | 1000 | 1010 | 0 | 1010000 | 1001011 | 1010100 | 101100100 | 1000011 | 1001 |
Color Harmonies of #28080A
Complementary color
Monochromatic Colors of #28080A
Black with #28080A
Text Example
Text Example
White with #28080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28080A; }
p { color: rgb(40,8,10); }
H1.HeaderClassName
{
color: #28080A;
}
.AnyTagClassName
{
color: #28080A;
}
</style>
background-color css
<style>
a { background-color: #28080A; }
a { background-color: rgb(40,8,10); }
div.DivClassName
{
background-color: #28080A;
}
.BgClassName
{
background-color: #28080A;
}
</style>
border-color css
<style>
span { border-color: #28080A; }
span { border-color: rgb(40,8,10); }
td.TdClassName
{
border-color: #28080A;
}
.TagClassName
{
border-color: #28080A;
}
</style>