Shades of Rustic Red #28090F
Tints of Rustic Red #28090F
RGB
CMYK
RGB Variations
Color information
#28090F (or 0x28090F) is known color: Rustic Red. HEX triplet: 28, 09 and 0F. RGB value is (40,9,15). Sum of RGB (Red+Green+Blue) = 40+9+15=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #28090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090F is #D7F6F0. Grayscale: #121212. Windows color (decimal): -14153457 or 985384. OLE color: 985384.
HSL color Cylindrical-coordinate representation of color #28090F: hue angle of 348.39º 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 #28090F is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 9 | 15 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.84 |
| HSL | 348.39º | 0.63% | 0.1% | - |
| HSV(B) | 348.39º | 0.78% | 0.16% | - |
| XYZ | 1.06 | 0.68 | 0.53 | - |
| YUV | 18.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 15 | 0 | 0.78 | 0.62 | 0.84 | 348.39 | 0.63 | 0.1 |
| Hex | 28 | 9 | F | 0 | 4E | 3E | 54 | 15C | 3F | A |
| Octal | 50 | 11 | 17 | 0 | 116 | 76 | 124 | 534 | 77 | 12 |
| Binary | 101000 | 1001 | 1111 | 0 | 1001110 | 111110 | 1010100 | 101011100 | 111111 | 1010 |
Color Harmonies of #28090F
Complementary color
Monochromatic Colors of #28090F
Black with #28090F
Text Example
Text Example
White with #28090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28090F; }
p { color: rgb(40,9,15); }
H1.HeaderClassName
{
color: #28090F;
}
.AnyTagClassName
{
color: #28090F;
}
</style>
background-color css
<style>
a { background-color: #28090F; }
a { background-color: rgb(40,9,15); }
div.DivClassName
{
background-color: #28090F;
}
.BgClassName
{
background-color: #28090F;
}
</style>
border-color css
<style>
span { border-color: #28090F; }
span { border-color: rgb(40,9,15); }
td.TdClassName
{
border-color: #28090F;
}
.TagClassName
{
border-color: #28090F;
}
</style>