Shades of Rustic Red #450410
Tints of Rustic Red #450410
RGB
CMYK
RGB Variations
Color information
#450410 (or 0x450410) is known color: Rustic Red. HEX triplet: 45, 04 and 10. RGB value is (69,4,16). Sum of RGB (Red+Green+Blue) = 69+4+16=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #450410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450410 is #BAFBEF. Grayscale: #181818. Windows color (decimal): -12254192 or 1049669. OLE color: 1049669.
HSL color Cylindrical-coordinate representation of color #450410: hue angle of 348.92º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450410 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 16 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.73 |
| HSL | 348.92º | 0.89% | 0.14% | - |
| HSV(B) | 348.92º | 0.94% | 0.27% | - |
| XYZ | 2.59 | 1.39 | 0.62 | - |
| YUV | 24.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 16 | 0 | 0.94 | 0.77 | 0.73 | 348.92 | 0.89 | 0.14 |
| Hex | 45 | 4 | 10 | 0 | 5E | 4D | 49 | 15D | 59 | E |
| Octal | 105 | 4 | 20 | 0 | 136 | 115 | 111 | 535 | 131 | 16 |
| Binary | 1000101 | 100 | 10000 | 0 | 1011110 | 1001101 | 1001001 | 101011101 | 1011001 | 1110 |
Color Harmonies of #450410
Complementary color
Monochromatic Colors of #450410
Black with #450410
Text Example
Text Example
White with #450410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450410; }
p { color: rgb(69,4,16); }
H1.HeaderClassName
{
color: #450410;
}
.AnyTagClassName
{
color: #450410;
}
</style>
background-color css
<style>
a { background-color: #450410; }
a { background-color: rgb(69,4,16); }
div.DivClassName
{
background-color: #450410;
}
.BgClassName
{
background-color: #450410;
}
</style>
border-color css
<style>
span { border-color: #450410; }
span { border-color: rgb(69,4,16); }
td.TdClassName
{
border-color: #450410;
}
.TagClassName
{
border-color: #450410;
}
</style>