Shades of Rustic Red #451117
Tints of Rustic Red #451117
RGB
CMYK
RGB Variations
Color information
#451117 (or 0x451117) is known color: Rustic Red. HEX triplet: 45, 11 and 17. RGB value is (69,17,23). Sum of RGB (Red+Green+Blue) = 69+17+23=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451117 is #BAEEE8. Grayscale: #212121. Windows color (decimal): -12250857 or 1511749. OLE color: 1511749.
HSL color Cylindrical-coordinate representation of color #451117: hue angle of 353.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451117 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 17 | 23 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.73 |
| HSL | 353.08º | 0.6% | 0.17% | - |
| HSV(B) | 353.08º | 0.75% | 0.27% | - |
| XYZ | 2.81 | 1.73 | 1 | - |
| YUV | 33.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 23 | 0 | 0.75 | 0.67 | 0.73 | 353.08 | 0.6 | 0.17 |
| Hex | 45 | 11 | 17 | 0 | 4B | 43 | 49 | 161 | 3C | 11 |
| Octal | 105 | 21 | 27 | 0 | 113 | 103 | 111 | 541 | 74 | 21 |
| Binary | 1000101 | 10001 | 10111 | 0 | 1001011 | 1000011 | 1001001 | 101100001 | 111100 | 10001 |
Color Harmonies of #451117
Complementary color
Monochromatic Colors of #451117
Black with #451117
Text Example
Text Example
White with #451117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451117; }
p { color: rgb(69,17,23); }
H1.HeaderClassName
{
color: #451117;
}
.AnyTagClassName
{
color: #451117;
}
</style>
background-color css
<style>
a { background-color: #451117; }
a { background-color: rgb(69,17,23); }
div.DivClassName
{
background-color: #451117;
}
.BgClassName
{
background-color: #451117;
}
</style>
border-color css
<style>
span { border-color: #451117; }
span { border-color: rgb(69,17,23); }
td.TdClassName
{
border-color: #451117;
}
.TagClassName
{
border-color: #451117;
}
</style>