Shades of Rustic Red #451012
Tints of Rustic Red #451012
RGB
CMYK
RGB Variations
Color information
#451012 (or 0x451012) is known color: Rustic Red. HEX triplet: 45, 10 and 12. RGB value is (69,16,18). Sum of RGB (Red+Green+Blue) = 69+16+18=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #451012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451012 is #BAEFED. Grayscale: #202020. Windows color (decimal): -12251118 or 1183813. OLE color: 1183813.
HSL color Cylindrical-coordinate representation of color #451012: hue angle of 357.74º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451012 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 18 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.73 |
| HSL | 357.74º | 0.62% | 0.17% | - |
| HSV(B) | 357.74º | 0.77% | 0.27% | - |
| XYZ | 2.75 | 1.68 | 0.75 | - |
| YUV | 32.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 18 | 0 | 0.77 | 0.74 | 0.73 | 357.74 | 0.62 | 0.17 |
| Hex | 45 | 10 | 12 | 0 | 4D | 4A | 49 | 166 | 3E | 11 |
| Octal | 105 | 20 | 22 | 0 | 115 | 112 | 111 | 546 | 76 | 21 |
| Binary | 1000101 | 10000 | 10010 | 0 | 1001101 | 1001010 | 1001001 | 101100110 | 111110 | 10001 |
Color Harmonies of #451012
Complementary color
Monochromatic Colors of #451012
Black with #451012
Text Example
Text Example
White with #451012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451012; }
p { color: rgb(69,16,18); }
H1.HeaderClassName
{
color: #451012;
}
.AnyTagClassName
{
color: #451012;
}
</style>
background-color css
<style>
a { background-color: #451012; }
a { background-color: rgb(69,16,18); }
div.DivClassName
{
background-color: #451012;
}
.BgClassName
{
background-color: #451012;
}
</style>
border-color css
<style>
span { border-color: #451012; }
span { border-color: rgb(69,16,18); }
td.TdClassName
{
border-color: #451012;
}
.TagClassName
{
border-color: #451012;
}
</style>