Shades of Rustic Red #451015
Tints of Rustic Red #451015
RGB
CMYK
RGB Variations
Color information
#451015 (or 0x451015) is known color: Rustic Red. HEX triplet: 45, 10 and 15. RGB value is (69,16,21). Sum of RGB (Red+Green+Blue) = 69+16+21=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451015 is #BAEFEA. Grayscale: #202020. Windows color (decimal): -12251115 or 1380421. OLE color: 1380421.
HSL color Cylindrical-coordinate representation of color #451015: hue angle of 354.34º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451015 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 21 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.73 |
| HSL | 354.34º | 0.62% | 0.17% | - |
| HSV(B) | 354.34º | 0.77% | 0.27% | - |
| XYZ | 2.77 | 1.69 | 0.89 | - |
| YUV | 32.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 21 | 0 | 0.77 | 0.70 | 0.73 | 354.34 | 0.62 | 0.17 |
| Hex | 45 | 10 | 15 | 0 | 4D | 46 | 49 | 162 | 3E | 11 |
| Octal | 105 | 20 | 25 | 0 | 115 | 106 | 111 | 542 | 76 | 21 |
| Binary | 1000101 | 10000 | 10101 | 0 | 1001101 | 1000110 | 1001001 | 101100010 | 111110 | 10001 |
Color Harmonies of #451015
Complementary color
Monochromatic Colors of #451015
Black with #451015
Text Example
Text Example
White with #451015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451015; }
p { color: rgb(69,16,21); }
H1.HeaderClassName
{
color: #451015;
}
.AnyTagClassName
{
color: #451015;
}
</style>
background-color css
<style>
a { background-color: #451015; }
a { background-color: rgb(69,16,21); }
div.DivClassName
{
background-color: #451015;
}
.BgClassName
{
background-color: #451015;
}
</style>
border-color css
<style>
span { border-color: #451015; }
span { border-color: rgb(69,16,21); }
td.TdClassName
{
border-color: #451015;
}
.TagClassName
{
border-color: #451015;
}
</style>