Shades of Rustic Red #280709
Tints of Rustic Red #280709
RGB
CMYK
RGB Variations
Color information
#280709 (or 0x280709) is known color: Rustic Red. HEX triplet: 28, 07 and 09. RGB value is (40,7,9). Sum of RGB (Red+Green+Blue) = 40+7+9=56 (7% of max value = 765). Red value is 40 (16.02% from 255 or 71.43% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 40 - color contains mainly: red. Hex color #280709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280709 is #D7F8F6. Grayscale: #111111. Windows color (decimal): -14153975 or 591656. OLE color: 591656.
HSL color Cylindrical-coordinate representation of color #280709: hue angle of 356.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280709 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 7 | 9 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.84 |
| HSL | 356.36º | 0.7% | 0.09% | - |
| HSV(B) | 356.36º | 0.83% | 0.16% | - |
| XYZ | 1 | 0.62 | 0.33 | - |
| YUV | 17.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 9 | 0 | 0.83 | 0.78 | 0.84 | 356.36 | 0.7 | 0.09 |
| Hex | 28 | 7 | 9 | 0 | 53 | 4E | 54 | 164 | 46 | 9 |
| Octal | 50 | 7 | 11 | 0 | 123 | 116 | 124 | 544 | 106 | 11 |
| Binary | 101000 | 111 | 1001 | 0 | 1010011 | 1001110 | 1010100 | 101100100 | 1000110 | 1001 |
Color Harmonies of #280709
Complementary color
Monochromatic Colors of #280709
Black with #280709
Text Example
Text Example
White with #280709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280709; }
p { color: rgb(40,7,9); }
H1.HeaderClassName
{
color: #280709;
}
.AnyTagClassName
{
color: #280709;
}
</style>
background-color css
<style>
a { background-color: #280709; }
a { background-color: rgb(40,7,9); }
div.DivClassName
{
background-color: #280709;
}
.BgClassName
{
background-color: #280709;
}
</style>
border-color css
<style>
span { border-color: #280709; }
span { border-color: rgb(40,7,9); }
td.TdClassName
{
border-color: #280709;
}
.TagClassName
{
border-color: #280709;
}
</style>