Shades of Rustic Red #280C16
Tints of Rustic Red #280C16
RGB
CMYK
RGB Variations
Color information
#280C16 (or 0x280C16) is known color: Rustic Red. HEX triplet: 28, 0C and 16. RGB value is (40,12,22). Sum of RGB (Red+Green+Blue) = 40+12+22=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #280C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C16 is #D7F3E9. Grayscale: #151515. Windows color (decimal): -14152682 or 1444904. OLE color: 1444904.
HSL color Cylindrical-coordinate representation of color #280C16: hue angle of 338.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C16 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 22 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.84 |
| HSL | 338.57º | 0.54% | 0.1% | - |
| HSV(B) | 338.57º | 0.7% | 0.16% | - |
| XYZ | 1.15 | 0.77 | 0.85 | - |
| YUV | 21.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 22 | 0 | 0.70 | 0.45 | 0.84 | 338.57 | 0.54 | 0.1 |
| Hex | 28 | C | 16 | 0 | 46 | 2D | 54 | 153 | 36 | A |
| Octal | 50 | 14 | 26 | 0 | 106 | 55 | 124 | 523 | 66 | 12 |
| Binary | 101000 | 1100 | 10110 | 0 | 1000110 | 101101 | 1010100 | 101010011 | 110110 | 1010 |
Color Harmonies of #280C16
Complementary color
Monochromatic Colors of #280C16
Black with #280C16
Text Example
Text Example
White with #280C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C16; }
p { color: rgb(40,12,22); }
H1.HeaderClassName
{
color: #280C16;
}
.AnyTagClassName
{
color: #280C16;
}
</style>
background-color css
<style>
a { background-color: #280C16; }
a { background-color: rgb(40,12,22); }
div.DivClassName
{
background-color: #280C16;
}
.BgClassName
{
background-color: #280C16;
}
</style>
border-color css
<style>
span { border-color: #280C16; }
span { border-color: rgb(40,12,22); }
td.TdClassName
{
border-color: #280C16;
}
.TagClassName
{
border-color: #280C16;
}
</style>