Shades of Rustic Red #280412
Tints of Rustic Red #280412
RGB
CMYK
RGB Variations
Color information
#280412 (or 0x280412) is known color: Rustic Red. HEX triplet: 28, 04 and 12. RGB value is (40,4,18). Sum of RGB (Red+Green+Blue) = 40+4+18=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #280412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280412 is #D7FBED. Grayscale: #101010. Windows color (decimal): -14154734 or 1180712. OLE color: 1180712.
HSL color Cylindrical-coordinate representation of color #280412: hue angle of 336.67º 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 #280412 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 4 | 18 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.84 |
| HSL | 336.67º | 0.82% | 0.09% | - |
| HSV(B) | 336.67º | 0.9% | 0.16% | - |
| XYZ | 1.03 | 0.58 | 0.63 | - |
| YUV | 16.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 18 | 0 | 0.90 | 0.55 | 0.84 | 336.67 | 0.82 | 0.09 |
| Hex | 28 | 4 | 12 | 0 | 5A | 37 | 54 | 151 | 52 | 9 |
| Octal | 50 | 4 | 22 | 0 | 132 | 67 | 124 | 521 | 122 | 11 |
| Binary | 101000 | 100 | 10010 | 0 | 1011010 | 110111 | 1010100 | 101010001 | 1010010 | 1001 |
Color Harmonies of #280412
Complementary color
Monochromatic Colors of #280412
Black with #280412
Text Example
Text Example
White with #280412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280412; }
p { color: rgb(40,4,18); }
H1.HeaderClassName
{
color: #280412;
}
.AnyTagClassName
{
color: #280412;
}
</style>
background-color css
<style>
a { background-color: #280412; }
a { background-color: rgb(40,4,18); }
div.DivClassName
{
background-color: #280412;
}
.BgClassName
{
background-color: #280412;
}
</style>
border-color css
<style>
span { border-color: #280412; }
span { border-color: rgb(40,4,18); }
td.TdClassName
{
border-color: #280412;
}
.TagClassName
{
border-color: #280412;
}
</style>