Shades of Rustic Red #450E15
Tints of Rustic Red #450E15
RGB
CMYK
RGB Variations
Color information
#450E15 (or 0x450E15) is known color: Rustic Red. HEX triplet: 45, 0E and 15. RGB value is (69,14,21). Sum of RGB (Red+Green+Blue) = 69+14+21=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #450E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E15 is #BAF1EA. Grayscale: #1F1F1F. Windows color (decimal): -12251627 or 1379909. OLE color: 1379909.
HSL color Cylindrical-coordinate representation of color #450E15: hue angle of 352.36º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E15 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 21 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.73 |
| HSL | 352.36º | 0.66% | 0.16% | - |
| HSV(B) | 352.36º | 0.8% | 0.27% | - |
| XYZ | 2.75 | 1.63 | 0.88 | - |
| YUV | 31.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 21 | 0 | 0.80 | 0.70 | 0.73 | 352.36 | 0.66 | 0.16 |
| Hex | 45 | E | 15 | 0 | 50 | 46 | 49 | 160 | 42 | 10 |
| Octal | 105 | 16 | 25 | 0 | 120 | 106 | 111 | 540 | 102 | 20 |
| Binary | 1000101 | 1110 | 10101 | 0 | 1010000 | 1000110 | 1001001 | 101100000 | 1000010 | 10000 |
Color Harmonies of #450E15
Complementary color
Monochromatic Colors of #450E15
Black with #450E15
Text Example
Text Example
White with #450E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E15; }
p { color: rgb(69,14,21); }
H1.HeaderClassName
{
color: #450E15;
}
.AnyTagClassName
{
color: #450E15;
}
</style>
background-color css
<style>
a { background-color: #450E15; }
a { background-color: rgb(69,14,21); }
div.DivClassName
{
background-color: #450E15;
}
.BgClassName
{
background-color: #450E15;
}
</style>
border-color css
<style>
span { border-color: #450E15; }
span { border-color: rgb(69,14,21); }
td.TdClassName
{
border-color: #450E15;
}
.TagClassName
{
border-color: #450E15;
}
</style>