Shades of Rustic Red #280208
Tints of Rustic Red #280208
RGB
CMYK
RGB Variations
Color information
#280208 (or 0x280208) is known color: Rustic Red. HEX triplet: 28, 02 and 08. RGB value is (40,2,8). Sum of RGB (Red+Green+Blue) = 40+2+8=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280208 is #D7FDF7. Grayscale: #0E0E0E. Windows color (decimal): -14155256 or 524840. OLE color: 524840.
HSL color Cylindrical-coordinate representation of color #280208: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280208 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 2 | 8 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.84 |
| HSL | 350.53º | 0.9% | 0.08% | - |
| HSV(B) | 350.53º | 0.95% | 0.16% | - |
| XYZ | 0.94 | 0.51 | 0.28 | - |
| YUV | 14.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 8 | 0 | 0.95 | 0.80 | 0.84 | 350.53 | 0.9 | 0.08 |
| Hex | 28 | 2 | 8 | 0 | 5F | 50 | 54 | 15F | 5A | 8 |
| Octal | 50 | 2 | 10 | 0 | 137 | 120 | 124 | 537 | 132 | 10 |
| Binary | 101000 | 10 | 1000 | 0 | 1011111 | 1010000 | 1010100 | 101011111 | 1011010 | 1000 |
Color Harmonies of #280208
Complementary color
Monochromatic Colors of #280208
Black with #280208
Text Example
Text Example
White with #280208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280208; }
p { color: rgb(40,2,8); }
H1.HeaderClassName
{
color: #280208;
}
.AnyTagClassName
{
color: #280208;
}
</style>
background-color css
<style>
a { background-color: #280208; }
a { background-color: rgb(40,2,8); }
div.DivClassName
{
background-color: #280208;
}
.BgClassName
{
background-color: #280208;
}
</style>
border-color css
<style>
span { border-color: #280208; }
span { border-color: rgb(40,2,8); }
td.TdClassName
{
border-color: #280208;
}
.TagClassName
{
border-color: #280208;
}
</style>