Shades of Rustic Red #280B11
Tints of Rustic Red #280B11
RGB
CMYK
RGB Variations
Color information
#280B11 (or 0x280B11) is known color: Rustic Red. HEX triplet: 28, 0B and 11. RGB value is (40,11,17). Sum of RGB (Red+Green+Blue) = 40+11+17=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B11 is #D7F4EE. Grayscale: #141414. Windows color (decimal): -14152943 or 1116968. OLE color: 1116968.
HSL color Cylindrical-coordinate representation of color #280B11: hue angle of 347.59º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B11 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 17 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.84 |
| HSL | 347.59º | 0.57% | 0.1% | - |
| HSV(B) | 347.59º | 0.73% | 0.16% | - |
| XYZ | 1.1 | 0.73 | 0.61 | - |
| YUV | 20.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 17 | 0 | 0.72 | 0.57 | 0.84 | 347.59 | 0.57 | 0.1 |
| Hex | 28 | B | 11 | 0 | 48 | 39 | 54 | 15C | 39 | A |
| Octal | 50 | 13 | 21 | 0 | 110 | 71 | 124 | 534 | 71 | 12 |
| Binary | 101000 | 1011 | 10001 | 0 | 1001000 | 111001 | 1010100 | 101011100 | 111001 | 1010 |
Color Harmonies of #280B11
Complementary color
Monochromatic Colors of #280B11
Black with #280B11
Text Example
Text Example
White with #280B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B11; }
p { color: rgb(40,11,17); }
H1.HeaderClassName
{
color: #280B11;
}
.AnyTagClassName
{
color: #280B11;
}
</style>
background-color css
<style>
a { background-color: #280B11; }
a { background-color: rgb(40,11,17); }
div.DivClassName
{
background-color: #280B11;
}
.BgClassName
{
background-color: #280B11;
}
</style>
border-color css
<style>
span { border-color: #280B11; }
span { border-color: rgb(40,11,17); }
td.TdClassName
{
border-color: #280B11;
}
.TagClassName
{
border-color: #280B11;
}
</style>