Shades of Rustic Red #450F15
Tints of Rustic Red #450F15
RGB
CMYK
RGB Variations
Color information
#450F15 (or 0x450F15) is known color: Rustic Red. HEX triplet: 45, 0F and 15. RGB value is (69,15,21). Sum of RGB (Red+Green+Blue) = 69+15+21=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #450F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F15 is #BAF0EA. Grayscale: #1F1F1F. Windows color (decimal): -12251371 or 1380165. OLE color: 1380165.
HSL color Cylindrical-coordinate representation of color #450F15: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F15 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 21 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.73 |
| HSL | 353.33º | 0.64% | 0.16% | - |
| HSV(B) | 353.33º | 0.78% | 0.27% | - |
| XYZ | 2.76 | 1.66 | 0.88 | - |
| YUV | 31.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 21 | 0 | 0.78 | 0.70 | 0.73 | 353.33 | 0.64 | 0.16 |
| Hex | 45 | F | 15 | 0 | 4E | 46 | 49 | 161 | 40 | 10 |
| Octal | 105 | 17 | 25 | 0 | 116 | 106 | 111 | 541 | 100 | 20 |
| Binary | 1000101 | 1111 | 10101 | 0 | 1001110 | 1000110 | 1001001 | 101100001 | 1000000 | 10000 |
Color Harmonies of #450F15
Complementary color
Monochromatic Colors of #450F15
Black with #450F15
Text Example
Text Example
White with #450F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F15; }
p { color: rgb(69,15,21); }
H1.HeaderClassName
{
color: #450F15;
}
.AnyTagClassName
{
color: #450F15;
}
</style>
background-color css
<style>
a { background-color: #450F15; }
a { background-color: rgb(69,15,21); }
div.DivClassName
{
background-color: #450F15;
}
.BgClassName
{
background-color: #450F15;
}
</style>
border-color css
<style>
span { border-color: #450F15; }
span { border-color: rgb(69,15,21); }
td.TdClassName
{
border-color: #450F15;
}
.TagClassName
{
border-color: #450F15;
}
</style>