Shades of Rustic Red #280109
Tints of Rustic Red #280109
RGB
CMYK
RGB Variations
Color information
#280109 (or 0x280109) is known color: Rustic Red. HEX triplet: 28, 01 and 09. RGB value is (40,1,9). Sum of RGB (Red+Green+Blue) = 40+1+9=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280109 is #D7FEF6. Grayscale: #0D0D0D. Windows color (decimal): -14155511 or 590120. OLE color: 590120.
HSL color Cylindrical-coordinate representation of color #280109: hue angle of 347.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280109 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 1 | 9 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.84 |
| HSL | 347.69º | 0.95% | 0.08% | - |
| HSV(B) | 347.69º | 0.98% | 0.16% | - |
| XYZ | 0.94 | 0.49 | 0.3 | - |
| YUV | 13.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 9 | 0 | 0.98 | 0.78 | 0.84 | 347.69 | 0.95 | 0.08 |
| Hex | 28 | 1 | 9 | 0 | 62 | 4E | 54 | 15C | 5F | 8 |
| Octal | 50 | 1 | 11 | 0 | 142 | 116 | 124 | 534 | 137 | 10 |
| Binary | 101000 | 1 | 1001 | 0 | 1100010 | 1001110 | 1010100 | 101011100 | 1011111 | 1000 |
Color Harmonies of #280109
Complementary color
Monochromatic Colors of #280109
Black with #280109
Text Example
Text Example
White with #280109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280109; }
p { color: rgb(40,1,9); }
H1.HeaderClassName
{
color: #280109;
}
.AnyTagClassName
{
color: #280109;
}
</style>
background-color css
<style>
a { background-color: #280109; }
a { background-color: rgb(40,1,9); }
div.DivClassName
{
background-color: #280109;
}
.BgClassName
{
background-color: #280109;
}
</style>
border-color css
<style>
span { border-color: #280109; }
span { border-color: rgb(40,1,9); }
td.TdClassName
{
border-color: #280109;
}
.TagClassName
{
border-color: #280109;
}
</style>