Shades of Rustic Red #460B0C
Tints of Rustic Red #460B0C
RGB
CMYK
RGB Variations
Color information
#460B0C (or 0x460B0C) is known color: Rustic Red. HEX triplet: 46, 0B and 0C. RGB value is (70,11,12). Sum of RGB (Red+Green+Blue) = 70+11+12=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B0C is #B9F4F3. Grayscale: #1C1C1C. Windows color (decimal): -12186868 or 789318. OLE color: 789318.
HSL color Cylindrical-coordinate representation of color #460B0C: hue angle of 358.98º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B0C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 12 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.73 |
| HSL | 358.98º | 0.73% | 0.16% | - |
| HSV(B) | 358.98º | 0.84% | 0.27% | - |
| XYZ | 2.71 | 1.57 | 0.51 | - |
| YUV | 28.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 12 | 0 | 0.84 | 0.83 | 0.73 | 358.98 | 0.73 | 0.16 |
| Hex | 46 | B | C | 0 | 54 | 53 | 49 | 167 | 49 | 10 |
| Octal | 106 | 13 | 14 | 0 | 124 | 123 | 111 | 547 | 111 | 20 |
| Binary | 1000110 | 1011 | 1100 | 0 | 1010100 | 1010011 | 1001001 | 101100111 | 1001001 | 10000 |
Color Harmonies of #460B0C
Complementary color
Monochromatic Colors of #460B0C
Black with #460B0C
Text Example
Text Example
White with #460B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B0C; }
p { color: rgb(70,11,12); }
H1.HeaderClassName
{
color: #460B0C;
}
.AnyTagClassName
{
color: #460B0C;
}
</style>
background-color css
<style>
a { background-color: #460B0C; }
a { background-color: rgb(70,11,12); }
div.DivClassName
{
background-color: #460B0C;
}
.BgClassName
{
background-color: #460B0C;
}
</style>
border-color css
<style>
span { border-color: #460B0C; }
span { border-color: rgb(70,11,12); }
td.TdClassName
{
border-color: #460B0C;
}
.TagClassName
{
border-color: #460B0C;
}
</style>