Shades of Rust #B7510B
Tints of Rust #B7510B
RGB
CMYK
RGB Variations
Color information
#B7510B (or 0xB7510B) is known color: Rust. HEX triplet: B7, 51 and 0B. RGB value is (183,81,11). Sum of RGB (Red+Green+Blue) = 183+81+11=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7510B is #48AEF4. Grayscale: #676767. Windows color (decimal): -4763381 or 741815. OLE color: 741815.
HSL color Cylindrical-coordinate representation of color #B7510B: hue angle of 24.42º 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 #B7510B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.28 |
| HSL | 24.42º | 0.89% | 0.38% | - |
| HSV(B) | 24.42º | 0.94% | 0.72% | - |
| XYZ | 22.53 | 15.98 | 2.21 | - |
| YUV | 103.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 11 | 0 | 0.56 | 0.94 | 0.28 | 24.42 | 0.89 | 0.38 |
| Hex | B7 | 51 | B | 0 | 38 | 5E | 1C | 18 | 59 | 26 |
| Octal | 267 | 121 | 13 | 0 | 70 | 136 | 34 | 30 | 131 | 46 |
| Binary | 10110111 | 1010001 | 1011 | 0 | 111000 | 1011110 | 11100 | 11000 | 1011001 | 100110 |
Color Harmonies of #B7510B
Complementary color
Monochromatic Colors of #B7510B
Black with #B7510B
Text Example
Text Example
White with #B7510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7510B; }
p { color: rgb(183,81,11); }
H1.HeaderClassName
{
color: #B7510B;
}
.AnyTagClassName
{
color: #B7510B;
}
</style>
background-color css
<style>
a { background-color: #B7510B; }
a { background-color: rgb(183,81,11); }
div.DivClassName
{
background-color: #B7510B;
}
.BgClassName
{
background-color: #B7510B;
}
</style>
border-color css
<style>
span { border-color: #B7510B; }
span { border-color: rgb(183,81,11); }
td.TdClassName
{
border-color: #B7510B;
}
.TagClassName
{
border-color: #B7510B;
}
</style>