Shades of Rustic Red #450B0E
Tints of Rustic Red #450B0E
RGB
CMYK
RGB Variations
Color information
#450B0E (or 0x450B0E) is known color: Rustic Red. HEX triplet: 45, 0B and 0E. RGB value is (69,11,14). Sum of RGB (Red+Green+Blue) = 69+11+14=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B0E is #BAF4F1. Grayscale: #1C1C1C. Windows color (decimal): -12252402 or 920389. OLE color: 920389.
HSL color Cylindrical-coordinate representation of color #450B0E: hue angle of 356.9º 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 #450B0E is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 14 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.73 |
| HSL | 356.9º | 0.73% | 0.16% | - |
| HSV(B) | 356.9º | 0.84% | 0.27% | - |
| XYZ | 2.65 | 1.54 | 0.57 | - |
| YUV | 28.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 14 | 0 | 0.84 | 0.80 | 0.73 | 356.9 | 0.73 | 0.16 |
| Hex | 45 | B | E | 0 | 54 | 50 | 49 | 165 | 48 | 10 |
| Octal | 105 | 13 | 16 | 0 | 124 | 120 | 111 | 545 | 110 | 20 |
| Binary | 1000101 | 1011 | 1110 | 0 | 1010100 | 1010000 | 1001001 | 101100101 | 1001000 | 10000 |
Color Harmonies of #450B0E
Complementary color
Monochromatic Colors of #450B0E
Black with #450B0E
Text Example
Text Example
White with #450B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B0E; }
p { color: rgb(69,11,14); }
H1.HeaderClassName
{
color: #450B0E;
}
.AnyTagClassName
{
color: #450B0E;
}
</style>
background-color css
<style>
a { background-color: #450B0E; }
a { background-color: rgb(69,11,14); }
div.DivClassName
{
background-color: #450B0E;
}
.BgClassName
{
background-color: #450B0E;
}
</style>
border-color css
<style>
span { border-color: #450B0E; }
span { border-color: rgb(69,11,14); }
td.TdClassName
{
border-color: #450B0E;
}
.TagClassName
{
border-color: #450B0E;
}
</style>