Shades of Rustic Red #280507
Tints of Rustic Red #280507
RGB
CMYK
RGB Variations
Color information
#280507 (or 0x280507) is known color: Rustic Red. HEX triplet: 28, 05 and 07. RGB value is (40,5,7). Sum of RGB (Red+Green+Blue) = 40+5+7=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280507 is #D7FAF8. Grayscale: #0F0F0F. Windows color (decimal): -14154489 or 460072. OLE color: 460072.
HSL color Cylindrical-coordinate representation of color #280507: hue angle of 356.57º 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 #280507 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 5 | 7 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.84 |
| HSL | 356.57º | 0.78% | 0.09% | - |
| HSV(B) | 356.57º | 0.88% | 0.16% | - |
| XYZ | 0.97 | 0.57 | 0.26 | - |
| YUV | 15.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 7 | 0 | 0.88 | 0.83 | 0.84 | 356.57 | 0.78 | 0.09 |
| Hex | 28 | 5 | 7 | 0 | 58 | 53 | 54 | 165 | 4E | 9 |
| Octal | 50 | 5 | 7 | 0 | 130 | 123 | 124 | 545 | 116 | 11 |
| Binary | 101000 | 101 | 111 | 0 | 1011000 | 1010011 | 1010100 | 101100101 | 1001110 | 1001 |
Color Harmonies of #280507
Complementary color
Monochromatic Colors of #280507
Black with #280507
Text Example
Text Example
White with #280507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280507; }
p { color: rgb(40,5,7); }
H1.HeaderClassName
{
color: #280507;
}
.AnyTagClassName
{
color: #280507;
}
</style>
background-color css
<style>
a { background-color: #280507; }
a { background-color: rgb(40,5,7); }
div.DivClassName
{
background-color: #280507;
}
.BgClassName
{
background-color: #280507;
}
</style>
border-color css
<style>
span { border-color: #280507; }
span { border-color: rgb(40,5,7); }
td.TdClassName
{
border-color: #280507;
}
.TagClassName
{
border-color: #280507;
}
</style>