Shades of Rustic Red #450715
Tints of Rustic Red #450715
RGB
CMYK
RGB Variations
Color information
#450715 (or 0x450715) is known color: Rustic Red. HEX triplet: 45, 07 and 15. RGB value is (69,7,21). Sum of RGB (Red+Green+Blue) = 69+7+21=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450715 is #BAF8EA. Grayscale: #1B1B1B. Windows color (decimal): -12253419 or 1378117. OLE color: 1378117.
HSL color Cylindrical-coordinate representation of color #450715: hue angle of 346.45º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450715 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 7 | 21 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.73 |
| HSL | 346.45º | 0.82% | 0.15% | - |
| HSV(B) | 346.45º | 0.9% | 0.27% | - |
| XYZ | 2.67 | 1.47 | 0.85 | - |
| YUV | 27.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 21 | 0 | 0.90 | 0.70 | 0.73 | 346.45 | 0.82 | 0.15 |
| Hex | 45 | 7 | 15 | 0 | 5A | 46 | 49 | 15A | 52 | F |
| Octal | 105 | 7 | 25 | 0 | 132 | 106 | 111 | 532 | 122 | 17 |
| Binary | 1000101 | 111 | 10101 | 0 | 1011010 | 1000110 | 1001001 | 101011010 | 1010010 | 1111 |
Color Harmonies of #450715
Complementary color
Monochromatic Colors of #450715
Black with #450715
Text Example
Text Example
White with #450715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450715; }
p { color: rgb(69,7,21); }
H1.HeaderClassName
{
color: #450715;
}
.AnyTagClassName
{
color: #450715;
}
</style>
background-color css
<style>
a { background-color: #450715; }
a { background-color: rgb(69,7,21); }
div.DivClassName
{
background-color: #450715;
}
.BgClassName
{
background-color: #450715;
}
</style>
border-color css
<style>
span { border-color: #450715; }
span { border-color: rgb(69,7,21); }
td.TdClassName
{
border-color: #450715;
}
.TagClassName
{
border-color: #450715;
}
</style>