Shades of Rustic Red #28060F
Tints of Rustic Red #28060F
RGB
CMYK
RGB Variations
Color information
#28060F (or 0x28060F) is known color: Rustic Red. HEX triplet: 28, 06 and 0F. RGB value is (40,6,15). Sum of RGB (Red+Green+Blue) = 40+6+15=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #28060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060F is #D7F9F0. Grayscale: #111111. Windows color (decimal): -14154225 or 984616. OLE color: 984616.
HSL color Cylindrical-coordinate representation of color #28060F: hue angle of 344.12º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28060F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 15 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.84 |
| HSL | 344.12º | 0.74% | 0.09% | - |
| HSV(B) | 344.12º | 0.85% | 0.16% | - |
| XYZ | 1.03 | 0.62 | 0.52 | - |
| YUV | 17.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 15 | 0 | 0.85 | 0.62 | 0.84 | 344.12 | 0.74 | 0.09 |
| Hex | 28 | 6 | F | 0 | 55 | 3E | 54 | 158 | 4A | 9 |
| Octal | 50 | 6 | 17 | 0 | 125 | 76 | 124 | 530 | 112 | 11 |
| Binary | 101000 | 110 | 1111 | 0 | 1010101 | 111110 | 1010100 | 101011000 | 1001010 | 1001 |
Color Harmonies of #28060F
Complementary color
Monochromatic Colors of #28060F
Black with #28060F
Text Example
Text Example
White with #28060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28060F; }
p { color: rgb(40,6,15); }
H1.HeaderClassName
{
color: #28060F;
}
.AnyTagClassName
{
color: #28060F;
}
</style>
background-color css
<style>
a { background-color: #28060F; }
a { background-color: rgb(40,6,15); }
div.DivClassName
{
background-color: #28060F;
}
.BgClassName
{
background-color: #28060F;
}
</style>
border-color css
<style>
span { border-color: #28060F; }
span { border-color: rgb(40,6,15); }
td.TdClassName
{
border-color: #28060F;
}
.TagClassName
{
border-color: #28060F;
}
</style>