Shades of Rustic Red #280009
Tints of Rustic Red #280009
RGB
CMYK
RGB Variations
Color information
#280009 (or 0x280009) is known color: Rustic Red. HEX triplet: 28, 00 and 09. RGB value is (40,0,9). Sum of RGB (Red+Green+Blue) = 40+0+9=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280009 is #D7FFF6. Grayscale: #0C0C0C. Windows color (decimal): -14155767 or 589864. OLE color: 589864.
HSL color Cylindrical-coordinate representation of color #280009: hue angle of 346.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280009 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.78 | 0.84 |
| HSL | 346.5º | 1% | 0.08% | - |
| HSV(B) | 346.5º | 1% | 0.16% | - |
| XYZ | 0.92 | 0.47 | 0.3 | - |
| YUV | 12.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 9 | 0 | 1 | 0.78 | 0.84 | 346.5 | 1 | 0.08 |
| Hex | 28 | 0 | 9 | 0 | 64 | 4E | 54 | 15A | 64 | 8 |
| Octal | 50 | 0 | 11 | 0 | 144 | 116 | 124 | 532 | 144 | 10 |
| Binary | 101000 | 0 | 1001 | 0 | 1100100 | 1001110 | 1010100 | 101011010 | 1100100 | 1000 |
Color Harmonies of #280009
Complementary color
Monochromatic Colors of #280009
Black with #280009
Text Example
Text Example
White with #280009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280009; }
p { color: rgb(40,0,9); }
H1.HeaderClassName
{
color: #280009;
}
.AnyTagClassName
{
color: #280009;
}
</style>
background-color css
<style>
a { background-color: #280009; }
a { background-color: rgb(40,0,9); }
div.DivClassName
{
background-color: #280009;
}
.BgClassName
{
background-color: #280009;
}
</style>
border-color css
<style>
span { border-color: #280009; }
span { border-color: rgb(40,0,9); }
td.TdClassName
{
border-color: #280009;
}
.TagClassName
{
border-color: #280009;
}
</style>