Shades of Rustic Red #280414
Tints of Rustic Red #280414
RGB
CMYK
RGB Variations
Color information
#280414 (or 0x280414) is known color: Rustic Red. HEX triplet: 28, 04 and 14. RGB value is (40,4,20). Sum of RGB (Red+Green+Blue) = 40+4+20=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280414 is #D7FBEB. Grayscale: #101010. Windows color (decimal): -14154732 or 1311784. OLE color: 1311784.
HSL color Cylindrical-coordinate representation of color #280414: hue angle of 333.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 #280414 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 20 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.84 |
| HSL | 333.33º | 0.82% | 0.09% | - |
| HSV(B) | 333.33º | 0.9% | 0.16% | - |
| XYZ | 1.04 | 0.59 | 0.72 | - |
| YUV | 16.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 20 | 0 | 0.90 | 0.5 | 0.84 | 333.33 | 0.82 | 0.09 |
| Hex | 28 | 4 | 14 | 0 | 5A | 32 | 54 | 14D | 52 | 9 |
| Octal | 50 | 4 | 24 | 0 | 132 | 62 | 124 | 515 | 122 | 11 |
| Binary | 101000 | 100 | 10100 | 0 | 1011010 | 110010 | 1010100 | 101001101 | 1010010 | 1001 |
Color Harmonies of #280414
Complementary color
Monochromatic Colors of #280414
Black with #280414
Text Example
Text Example
White with #280414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280414; }
p { color: rgb(40,4,20); }
H1.HeaderClassName
{
color: #280414;
}
.AnyTagClassName
{
color: #280414;
}
</style>
background-color css
<style>
a { background-color: #280414; }
a { background-color: rgb(40,4,20); }
div.DivClassName
{
background-color: #280414;
}
.BgClassName
{
background-color: #280414;
}
</style>
border-color css
<style>
span { border-color: #280414; }
span { border-color: rgb(40,4,20); }
td.TdClassName
{
border-color: #280414;
}
.TagClassName
{
border-color: #280414;
}
</style>