Shades of Rustic Red #450B15
Tints of Rustic Red #450B15
RGB
CMYK
RGB Variations
Color information
#450B15 (or 0x450B15) is known color: Rustic Red. HEX triplet: 45, 0B and 15. RGB value is (69,11,21). Sum of RGB (Red+Green+Blue) = 69+11+21=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #450B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B15 is #BAF4EA. Grayscale: #1D1D1D. Windows color (decimal): -12252395 or 1379141. OLE color: 1379141.
HSL color Cylindrical-coordinate representation of color #450B15: hue angle of 349.66º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B15 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 21 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.73 |
| HSL | 349.66º | 0.73% | 0.16% | - |
| HSV(B) | 349.66º | 0.84% | 0.27% | - |
| XYZ | 2.71 | 1.56 | 0.87 | - |
| YUV | 29.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 21 | 0 | 0.84 | 0.70 | 0.73 | 349.66 | 0.73 | 0.16 |
| Hex | 45 | B | 15 | 0 | 54 | 46 | 49 | 15E | 48 | 10 |
| Octal | 105 | 13 | 25 | 0 | 124 | 106 | 111 | 536 | 110 | 20 |
| Binary | 1000101 | 1011 | 10101 | 0 | 1010100 | 1000110 | 1001001 | 101011110 | 1001000 | 10000 |
Color Harmonies of #450B15
Complementary color
Monochromatic Colors of #450B15
Black with #450B15
Text Example
Text Example
White with #450B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B15; }
p { color: rgb(69,11,21); }
H1.HeaderClassName
{
color: #450B15;
}
.AnyTagClassName
{
color: #450B15;
}
</style>
background-color css
<style>
a { background-color: #450B15; }
a { background-color: rgb(69,11,21); }
div.DivClassName
{
background-color: #450B15;
}
.BgClassName
{
background-color: #450B15;
}
</style>
border-color css
<style>
span { border-color: #450B15; }
span { border-color: rgb(69,11,21); }
td.TdClassName
{
border-color: #450B15;
}
.TagClassName
{
border-color: #450B15;
}
</style>