Shades of Rustic Red #461314
Tints of Rustic Red #461314
RGB
CMYK
RGB Variations
Color information
#461314 (or 0x461314) is known color: Rustic Red. HEX triplet: 46, 13 and 14. RGB value is (70,19,20). Sum of RGB (Red+Green+Blue) = 70+19+20=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461314 is #B9ECEB. Grayscale: #222222. Windows color (decimal): -12184812 or 1315654. OLE color: 1315654.
HSL color Cylindrical-coordinate representation of color #461314: hue angle of 358.82º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461314 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 20 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.73 |
| HSL | 358.82º | 0.57% | 0.17% | - |
| HSV(B) | 358.82º | 0.73% | 0.27% | - |
| XYZ | 2.88 | 1.82 | 0.86 | - |
| YUV | 34.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 20 | 0 | 0.73 | 0.71 | 0.73 | 358.82 | 0.57 | 0.17 |
| Hex | 46 | 13 | 14 | 0 | 49 | 47 | 49 | 167 | 39 | 11 |
| Octal | 106 | 23 | 24 | 0 | 111 | 107 | 111 | 547 | 71 | 21 |
| Binary | 1000110 | 10011 | 10100 | 0 | 1001001 | 1000111 | 1001001 | 101100111 | 111001 | 10001 |
Color Harmonies of #461314
Complementary color
Monochromatic Colors of #461314
Black with #461314
Text Example
Text Example
White with #461314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461314; }
p { color: rgb(70,19,20); }
H1.HeaderClassName
{
color: #461314;
}
.AnyTagClassName
{
color: #461314;
}
</style>
background-color css
<style>
a { background-color: #461314; }
a { background-color: rgb(70,19,20); }
div.DivClassName
{
background-color: #461314;
}
.BgClassName
{
background-color: #461314;
}
</style>
border-color css
<style>
span { border-color: #461314; }
span { border-color: rgb(70,19,20); }
td.TdClassName
{
border-color: #461314;
}
.TagClassName
{
border-color: #461314;
}
</style>