Shades of Rustic Red #281012
Tints of Rustic Red #281012
RGB
CMYK
RGB Variations
Color information
#281012 (or 0x281012) is known color: Rustic Red. HEX triplet: 28, 10 and 12. RGB value is (40,16,18). Sum of RGB (Red+Green+Blue) = 40+16+18=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #281012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281012 is #D7EFED. Grayscale: #171717. Windows color (decimal): -14151662 or 1183784. OLE color: 1183784.
HSL color Cylindrical-coordinate representation of color #281012: hue angle of 355º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281012 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 18 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.84 |
| HSL | 355º | 0.43% | 0.11% | - |
| HSV(B) | 355º | 0.6% | 0.16% | - |
| XYZ | 1.17 | 0.87 | 0.68 | - |
| YUV | 23.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 18 | 0 | 0.60 | 0.55 | 0.84 | 355 | 0.43 | 0.11 |
| Hex | 28 | 10 | 12 | 0 | 3C | 37 | 54 | 163 | 2B | B |
| Octal | 50 | 20 | 22 | 0 | 74 | 67 | 124 | 543 | 53 | 13 |
| Binary | 101000 | 10000 | 10010 | 0 | 111100 | 110111 | 1010100 | 101100011 | 101011 | 1011 |
Color Harmonies of #281012
Complementary color
Monochromatic Colors of #281012
Black with #281012
Text Example
Text Example
White with #281012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281012; }
p { color: rgb(40,16,18); }
H1.HeaderClassName
{
color: #281012;
}
.AnyTagClassName
{
color: #281012;
}
</style>
background-color css
<style>
a { background-color: #281012; }
a { background-color: rgb(40,16,18); }
div.DivClassName
{
background-color: #281012;
}
.BgClassName
{
background-color: #281012;
}
</style>
border-color css
<style>
span { border-color: #281012; }
span { border-color: rgb(40,16,18); }
td.TdClassName
{
border-color: #281012;
}
.TagClassName
{
border-color: #281012;
}
</style>