Shades of Rustic Red #450913
Tints of Rustic Red #450913
RGB
CMYK
RGB Variations
Color information
#450913 (or 0x450913) is known color: Rustic Red. HEX triplet: 45, 09 and 13. RGB value is (69,9,19). Sum of RGB (Red+Green+Blue) = 69+9+19=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450913 is #BAF6EC. Grayscale: #1C1C1C. Windows color (decimal): -12252909 or 1247557. OLE color: 1247557.
HSL color Cylindrical-coordinate representation of color #450913: hue angle of 350º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #450913 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 19 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.73 |
| HSL | 350º | 0.77% | 0.15% | - |
| HSV(B) | 350º | 0.87% | 0.27% | - |
| XYZ | 2.67 | 1.51 | 0.77 | - |
| YUV | 28.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 19 | 0 | 0.87 | 0.72 | 0.73 | 350 | 0.77 | 0.15 |
| Hex | 45 | 9 | 13 | 0 | 57 | 48 | 49 | 15E | 4D | F |
| Octal | 105 | 11 | 23 | 0 | 127 | 110 | 111 | 536 | 115 | 17 |
| Binary | 1000101 | 1001 | 10011 | 0 | 1010111 | 1001000 | 1001001 | 101011110 | 1001101 | 1111 |
Color Harmonies of #450913
Complementary color
Monochromatic Colors of #450913
Black with #450913
Text Example
Text Example
White with #450913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450913; }
p { color: rgb(69,9,19); }
H1.HeaderClassName
{
color: #450913;
}
.AnyTagClassName
{
color: #450913;
}
</style>
background-color css
<style>
a { background-color: #450913; }
a { background-color: rgb(69,9,19); }
div.DivClassName
{
background-color: #450913;
}
.BgClassName
{
background-color: #450913;
}
</style>
border-color css
<style>
span { border-color: #450913; }
span { border-color: rgb(69,9,19); }
td.TdClassName
{
border-color: #450913;
}
.TagClassName
{
border-color: #450913;
}
</style>