Shades of Rustic Red #450010
Tints of Rustic Red #450010
RGB
CMYK
RGB Variations
Color information
#450010 (or 0x450010) is known color: Rustic Red. HEX triplet: 45, 00 and 10. RGB value is (69,0,16). Sum of RGB (Red+Green+Blue) = 69+0+16=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #450010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450010 is #BAFFEF. Grayscale: #161616. Windows color (decimal): -12255216 or 1048645. OLE color: 1048645.
HSL color Cylindrical-coordinate representation of color #450010: hue angle of 346.09º 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 #450010 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.77 | 0.73 |
| HSL | 346.09º | 1% | 0.14% | - |
| HSV(B) | 346.09º | 1% | 0.27% | - |
| XYZ | 2.55 | 1.3 | 0.61 | - |
| YUV | 22.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 16 | 0 | 1 | 0.77 | 0.73 | 346.09 | 1 | 0.14 |
| Hex | 45 | 0 | 10 | 0 | 64 | 4D | 49 | 15A | 64 | E |
| Octal | 105 | 0 | 20 | 0 | 144 | 115 | 111 | 532 | 144 | 16 |
| Binary | 1000101 | 0 | 10000 | 0 | 1100100 | 1001101 | 1001001 | 101011010 | 1100100 | 1110 |
Color Harmonies of #450010
Complementary color
Monochromatic Colors of #450010
Black with #450010
Text Example
Text Example
White with #450010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450010; }
p { color: rgb(69,0,16); }
H1.HeaderClassName
{
color: #450010;
}
.AnyTagClassName
{
color: #450010;
}
</style>
background-color css
<style>
a { background-color: #450010; }
a { background-color: rgb(69,0,16); }
div.DivClassName
{
background-color: #450010;
}
.BgClassName
{
background-color: #450010;
}
</style>
border-color css
<style>
span { border-color: #450010; }
span { border-color: rgb(69,0,16); }
td.TdClassName
{
border-color: #450010;
}
.TagClassName
{
border-color: #450010;
}
</style>