Shades of Rustic Red #280B0C
Tints of Rustic Red #280B0C
RGB
CMYK
RGB Variations
Color information
#280B0C (or 0x280B0C) is known color: Rustic Red. HEX triplet: 28, 0B and 0C. RGB value is (40,11,12). Sum of RGB (Red+Green+Blue) = 40+11+12=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0C is #D7F4F3. Grayscale: #131313. Windows color (decimal): -14152948 or 789288. OLE color: 789288.
HSL color Cylindrical-coordinate representation of color #280B0C: hue angle of 357.93º 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 #280B0C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 11 | 12 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.84 |
| HSL | 357.93º | 0.57% | 0.1% | - |
| HSV(B) | 357.93º | 0.73% | 0.16% | - |
| XYZ | 1.06 | 0.72 | 0.43 | - |
| YUV | 19.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 12 | 0 | 0.72 | 0.70 | 0.84 | 357.93 | 0.57 | 0.1 |
| Hex | 28 | B | C | 0 | 48 | 46 | 54 | 166 | 39 | A |
| Octal | 50 | 13 | 14 | 0 | 110 | 106 | 124 | 546 | 71 | 12 |
| Binary | 101000 | 1011 | 1100 | 0 | 1001000 | 1000110 | 1010100 | 101100110 | 111001 | 1010 |
Color Harmonies of #280B0C
Complementary color
Monochromatic Colors of #280B0C
Black with #280B0C
Text Example
Text Example
White with #280B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B0C; }
p { color: rgb(40,11,12); }
H1.HeaderClassName
{
color: #280B0C;
}
.AnyTagClassName
{
color: #280B0C;
}
</style>
background-color css
<style>
a { background-color: #280B0C; }
a { background-color: rgb(40,11,12); }
div.DivClassName
{
background-color: #280B0C;
}
.BgClassName
{
background-color: #280B0C;
}
</style>
border-color css
<style>
span { border-color: #280B0C; }
span { border-color: rgb(40,11,12); }
td.TdClassName
{
border-color: #280B0C;
}
.TagClassName
{
border-color: #280B0C;
}
</style>