Shades of Rustic Red #450009
Tints of Rustic Red #450009
RGB
CMYK
RGB Variations
Color information
#450009 (or 0x450009) is known color: Rustic Red. HEX triplet: 45, 00 and 09. RGB value is (69,0,9). Sum of RGB (Red+Green+Blue) = 69+0+9=78 (10% of max value = 765). Red value is 69 (27.34% from 255 or 88.46% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 69 - color contains mainly: red. Hex color #450009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450009 is #BAFFF6. Grayscale: #151515. Windows color (decimal): -12255223 or 589893. OLE color: 589893.
HSL color Cylindrical-coordinate representation of color #450009: hue angle of 352.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450009 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.87 | 0.73 |
| HSL | 352.17º | 1% | 0.14% | - |
| HSV(B) | 352.17º | 1% | 0.27% | - |
| XYZ | 2.5 | 1.28 | 0.37 | - |
| YUV | 21.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 9 | 0 | 1 | 0.87 | 0.73 | 352.17 | 1 | 0.14 |
| Hex | 45 | 0 | 9 | 0 | 64 | 57 | 49 | 160 | 64 | E |
| Octal | 105 | 0 | 11 | 0 | 144 | 127 | 111 | 540 | 144 | 16 |
| Binary | 1000101 | 0 | 1001 | 0 | 1100100 | 1010111 | 1001001 | 101100000 | 1100100 | 1110 |
Color Harmonies of #450009
Complementary color
Monochromatic Colors of #450009
Black with #450009
Text Example
Text Example
White with #450009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450009; }
p { color: rgb(69,0,9); }
H1.HeaderClassName
{
color: #450009;
}
.AnyTagClassName
{
color: #450009;
}
</style>
background-color css
<style>
a { background-color: #450009; }
a { background-color: rgb(69,0,9); }
div.DivClassName
{
background-color: #450009;
}
.BgClassName
{
background-color: #450009;
}
</style>
border-color css
<style>
span { border-color: #450009; }
span { border-color: rgb(69,0,9); }
td.TdClassName
{
border-color: #450009;
}
.TagClassName
{
border-color: #450009;
}
</style>