Shades of Rustic Red #280012
Tints of Rustic Red #280012
RGB
CMYK
RGB Variations
Color information
#280012 (or 0x280012) is known color: Rustic Red. HEX triplet: 28, 00 and 12. RGB value is (40,0,18). Sum of RGB (Red+Green+Blue) = 40+0+18=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280012 is #D7FFED. Grayscale: #0D0D0D. Windows color (decimal): -14155758 or 1179688. OLE color: 1179688.
HSL color Cylindrical-coordinate representation of color #280012: hue angle of 333º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280012 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.55 | 0.84 |
| HSL | 333º | 1% | 0.08% | - |
| HSV(B) | 333º | 1% | 0.16% | - |
| XYZ | 0.98 | 0.49 | 0.62 | - |
| YUV | 14.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 18 | 0 | 1 | 0.55 | 0.84 | 333 | 1 | 0.08 |
| Hex | 28 | 0 | 12 | 0 | 64 | 37 | 54 | 14D | 64 | 8 |
| Octal | 50 | 0 | 22 | 0 | 144 | 67 | 124 | 515 | 144 | 10 |
| Binary | 101000 | 0 | 10010 | 0 | 1100100 | 110111 | 1010100 | 101001101 | 1100100 | 1000 |
Color Harmonies of #280012
Complementary color
Monochromatic Colors of #280012
Black with #280012
Text Example
Text Example
White with #280012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280012; }
p { color: rgb(40,0,18); }
H1.HeaderClassName
{
color: #280012;
}
.AnyTagClassName
{
color: #280012;
}
</style>
background-color css
<style>
a { background-color: #280012; }
a { background-color: rgb(40,0,18); }
div.DivClassName
{
background-color: #280012;
}
.BgClassName
{
background-color: #280012;
}
</style>
border-color css
<style>
span { border-color: #280012; }
span { border-color: rgb(40,0,18); }
td.TdClassName
{
border-color: #280012;
}
.TagClassName
{
border-color: #280012;
}
</style>