Shades of Rustic Red #280609
Tints of Rustic Red #280609
RGB
CMYK
RGB Variations
Color information
#280609 (or 0x280609) is known color: Rustic Red. HEX triplet: 28, 06 and 09. RGB value is (40,6,9). Sum of RGB (Red+Green+Blue) = 40+6+9=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #280609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280609 is #D7F9F6. Grayscale: #101010. Windows color (decimal): -14154231 or 591400. OLE color: 591400.
HSL color Cylindrical-coordinate representation of color #280609: hue angle of 354.71º 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 #280609 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 9 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.84 |
| HSL | 354.71º | 0.74% | 0.09% | - |
| HSV(B) | 354.71º | 0.85% | 0.16% | - |
| XYZ | 0.99 | 0.6 | 0.32 | - |
| YUV | 16.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 9 | 0 | 0.85 | 0.78 | 0.84 | 354.71 | 0.74 | 0.09 |
| Hex | 28 | 6 | 9 | 0 | 55 | 4E | 54 | 163 | 4A | 9 |
| Octal | 50 | 6 | 11 | 0 | 125 | 116 | 124 | 543 | 112 | 11 |
| Binary | 101000 | 110 | 1001 | 0 | 1010101 | 1001110 | 1010100 | 101100011 | 1001010 | 1001 |
Color Harmonies of #280609
Complementary color
Monochromatic Colors of #280609
Black with #280609
Text Example
Text Example
White with #280609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280609; }
p { color: rgb(40,6,9); }
H1.HeaderClassName
{
color: #280609;
}
.AnyTagClassName
{
color: #280609;
}
</style>
background-color css
<style>
a { background-color: #280609; }
a { background-color: rgb(40,6,9); }
div.DivClassName
{
background-color: #280609;
}
.BgClassName
{
background-color: #280609;
}
</style>
border-color css
<style>
span { border-color: #280609; }
span { border-color: rgb(40,6,9); }
td.TdClassName
{
border-color: #280609;
}
.TagClassName
{
border-color: #280609;
}
</style>