Shades of Rustic Red #28000C
Tints of Rustic Red #28000C
RGB
CMYK
RGB Variations
Color information
#28000C (or 0x28000C) is known color: Rustic Red. HEX triplet: 28, 00 and 0C. RGB value is (40,0,12). Sum of RGB (Red+Green+Blue) = 40+0+12=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #28000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28000C is #D7FFF3. Grayscale: #0D0D0D. Windows color (decimal): -14155764 or 786472. OLE color: 786472.
HSL color Cylindrical-coordinate representation of color #28000C: hue angle of 342º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28000C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.70 | 0.84 |
| HSL | 342º | 1% | 0.08% | - |
| HSV(B) | 342º | 1% | 0.16% | - |
| XYZ | 0.94 | 0.48 | 0.39 | - |
| YUV | 13.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 12 | 0 | 1 | 0.70 | 0.84 | 342 | 1 | 0.08 |
| Hex | 28 | 0 | C | 0 | 64 | 46 | 54 | 156 | 64 | 8 |
| Octal | 50 | 0 | 14 | 0 | 144 | 106 | 124 | 526 | 144 | 10 |
| Binary | 101000 | 0 | 1100 | 0 | 1100100 | 1000110 | 1010100 | 101010110 | 1100100 | 1000 |
Color Harmonies of #28000C
Complementary color
Monochromatic Colors of #28000C
Black with #28000C
Text Example
Text Example
White with #28000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28000C; }
p { color: rgb(40,0,12); }
H1.HeaderClassName
{
color: #28000C;
}
.AnyTagClassName
{
color: #28000C;
}
</style>
background-color css
<style>
a { background-color: #28000C; }
a { background-color: rgb(40,0,12); }
div.DivClassName
{
background-color: #28000C;
}
.BgClassName
{
background-color: #28000C;
}
</style>
border-color css
<style>
span { border-color: #28000C; }
span { border-color: rgb(40,0,12); }
td.TdClassName
{
border-color: #28000C;
}
.TagClassName
{
border-color: #28000C;
}
</style>