Shades of Rustic Red #450B11
Tints of Rustic Red #450B11
RGB
CMYK
RGB Variations
Color information
#450B11 (or 0x450B11) is known color: Rustic Red. HEX triplet: 45, 0B and 11. RGB value is (69,11,17). Sum of RGB (Red+Green+Blue) = 69+11+17=97 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.13% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 69 - color contains mainly: red. Hex color #450B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B11 is #BAF4EE. Grayscale: #1D1D1D. Windows color (decimal): -12252399 or 1116997. OLE color: 1116997.
HSL color Cylindrical-coordinate representation of color #450B11: hue angle of 353.79º 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 #450B11 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 17 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.73 |
| HSL | 353.79º | 0.73% | 0.16% | - |
| HSV(B) | 353.79º | 0.84% | 0.27% | - |
| XYZ | 2.68 | 1.55 | 0.69 | - |
| YUV | 29.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 17 | 0 | 0.84 | 0.75 | 0.73 | 353.79 | 0.73 | 0.16 |
| Hex | 45 | B | 11 | 0 | 54 | 4B | 49 | 162 | 48 | 10 |
| Octal | 105 | 13 | 21 | 0 | 124 | 113 | 111 | 542 | 110 | 20 |
| Binary | 1000101 | 1011 | 10001 | 0 | 1010100 | 1001011 | 1001001 | 101100010 | 1001000 | 10000 |
Color Harmonies of #450B11
Complementary color
Monochromatic Colors of #450B11
Black with #450B11
Text Example
Text Example
White with #450B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B11; }
p { color: rgb(69,11,17); }
H1.HeaderClassName
{
color: #450B11;
}
.AnyTagClassName
{
color: #450B11;
}
</style>
background-color css
<style>
a { background-color: #450B11; }
a { background-color: rgb(69,11,17); }
div.DivClassName
{
background-color: #450B11;
}
.BgClassName
{
background-color: #450B11;
}
</style>
border-color css
<style>
span { border-color: #450B11; }
span { border-color: rgb(69,11,17); }
td.TdClassName
{
border-color: #450B11;
}
.TagClassName
{
border-color: #450B11;
}
</style>