Shades of Rustic Red #450D16
Tints of Rustic Red #450D16
RGB
CMYK
RGB Variations
Color information
#450D16 (or 0x450D16) is known color: Rustic Red. HEX triplet: 45, 0D and 16. RGB value is (69,13,22). Sum of RGB (Red+Green+Blue) = 69+13+22=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #450D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D16 is #BAF2E9. Grayscale: #1E1E1E. Windows color (decimal): -12251882 or 1445189. OLE color: 1445189.
HSL color Cylindrical-coordinate representation of color #450D16: hue angle of 350.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450D16 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 22 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.73 |
| HSL | 350.36º | 0.68% | 0.16% | - |
| HSV(B) | 350.36º | 0.81% | 0.27% | - |
| XYZ | 2.74 | 1.61 | 0.93 | - |
| YUV | 30.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 22 | 0 | 0.81 | 0.68 | 0.73 | 350.36 | 0.68 | 0.16 |
| Hex | 45 | D | 16 | 0 | 51 | 44 | 49 | 15E | 44 | 10 |
| Octal | 105 | 15 | 26 | 0 | 121 | 104 | 111 | 536 | 104 | 20 |
| Binary | 1000101 | 1101 | 10110 | 0 | 1010001 | 1000100 | 1001001 | 101011110 | 1000100 | 10000 |
Color Harmonies of #450D16
Complementary color
Monochromatic Colors of #450D16
Black with #450D16
Text Example
Text Example
White with #450D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D16; }
p { color: rgb(69,13,22); }
H1.HeaderClassName
{
color: #450D16;
}
.AnyTagClassName
{
color: #450D16;
}
</style>
background-color css
<style>
a { background-color: #450D16; }
a { background-color: rgb(69,13,22); }
div.DivClassName
{
background-color: #450D16;
}
.BgClassName
{
background-color: #450D16;
}
</style>
border-color css
<style>
span { border-color: #450D16; }
span { border-color: rgb(69,13,22); }
td.TdClassName
{
border-color: #450D16;
}
.TagClassName
{
border-color: #450D16;
}
</style>