Shades of Rustic Red #450B0F
Tints of Rustic Red #450B0F
RGB
CMYK
RGB Variations
Color information
#450B0F (or 0x450B0F) is known color: Rustic Red. HEX triplet: 45, 0B and 0F. RGB value is (69,11,15). Sum of RGB (Red+Green+Blue) = 69+11+15=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B0F is #BAF4F0. Grayscale: #1C1C1C. Windows color (decimal): -12252401 or 985925. OLE color: 985925.
HSL color Cylindrical-coordinate representation of color #450B0F: hue angle of 355.86º 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 #450B0F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 15 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.73 |
| HSL | 355.86º | 0.73% | 0.16% | - |
| HSV(B) | 355.86º | 0.84% | 0.27% | - |
| XYZ | 2.66 | 1.54 | 0.61 | - |
| YUV | 28.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 15 | 0 | 0.84 | 0.78 | 0.73 | 355.86 | 0.73 | 0.16 |
| Hex | 45 | B | F | 0 | 54 | 4E | 49 | 164 | 48 | 10 |
| Octal | 105 | 13 | 17 | 0 | 124 | 116 | 111 | 544 | 110 | 20 |
| Binary | 1000101 | 1011 | 1111 | 0 | 1010100 | 1001110 | 1001001 | 101100100 | 1001000 | 10000 |
Color Harmonies of #450B0F
Complementary color
Monochromatic Colors of #450B0F
Black with #450B0F
Text Example
Text Example
White with #450B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B0F; }
p { color: rgb(69,11,15); }
H1.HeaderClassName
{
color: #450B0F;
}
.AnyTagClassName
{
color: #450B0F;
}
</style>
background-color css
<style>
a { background-color: #450B0F; }
a { background-color: rgb(69,11,15); }
div.DivClassName
{
background-color: #450B0F;
}
.BgClassName
{
background-color: #450B0F;
}
</style>
border-color css
<style>
span { border-color: #450B0F; }
span { border-color: rgb(69,11,15); }
td.TdClassName
{
border-color: #450B0F;
}
.TagClassName
{
border-color: #450B0F;
}
</style>