Shades of Rustic Red #450513
Tints of Rustic Red #450513
RGB
CMYK
RGB Variations
Color information
#450513 (or 0x450513) is known color: Rustic Red. HEX triplet: 45, 05 and 13. RGB value is (69,5,19). Sum of RGB (Red+Green+Blue) = 69+5+19=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450513 is #BAFAEC. Grayscale: #191919. Windows color (decimal): -12253933 or 1246533. OLE color: 1246533.
HSL color Cylindrical-coordinate representation of color #450513: hue angle of 346.88º 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 #450513 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 5 | 19 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.73 |
| HSL | 346.88º | 0.86% | 0.15% | - |
| HSV(B) | 346.88º | 0.93% | 0.27% | - |
| XYZ | 2.63 | 1.42 | 0.75 | - |
| YUV | 25.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 5 | 19 | 0 | 0.93 | 0.72 | 0.73 | 346.88 | 0.86 | 0.15 |
| Hex | 45 | 5 | 13 | 0 | 5D | 48 | 49 | 15B | 56 | F |
| Octal | 105 | 5 | 23 | 0 | 135 | 110 | 111 | 533 | 126 | 17 |
| Binary | 1000101 | 101 | 10011 | 0 | 1011101 | 1001000 | 1001001 | 101011011 | 1010110 | 1111 |
Color Harmonies of #450513
Complementary color
Monochromatic Colors of #450513
Black with #450513
Text Example
Text Example
White with #450513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450513; }
p { color: rgb(69,5,19); }
H1.HeaderClassName
{
color: #450513;
}
.AnyTagClassName
{
color: #450513;
}
</style>
background-color css
<style>
a { background-color: #450513; }
a { background-color: rgb(69,5,19); }
div.DivClassName
{
background-color: #450513;
}
.BgClassName
{
background-color: #450513;
}
</style>
border-color css
<style>
span { border-color: #450513; }
span { border-color: rgb(69,5,19); }
td.TdClassName
{
border-color: #450513;
}
.TagClassName
{
border-color: #450513;
}
</style>