Shades of Rustic Red #460313
Tints of Rustic Red #460313
RGB
CMYK
RGB Variations
Color information
#460313 (or 0x460313) is known color: Rustic Red. HEX triplet: 46, 03 and 13. RGB value is (70,3,19). Sum of RGB (Red+Green+Blue) = 70+3+19=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460313 is #B9FCEC. Grayscale: #181818. Windows color (decimal): -12188909 or 1246022. OLE color: 1246022.
HSL color Cylindrical-coordinate representation of color #460313: hue angle of 345.67º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460313 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 19 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.73 |
| HSL | 345.67º | 0.92% | 0.14% | - |
| HSV(B) | 345.67º | 0.96% | 0.27% | - |
| XYZ | 2.68 | 1.41 | 0.75 | - |
| YUV | 24.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 19 | 0 | 0.96 | 0.73 | 0.73 | 345.67 | 0.92 | 0.14 |
| Hex | 46 | 3 | 13 | 0 | 60 | 49 | 49 | 15A | 5C | E |
| Octal | 106 | 3 | 23 | 0 | 140 | 111 | 111 | 532 | 134 | 16 |
| Binary | 1000110 | 11 | 10011 | 0 | 1100000 | 1001001 | 1001001 | 101011010 | 1011100 | 1110 |
Color Harmonies of #460313
Complementary color
Monochromatic Colors of #460313
Black with #460313
Text Example
Text Example
White with #460313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460313; }
p { color: rgb(70,3,19); }
H1.HeaderClassName
{
color: #460313;
}
.AnyTagClassName
{
color: #460313;
}
</style>
background-color css
<style>
a { background-color: #460313; }
a { background-color: rgb(70,3,19); }
div.DivClassName
{
background-color: #460313;
}
.BgClassName
{
background-color: #460313;
}
</style>
border-color css
<style>
span { border-color: #460313; }
span { border-color: rgb(70,3,19); }
td.TdClassName
{
border-color: #460313;
}
.TagClassName
{
border-color: #460313;
}
</style>