Shades of Rustic Red #450516
Tints of Rustic Red #450516
RGB
CMYK
RGB Variations
Color information
#450516 (or 0x450516) is known color: Rustic Red. HEX triplet: 45, 05 and 16. RGB value is (69,5,22). Sum of RGB (Red+Green+Blue) = 69+5+22=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450516 is #BAFAE9. Grayscale: #1A1A1A. Windows color (decimal): -12253930 or 1443141. OLE color: 1443141.
HSL color Cylindrical-coordinate representation of color #450516: hue angle of 344.06º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450516 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 5 | 22 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.73 |
| HSL | 344.06º | 0.86% | 0.15% | - |
| HSV(B) | 344.06º | 0.93% | 0.27% | - |
| XYZ | 2.65 | 1.43 | 0.9 | - |
| YUV | 26.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 22 | 0 | 0.93 | 0.68 | 0.73 | 344.06 | 0.86 | 0.15 |
| Hex | 45 | 5 | 16 | 0 | 5D | 44 | 49 | 158 | 56 | F |
| Octal | 105 | 5 | 26 | 0 | 135 | 104 | 111 | 530 | 126 | 17 |
| Binary | 1000101 | 101 | 10110 | 0 | 1011101 | 1000100 | 1001001 | 101011000 | 1010110 | 1111 |
Color Harmonies of #450516
Complementary color
Monochromatic Colors of #450516
Black with #450516
Text Example
Text Example
White with #450516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450516; }
p { color: rgb(69,5,22); }
H1.HeaderClassName
{
color: #450516;
}
.AnyTagClassName
{
color: #450516;
}
</style>
background-color css
<style>
a { background-color: #450516; }
a { background-color: rgb(69,5,22); }
div.DivClassName
{
background-color: #450516;
}
.BgClassName
{
background-color: #450516;
}
</style>
border-color css
<style>
span { border-color: #450516; }
span { border-color: rgb(69,5,22); }
td.TdClassName
{
border-color: #450516;
}
.TagClassName
{
border-color: #450516;
}
</style>