Shades of Rustic Red #450A16
Tints of Rustic Red #450A16
RGB
CMYK
RGB Variations
Color information
#450A16 (or 0x450A16) is known color: Rustic Red. HEX triplet: 45, 0A and 16. RGB value is (69,10,22). Sum of RGB (Red+Green+Blue) = 69+10+22=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #450A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A16 is #BAF5E9. Grayscale: #1D1D1D. Windows color (decimal): -12252650 or 1444421. OLE color: 1444421.
HSL color Cylindrical-coordinate representation of color #450A16: hue angle of 347.8º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A16 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 22 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.73 |
| HSL | 347.8º | 0.75% | 0.15% | - |
| HSV(B) | 347.8º | 0.86% | 0.27% | - |
| XYZ | 2.71 | 1.54 | 0.91 | - |
| YUV | 29.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 22 | 0 | 0.86 | 0.68 | 0.73 | 347.8 | 0.75 | 0.15 |
| Hex | 45 | A | 16 | 0 | 56 | 44 | 49 | 15C | 4B | F |
| Octal | 105 | 12 | 26 | 0 | 126 | 104 | 111 | 534 | 113 | 17 |
| Binary | 1000101 | 1010 | 10110 | 0 | 1010110 | 1000100 | 1001001 | 101011100 | 1001011 | 1111 |
Color Harmonies of #450A16
Complementary color
Monochromatic Colors of #450A16
Black with #450A16
Text Example
Text Example
White with #450A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A16; }
p { color: rgb(69,10,22); }
H1.HeaderClassName
{
color: #450A16;
}
.AnyTagClassName
{
color: #450A16;
}
</style>
background-color css
<style>
a { background-color: #450A16; }
a { background-color: rgb(69,10,22); }
div.DivClassName
{
background-color: #450A16;
}
.BgClassName
{
background-color: #450A16;
}
</style>
border-color css
<style>
span { border-color: #450A16; }
span { border-color: rgb(69,10,22); }
td.TdClassName
{
border-color: #450A16;
}
.TagClassName
{
border-color: #450A16;
}
</style>