Shades of Rustic Red #280B0F
Tints of Rustic Red #280B0F
RGB
CMYK
RGB Variations
Color information
#280B0F (or 0x280B0F) is known color: Rustic Red. HEX triplet: 28, 0B and 0F. RGB value is (40,11,15). Sum of RGB (Red+Green+Blue) = 40+11+15=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0F is #D7F4F0. Grayscale: #141414. Windows color (decimal): -14152945 or 985896. OLE color: 985896.
HSL color Cylindrical-coordinate representation of color #280B0F: hue angle of 351.72º 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 #280B0F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 15 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.84 |
| HSL | 351.72º | 0.57% | 0.1% | - |
| HSV(B) | 351.72º | 0.73% | 0.16% | - |
| XYZ | 1.08 | 0.72 | 0.53 | - |
| YUV | 20.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 15 | 0 | 0.72 | 0.62 | 0.84 | 351.72 | 0.57 | 0.1 |
| Hex | 28 | B | F | 0 | 48 | 3E | 54 | 160 | 39 | A |
| Octal | 50 | 13 | 17 | 0 | 110 | 76 | 124 | 540 | 71 | 12 |
| Binary | 101000 | 1011 | 1111 | 0 | 1001000 | 111110 | 1010100 | 101100000 | 111001 | 1010 |
Color Harmonies of #280B0F
Complementary color
Monochromatic Colors of #280B0F
Black with #280B0F
Text Example
Text Example
White with #280B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B0F; }
p { color: rgb(40,11,15); }
H1.HeaderClassName
{
color: #280B0F;
}
.AnyTagClassName
{
color: #280B0F;
}
</style>
background-color css
<style>
a { background-color: #280B0F; }
a { background-color: rgb(40,11,15); }
div.DivClassName
{
background-color: #280B0F;
}
.BgClassName
{
background-color: #280B0F;
}
</style>
border-color css
<style>
span { border-color: #280B0F; }
span { border-color: rgb(40,11,15); }
td.TdClassName
{
border-color: #280B0F;
}
.TagClassName
{
border-color: #280B0F;
}
</style>