Shades of Rustic Red #280B12
Tints of Rustic Red #280B12
RGB
CMYK
RGB Variations
Color information
#280B12 (or 0x280B12) is known color: Rustic Red. HEX triplet: 28, 0B and 12. RGB value is (40,11,18). Sum of RGB (Red+Green+Blue) = 40+11+18=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B12 is #D7F4ED. Grayscale: #141414. Windows color (decimal): -14152942 or 1182504. OLE color: 1182504.
HSL color Cylindrical-coordinate representation of color #280B12: hue angle of 345.52º 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 #280B12 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 18 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.84 |
| HSL | 345.52º | 0.57% | 0.1% | - |
| HSV(B) | 345.52º | 0.73% | 0.16% | - |
| XYZ | 1.1 | 0.73 | 0.66 | - |
| YUV | 20.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 18 | 0 | 0.72 | 0.55 | 0.84 | 345.52 | 0.57 | 0.1 |
| Hex | 28 | B | 12 | 0 | 48 | 37 | 54 | 15A | 39 | A |
| Octal | 50 | 13 | 22 | 0 | 110 | 67 | 124 | 532 | 71 | 12 |
| Binary | 101000 | 1011 | 10010 | 0 | 1001000 | 110111 | 1010100 | 101011010 | 111001 | 1010 |
Color Harmonies of #280B12
Complementary color
Monochromatic Colors of #280B12
Black with #280B12
Text Example
Text Example
White with #280B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B12; }
p { color: rgb(40,11,18); }
H1.HeaderClassName
{
color: #280B12;
}
.AnyTagClassName
{
color: #280B12;
}
</style>
background-color css
<style>
a { background-color: #280B12; }
a { background-color: rgb(40,11,18); }
div.DivClassName
{
background-color: #280B12;
}
.BgClassName
{
background-color: #280B12;
}
</style>
border-color css
<style>
span { border-color: #280B12; }
span { border-color: rgb(40,11,18); }
td.TdClassName
{
border-color: #280B12;
}
.TagClassName
{
border-color: #280B12;
}
</style>