Shades of Rustic Red #460213
Tints of Rustic Red #460213
RGB
CMYK
RGB Variations
Color information
#460213 (or 0x460213) is known color: Rustic Red. HEX triplet: 46, 02 and 13. RGB value is (70,2,19). Sum of RGB (Red+Green+Blue) = 70+2+19=91 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.92% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 70 - color contains mainly: red. Hex color #460213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460213 is #B9FDEC. Grayscale: #181818. Windows color (decimal): -12189165 or 1245766. OLE color: 1245766.
HSL color Cylindrical-coordinate representation of color #460213: hue angle of 345º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460213 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 19 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.73 |
| HSL | 345º | 0.94% | 0.14% | - |
| HSV(B) | 345º | 0.97% | 0.27% | - |
| XYZ | 2.67 | 1.39 | 0.74 | - |
| YUV | 24.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 19 | 0 | 0.97 | 0.73 | 0.73 | 345 | 0.94 | 0.14 |
| Hex | 46 | 2 | 13 | 0 | 61 | 49 | 49 | 159 | 5E | E |
| Octal | 106 | 2 | 23 | 0 | 141 | 111 | 111 | 531 | 136 | 16 |
| Binary | 1000110 | 10 | 10011 | 0 | 1100001 | 1001001 | 1001001 | 101011001 | 1011110 | 1110 |
Color Harmonies of #460213
Complementary color
Monochromatic Colors of #460213
Black with #460213
Text Example
Text Example
White with #460213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460213; }
p { color: rgb(70,2,19); }
H1.HeaderClassName
{
color: #460213;
}
.AnyTagClassName
{
color: #460213;
}
</style>
background-color css
<style>
a { background-color: #460213; }
a { background-color: rgb(70,2,19); }
div.DivClassName
{
background-color: #460213;
}
.BgClassName
{
background-color: #460213;
}
</style>
border-color css
<style>
span { border-color: #460213; }
span { border-color: rgb(70,2,19); }
td.TdClassName
{
border-color: #460213;
}
.TagClassName
{
border-color: #460213;
}
</style>