Shades of Rustic Red #45090D
Tints of Rustic Red #45090D
RGB
CMYK
RGB Variations
Color information
#45090D (or 0x45090D) is known color: Rustic Red. HEX triplet: 45, 09 and 0D. RGB value is (69,9,13). Sum of RGB (Red+Green+Blue) = 69+9+13=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #45090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45090D is #BAF6F2. Grayscale: #1B1B1B. Windows color (decimal): -12252915 or 854341. OLE color: 854341.
HSL color Cylindrical-coordinate representation of color #45090D: hue angle of 356º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45090D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 9 | 13 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.73 |
| HSL | 356º | 0.77% | 0.15% | - |
| HSV(B) | 356º | 0.87% | 0.27% | - |
| XYZ | 2.62 | 1.49 | 0.53 | - |
| YUV | 27.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 13 | 0 | 0.87 | 0.81 | 0.73 | 356 | 0.77 | 0.15 |
| Hex | 45 | 9 | D | 0 | 57 | 51 | 49 | 164 | 4D | F |
| Octal | 105 | 11 | 15 | 0 | 127 | 121 | 111 | 544 | 115 | 17 |
| Binary | 1000101 | 1001 | 1101 | 0 | 1010111 | 1010001 | 1001001 | 101100100 | 1001101 | 1111 |
Color Harmonies of #45090D
Complementary color
Monochromatic Colors of #45090D
Black with #45090D
Text Example
Text Example
White with #45090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45090D; }
p { color: rgb(69,9,13); }
H1.HeaderClassName
{
color: #45090D;
}
.AnyTagClassName
{
color: #45090D;
}
</style>
background-color css
<style>
a { background-color: #45090D; }
a { background-color: rgb(69,9,13); }
div.DivClassName
{
background-color: #45090D;
}
.BgClassName
{
background-color: #45090D;
}
</style>
border-color css
<style>
span { border-color: #45090D; }
span { border-color: rgb(69,9,13); }
td.TdClassName
{
border-color: #45090D;
}
.TagClassName
{
border-color: #45090D;
}
</style>