Shades of Rust #B7310B
Tints of Rust #B7310B
RGB
CMYK
RGB Variations
Color information
#B7310B (or 0xB7310B) is known color: Rust. HEX triplet: B7, 31 and 0B. RGB value is (183,49,11). Sum of RGB (Red+Green+Blue) = 183+49+11=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7310B is #48CEF4. Grayscale: #555555. Windows color (decimal): -4771573 or 733623. OLE color: 733623.
HSL color Cylindrical-coordinate representation of color #B7310B: hue angle of 13.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7310B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.28 |
| HSL | 13.26º | 0.89% | 0.38% | - |
| HSV(B) | 13.26º | 0.94% | 0.72% | - |
| XYZ | 20.69 | 12.29 | 1.6 | - |
| YUV | 84.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 11 | 0 | 0.73 | 0.94 | 0.28 | 13.26 | 0.89 | 0.38 |
| Hex | B7 | 31 | B | 0 | 49 | 5E | 1C | D | 59 | 26 |
| Octal | 267 | 61 | 13 | 0 | 111 | 136 | 34 | 15 | 131 | 46 |
| Binary | 10110111 | 110001 | 1011 | 0 | 1001001 | 1011110 | 11100 | 1101 | 1011001 | 100110 |
Color Harmonies of #B7310B
Complementary color
Monochromatic Colors of #B7310B
Black with #B7310B
Text Example
Text Example
White with #B7310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7310B; }
p { color: rgb(183,49,11); }
H1.HeaderClassName
{
color: #B7310B;
}
.AnyTagClassName
{
color: #B7310B;
}
</style>
background-color css
<style>
a { background-color: #B7310B; }
a { background-color: rgb(183,49,11); }
div.DivClassName
{
background-color: #B7310B;
}
.BgClassName
{
background-color: #B7310B;
}
</style>
border-color css
<style>
span { border-color: #B7310B; }
span { border-color: rgb(183,49,11); }
td.TdClassName
{
border-color: #B7310B;
}
.TagClassName
{
border-color: #B7310B;
}
</style>