Shades of Rustic Red #280F18
Tints of Rustic Red #280F18
RGB
CMYK
RGB Variations
Color information
#280F18 (or 0x280F18) is known color: Rustic Red. HEX triplet: 28, 0F and 18. RGB value is (40,15,24). Sum of RGB (Red+Green+Blue) = 40+15+24=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #280F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280F18 is #D7F0E7. Grayscale: #171717. Windows color (decimal): -14151912 or 1576744. OLE color: 1576744.
HSL color Cylindrical-coordinate representation of color #280F18: hue angle of 338.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #280F18 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 15 | 24 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.84 |
| HSL | 338.4º | 0.45% | 0.11% | - |
| HSV(B) | 338.4º | 0.63% | 0.16% | - |
| XYZ | 1.21 | 0.86 | 0.97 | - |
| YUV | 23.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 24 | 0 | 0.62 | 0.40 | 0.84 | 338.4 | 0.45 | 0.11 |
| Hex | 28 | F | 18 | 0 | 3E | 28 | 54 | 152 | 2D | B |
| Octal | 50 | 17 | 30 | 0 | 76 | 50 | 124 | 522 | 55 | 13 |
| Binary | 101000 | 1111 | 11000 | 0 | 111110 | 101000 | 1010100 | 101010010 | 101101 | 1011 |
Color Harmonies of #280F18
Complementary color
Monochromatic Colors of #280F18
Black with #280F18
Text Example
Text Example
White with #280F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F18; }
p { color: rgb(40,15,24); }
H1.HeaderClassName
{
color: #280F18;
}
.AnyTagClassName
{
color: #280F18;
}
</style>
background-color css
<style>
a { background-color: #280F18; }
a { background-color: rgb(40,15,24); }
div.DivClassName
{
background-color: #280F18;
}
.BgClassName
{
background-color: #280F18;
}
</style>
border-color css
<style>
span { border-color: #280F18; }
span { border-color: rgb(40,15,24); }
td.TdClassName
{
border-color: #280F18;
}
.TagClassName
{
border-color: #280F18;
}
</style>