Shades of Rustic Red #280914
Tints of Rustic Red #280914
RGB
CMYK
RGB Variations
Color information
#280914 (or 0x280914) is known color: Rustic Red. HEX triplet: 28, 09 and 14. RGB value is (40,9,20). Sum of RGB (Red+Green+Blue) = 40+9+20=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280914 is #D7F6EB. Grayscale: #131313. Windows color (decimal): -14153452 or 1313064. OLE color: 1313064.
HSL color Cylindrical-coordinate representation of color #280914: hue angle of 338.71º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280914 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 20 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.84 |
| HSL | 338.71º | 0.63% | 0.1% | - |
| HSV(B) | 338.71º | 0.78% | 0.16% | - |
| XYZ | 1.1 | 0.7 | 0.74 | - |
| YUV | 19.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 20 | 0 | 0.78 | 0.5 | 0.84 | 338.71 | 0.63 | 0.1 |
| Hex | 28 | 9 | 14 | 0 | 4E | 32 | 54 | 153 | 3F | A |
| Octal | 50 | 11 | 24 | 0 | 116 | 62 | 124 | 523 | 77 | 12 |
| Binary | 101000 | 1001 | 10100 | 0 | 1001110 | 110010 | 1010100 | 101010011 | 111111 | 1010 |
Color Harmonies of #280914
Complementary color
Monochromatic Colors of #280914
Black with #280914
Text Example
Text Example
White with #280914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280914; }
p { color: rgb(40,9,20); }
H1.HeaderClassName
{
color: #280914;
}
.AnyTagClassName
{
color: #280914;
}
</style>
background-color css
<style>
a { background-color: #280914; }
a { background-color: rgb(40,9,20); }
div.DivClassName
{
background-color: #280914;
}
.BgClassName
{
background-color: #280914;
}
</style>
border-color css
<style>
span { border-color: #280914; }
span { border-color: rgb(40,9,20); }
td.TdClassName
{
border-color: #280914;
}
.TagClassName
{
border-color: #280914;
}
</style>