Shades of Rustic Red #451516
Tints of Rustic Red #451516
RGB
CMYK
RGB Variations
Color information
#451516 (or 0x451516) is known color: Rustic Red. HEX triplet: 45, 15 and 16. RGB value is (69,21,22). Sum of RGB (Red+Green+Blue) = 69+21+22=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #451516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451516 is #BAEAE9. Grayscale: #232323. Windows color (decimal): -12249834 or 1447237. OLE color: 1447237.
HSL color Cylindrical-coordinate representation of color #451516: hue angle of 358.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451516 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 22 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.73 |
| HSL | 358.75º | 0.53% | 0.18% | - |
| HSV(B) | 358.75º | 0.7% | 0.27% | - |
| XYZ | 2.87 | 1.86 | 0.97 | - |
| YUV | 35.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 22 | 0 | 0.70 | 0.68 | 0.73 | 358.75 | 0.53 | 0.18 |
| Hex | 45 | 15 | 16 | 0 | 46 | 44 | 49 | 167 | 35 | 12 |
| Octal | 105 | 25 | 26 | 0 | 106 | 104 | 111 | 547 | 65 | 22 |
| Binary | 1000101 | 10101 | 10110 | 0 | 1000110 | 1000100 | 1001001 | 101100111 | 110101 | 10010 |
Color Harmonies of #451516
Complementary color
Monochromatic Colors of #451516
Black with #451516
Text Example
Text Example
White with #451516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451516; }
p { color: rgb(69,21,22); }
H1.HeaderClassName
{
color: #451516;
}
.AnyTagClassName
{
color: #451516;
}
</style>
background-color css
<style>
a { background-color: #451516; }
a { background-color: rgb(69,21,22); }
div.DivClassName
{
background-color: #451516;
}
.BgClassName
{
background-color: #451516;
}
</style>
border-color css
<style>
span { border-color: #451516; }
span { border-color: rgb(69,21,22); }
td.TdClassName
{
border-color: #451516;
}
.TagClassName
{
border-color: #451516;
}
</style>