Shades of Rustic Red #28080F
Tints of Rustic Red #28080F
RGB
CMYK
RGB Variations
Color information
#28080F (or 0x28080F) is known color: Rustic Red. HEX triplet: 28, 08 and 0F. RGB value is (40,8,15). Sum of RGB (Red+Green+Blue) = 40+8+15=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #28080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080F is #D7F7F0. Grayscale: #121212. Windows color (decimal): -14153713 or 985128. OLE color: 985128.
HSL color Cylindrical-coordinate representation of color #28080F: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28080F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 8 | 15 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.84 |
| HSL | 346.88º | 0.67% | 0.09% | - |
| HSV(B) | 346.88º | 0.8% | 0.16% | - |
| XYZ | 1.05 | 0.66 | 0.52 | - |
| YUV | 18.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 15 | 0 | 0.80 | 0.62 | 0.84 | 346.88 | 0.67 | 0.09 |
| Hex | 28 | 8 | F | 0 | 50 | 3E | 54 | 15B | 43 | 9 |
| Octal | 50 | 10 | 17 | 0 | 120 | 76 | 124 | 533 | 103 | 11 |
| Binary | 101000 | 1000 | 1111 | 0 | 1010000 | 111110 | 1010100 | 101011011 | 1000011 | 1001 |
Color Harmonies of #28080F
Complementary color
Monochromatic Colors of #28080F
Black with #28080F
Text Example
Text Example
White with #28080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28080F; }
p { color: rgb(40,8,15); }
H1.HeaderClassName
{
color: #28080F;
}
.AnyTagClassName
{
color: #28080F;
}
</style>
background-color css
<style>
a { background-color: #28080F; }
a { background-color: rgb(40,8,15); }
div.DivClassName
{
background-color: #28080F;
}
.BgClassName
{
background-color: #28080F;
}
</style>
border-color css
<style>
span { border-color: #28080F; }
span { border-color: rgb(40,8,15); }
td.TdClassName
{
border-color: #28080F;
}
.TagClassName
{
border-color: #28080F;
}
</style>