Shades of Rust #B7310E
Tints of Rust #B7310E
RGB
CMYK
RGB Variations
Color information
#B7310E (or 0xB7310E) is known color: Rust. HEX triplet: B7, 31 and 0E. RGB value is (183,49,14). Sum of RGB (Red+Green+Blue) = 183+49+14=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7310E is #48CEF1. Grayscale: #555555. Windows color (decimal): -4771570 or 930231. OLE color: 930231.
HSL color Cylindrical-coordinate representation of color #B7310E: hue angle of 12.43º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7310E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 14 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.28 |
| HSL | 12.43º | 0.86% | 0.39% | - |
| HSV(B) | 12.43º | 0.92% | 0.72% | - |
| XYZ | 20.71 | 12.3 | 1.7 | - |
| YUV | 85.08 | 87.89 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 14 | 0 | 0.73 | 0.92 | 0.28 | 12.43 | 0.86 | 0.39 |
| Hex | B7 | 31 | E | 0 | 49 | 5C | 1C | C | 56 | 27 |
| Octal | 267 | 61 | 16 | 0 | 111 | 134 | 34 | 14 | 126 | 47 |
| Binary | 10110111 | 110001 | 1110 | 0 | 1001001 | 1011100 | 11100 | 1100 | 1010110 | 100111 |
Color Harmonies of #B7310E
Complementary color
Monochromatic Colors of #B7310E
Black with #B7310E
Text Example
Text Example
White with #B7310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7310E; }
p { color: rgb(183,49,14); }
H1.HeaderClassName
{
color: #B7310E;
}
.AnyTagClassName
{
color: #B7310E;
}
</style>
background-color css
<style>
a { background-color: #B7310E; }
a { background-color: rgb(183,49,14); }
div.DivClassName
{
background-color: #B7310E;
}
.BgClassName
{
background-color: #B7310E;
}
</style>
border-color css
<style>
span { border-color: #B7310E; }
span { border-color: rgb(183,49,14); }
td.TdClassName
{
border-color: #B7310E;
}
.TagClassName
{
border-color: #B7310E;
}
</style>