Shades of Rustic Red #28060C
Tints of Rustic Red #28060C
RGB
CMYK
RGB Variations
Color information
#28060C (or 0x28060C) is known color: Rustic Red. HEX triplet: 28, 06 and 0C. RGB value is (40,6,12). Sum of RGB (Red+Green+Blue) = 40+6+12=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28060C is #D7F9F3. Grayscale: #101010. Windows color (decimal): -14154228 or 788008. OLE color: 788008.
HSL color Cylindrical-coordinate representation of color #28060C: hue angle of 349.41º 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 #28060C is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 6 | 12 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.84 |
| HSL | 349.41º | 0.74% | 0.09% | - |
| HSV(B) | 349.41º | 0.85% | 0.16% | - |
| XYZ | 1.01 | 0.61 | 0.41 | - |
| YUV | 16.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 12 | 0 | 0.85 | 0.70 | 0.84 | 349.41 | 0.74 | 0.09 |
| Hex | 28 | 6 | C | 0 | 55 | 46 | 54 | 15D | 4A | 9 |
| Octal | 50 | 6 | 14 | 0 | 125 | 106 | 124 | 535 | 112 | 11 |
| Binary | 101000 | 110 | 1100 | 0 | 1010101 | 1000110 | 1010100 | 101011101 | 1001010 | 1001 |
Color Harmonies of #28060C
Complementary color
Monochromatic Colors of #28060C
Black with #28060C
Text Example
Text Example
White with #28060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28060C; }
p { color: rgb(40,6,12); }
H1.HeaderClassName
{
color: #28060C;
}
.AnyTagClassName
{
color: #28060C;
}
</style>
background-color css
<style>
a { background-color: #28060C; }
a { background-color: rgb(40,6,12); }
div.DivClassName
{
background-color: #28060C;
}
.BgClassName
{
background-color: #28060C;
}
</style>
border-color css
<style>
span { border-color: #28060C; }
span { border-color: rgb(40,6,12); }
td.TdClassName
{
border-color: #28060C;
}
.TagClassName
{
border-color: #28060C;
}
</style>