Shades of Rustic Red #280405
Tints of Rustic Red #280405
RGB
CMYK
RGB Variations
Color information
#280405 (or 0x280405) is known color: Rustic Red. HEX triplet: 28, 04 and 05. RGB value is (40,4,5). Sum of RGB (Red+Green+Blue) = 40+4+5=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280405 is #D7FBFA. Grayscale: #0E0E0E. Windows color (decimal): -14154747 or 328744. OLE color: 328744.
HSL color Cylindrical-coordinate representation of color #280405: hue angle of 358.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280405 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 5 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.84 |
| HSL | 358.33º | 0.82% | 0.09% | - |
| HSV(B) | 358.33º | 0.9% | 0.16% | - |
| XYZ | 0.95 | 0.55 | 0.2 | - |
| YUV | 14.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 5 | 0 | 0.90 | 0.88 | 0.84 | 358.33 | 0.82 | 0.09 |
| Hex | 28 | 4 | 5 | 0 | 5A | 58 | 54 | 166 | 52 | 9 |
| Octal | 50 | 4 | 5 | 0 | 132 | 130 | 124 | 546 | 122 | 11 |
| Binary | 101000 | 100 | 101 | 0 | 1011010 | 1011000 | 1010100 | 101100110 | 1010010 | 1001 |
Color Harmonies of #280405
Complementary color
Monochromatic Colors of #280405
Black with #280405
Text Example
Text Example
White with #280405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280405; }
p { color: rgb(40,4,5); }
H1.HeaderClassName
{
color: #280405;
}
.AnyTagClassName
{
color: #280405;
}
</style>
background-color css
<style>
a { background-color: #280405; }
a { background-color: rgb(40,4,5); }
div.DivClassName
{
background-color: #280405;
}
.BgClassName
{
background-color: #280405;
}
</style>
border-color css
<style>
span { border-color: #280405; }
span { border-color: rgb(40,4,5); }
td.TdClassName
{
border-color: #280405;
}
.TagClassName
{
border-color: #280405;
}
</style>