Shades of Rustic Red #280204
Tints of Rustic Red #280204
RGB
CMYK
RGB Variations
Color information
#280204 (or 0x280204) is known color: Rustic Red. HEX triplet: 28, 02 and 04. RGB value is (40,2,4). Sum of RGB (Red+Green+Blue) = 40+2+4=46 (6% of max value = 765). Red value is 40 (16.02% from 255 or 86.96% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 40 - color contains mainly: red. Hex color #280204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280204 is #D7FDFB. Grayscale: #0D0D0D. Windows color (decimal): -14155260 or 262696. OLE color: 262696.
HSL color Cylindrical-coordinate representation of color #280204: hue angle of 356.84º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280204 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 4 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.84 |
| HSL | 356.84º | 0.9% | 0.08% | - |
| HSV(B) | 356.84º | 0.95% | 0.16% | - |
| XYZ | 0.92 | 0.5 | 0.16 | - |
| YUV | 13.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 4 | 0 | 0.95 | 0.90 | 0.84 | 356.84 | 0.9 | 0.08 |
| Hex | 28 | 2 | 4 | 0 | 5F | 5A | 54 | 165 | 5A | 8 |
| Octal | 50 | 2 | 4 | 0 | 137 | 132 | 124 | 545 | 132 | 10 |
| Binary | 101000 | 10 | 100 | 0 | 1011111 | 1011010 | 1010100 | 101100101 | 1011010 | 1000 |
Color Harmonies of #280204
Complementary color
Monochromatic Colors of #280204
Black with #280204
Text Example
Text Example
White with #280204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280204; }
p { color: rgb(40,2,4); }
H1.HeaderClassName
{
color: #280204;
}
.AnyTagClassName
{
color: #280204;
}
</style>
background-color css
<style>
a { background-color: #280204; }
a { background-color: rgb(40,2,4); }
div.DivClassName
{
background-color: #280204;
}
.BgClassName
{
background-color: #280204;
}
</style>
border-color css
<style>
span { border-color: #280204; }
span { border-color: rgb(40,2,4); }
td.TdClassName
{
border-color: #280204;
}
.TagClassName
{
border-color: #280204;
}
</style>