Shades of Rustic Red #280C12
Tints of Rustic Red #280C12
RGB
CMYK
RGB Variations
Color information
#280C12 (or 0x280C12) is known color: Rustic Red. HEX triplet: 28, 0C and 12. RGB value is (40,12,18). Sum of RGB (Red+Green+Blue) = 40+12+18=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C12 is #D7F3ED. Grayscale: #151515. Windows color (decimal): -14152686 or 1182760. OLE color: 1182760.
HSL color Cylindrical-coordinate representation of color #280C12: hue angle of 347.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C12 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 12 | 18 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.84 |
| HSL | 347.14º | 0.54% | 0.1% | - |
| HSV(B) | 347.14º | 0.7% | 0.16% | - |
| XYZ | 1.12 | 0.76 | 0.66 | - |
| YUV | 21.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 18 | 0 | 0.70 | 0.55 | 0.84 | 347.14 | 0.54 | 0.1 |
| Hex | 28 | C | 12 | 0 | 46 | 37 | 54 | 15B | 36 | A |
| Octal | 50 | 14 | 22 | 0 | 106 | 67 | 124 | 533 | 66 | 12 |
| Binary | 101000 | 1100 | 10010 | 0 | 1000110 | 110111 | 1010100 | 101011011 | 110110 | 1010 |
Color Harmonies of #280C12
Complementary color
Monochromatic Colors of #280C12
Black with #280C12
Text Example
Text Example
White with #280C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C12; }
p { color: rgb(40,12,18); }
H1.HeaderClassName
{
color: #280C12;
}
.AnyTagClassName
{
color: #280C12;
}
</style>
background-color css
<style>
a { background-color: #280C12; }
a { background-color: rgb(40,12,18); }
div.DivClassName
{
background-color: #280C12;
}
.BgClassName
{
background-color: #280C12;
}
</style>
border-color css
<style>
span { border-color: #280C12; }
span { border-color: rgb(40,12,18); }
td.TdClassName
{
border-color: #280C12;
}
.TagClassName
{
border-color: #280C12;
}
</style>