Shades of Rustic Red #450E10
Tints of Rustic Red #450E10
RGB
CMYK
RGB Variations
Color information
#450E10 (or 0x450E10) is known color: Rustic Red. HEX triplet: 45, 0E and 10. RGB value is (69,14,16). Sum of RGB (Red+Green+Blue) = 69+14+16=99 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69.70% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 69 - color contains mainly: red. Hex color #450E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E10 is #BAF1EF. Grayscale: #1E1E1E. Windows color (decimal): -12251632 or 1052229. OLE color: 1052229.
HSL color Cylindrical-coordinate representation of color #450E10: hue angle of 357.82º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450E10 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 16 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.73 |
| HSL | 357.82º | 0.66% | 0.16% | - |
| HSV(B) | 357.82º | 0.8% | 0.27% | - |
| XYZ | 2.7 | 1.62 | 0.66 | - |
| YUV | 30.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 16 | 0 | 0.80 | 0.77 | 0.73 | 357.82 | 0.66 | 0.16 |
| Hex | 45 | E | 10 | 0 | 50 | 4D | 49 | 166 | 42 | 10 |
| Octal | 105 | 16 | 20 | 0 | 120 | 115 | 111 | 546 | 102 | 20 |
| Binary | 1000101 | 1110 | 10000 | 0 | 1010000 | 1001101 | 1001001 | 101100110 | 1000010 | 10000 |
Color Harmonies of #450E10
Complementary color
Monochromatic Colors of #450E10
Black with #450E10
Text Example
Text Example
White with #450E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E10; }
p { color: rgb(69,14,16); }
H1.HeaderClassName
{
color: #450E10;
}
.AnyTagClassName
{
color: #450E10;
}
</style>
background-color css
<style>
a { background-color: #450E10; }
a { background-color: rgb(69,14,16); }
div.DivClassName
{
background-color: #450E10;
}
.BgClassName
{
background-color: #450E10;
}
</style>
border-color css
<style>
span { border-color: #450E10; }
span { border-color: rgb(69,14,16); }
td.TdClassName
{
border-color: #450E10;
}
.TagClassName
{
border-color: #450E10;
}
</style>