Shades of Rustic Red #450414
Tints of Rustic Red #450414
RGB
CMYK
RGB Variations
Color information
#450414 (or 0x450414) is known color: Rustic Red. HEX triplet: 45, 04 and 14. RGB value is (69,4,20). Sum of RGB (Red+Green+Blue) = 69+4+20=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450414 is #BAFBEB. Grayscale: #191919. Windows color (decimal): -12254188 or 1311813. OLE color: 1311813.
HSL color Cylindrical-coordinate representation of color #450414: hue angle of 345.23º 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 #450414 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 4 | 20 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.73 |
| HSL | 345.23º | 0.89% | 0.14% | - |
| HSV(B) | 345.23º | 0.94% | 0.27% | - |
| XYZ | 2.62 | 1.4 | 0.79 | - |
| YUV | 25.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 20 | 0 | 0.94 | 0.71 | 0.73 | 345.23 | 0.89 | 0.14 |
| Hex | 45 | 4 | 14 | 0 | 5E | 47 | 49 | 159 | 59 | E |
| Octal | 105 | 4 | 24 | 0 | 136 | 107 | 111 | 531 | 131 | 16 |
| Binary | 1000101 | 100 | 10100 | 0 | 1011110 | 1000111 | 1001001 | 101011001 | 1011001 | 1110 |
Color Harmonies of #450414
Complementary color
Monochromatic Colors of #450414
Black with #450414
Text Example
Text Example
White with #450414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450414; }
p { color: rgb(69,4,20); }
H1.HeaderClassName
{
color: #450414;
}
.AnyTagClassName
{
color: #450414;
}
</style>
background-color css
<style>
a { background-color: #450414; }
a { background-color: rgb(69,4,20); }
div.DivClassName
{
background-color: #450414;
}
.BgClassName
{
background-color: #450414;
}
</style>
border-color css
<style>
span { border-color: #450414; }
span { border-color: rgb(69,4,20); }
td.TdClassName
{
border-color: #450414;
}
.TagClassName
{
border-color: #450414;
}
</style>