Shades of Rustic Red #281214
Tints of Rustic Red #281214
RGB
CMYK
RGB Variations
Color information
#281214 (or 0x281214) is known color: Rustic Red. HEX triplet: 28, 12 and 14. RGB value is (40,18,20). Sum of RGB (Red+Green+Blue) = 40+18+20=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281214 is #D7EDEB. Grayscale: #181818. Windows color (decimal): -14151148 or 1315368. OLE color: 1315368.
HSL color Cylindrical-coordinate representation of color #281214: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281214 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 18 | 20 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.84 |
| HSL | 354.55º | 0.38% | 0.11% | - |
| HSV(B) | 354.55º | 0.55% | 0.16% | - |
| XYZ | 1.22 | 0.93 | 0.78 | - |
| YUV | 24.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 20 | 0 | 0.55 | 0.5 | 0.84 | 354.55 | 0.38 | 0.11 |
| Hex | 28 | 12 | 14 | 0 | 37 | 32 | 54 | 163 | 26 | B |
| Octal | 50 | 22 | 24 | 0 | 67 | 62 | 124 | 543 | 46 | 13 |
| Binary | 101000 | 10010 | 10100 | 0 | 110111 | 110010 | 1010100 | 101100011 | 100110 | 1011 |
Color Harmonies of #281214
Complementary color
Monochromatic Colors of #281214
Black with #281214
Text Example
Text Example
White with #281214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281214; }
p { color: rgb(40,18,20); }
H1.HeaderClassName
{
color: #281214;
}
.AnyTagClassName
{
color: #281214;
}
</style>
background-color css
<style>
a { background-color: #281214; }
a { background-color: rgb(40,18,20); }
div.DivClassName
{
background-color: #281214;
}
.BgClassName
{
background-color: #281214;
}
</style>
border-color css
<style>
span { border-color: #281214; }
span { border-color: rgb(40,18,20); }
td.TdClassName
{
border-color: #281214;
}
.TagClassName
{
border-color: #281214;
}
</style>