Shades of Rust #B7460B
Tints of Rust #B7460B
RGB
CMYK
RGB Variations
Color information
#B7460B (or 0xB7460B) is known color: Rust. HEX triplet: B7, 46 and 0B. RGB value is (183,70,11). Sum of RGB (Red+Green+Blue) = 183+70+11=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7460B is #48B9F4. Grayscale: #616161. Windows color (decimal): -4766197 or 738999. OLE color: 738999.
HSL color Cylindrical-coordinate representation of color #B7460B: hue angle of 20.58º 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 #B7460B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.28 |
| HSL | 20.58º | 0.89% | 0.38% | - |
| HSV(B) | 20.58º | 0.94% | 0.72% | - |
| XYZ | 21.78 | 14.47 | 1.96 | - |
| YUV | 97.06 | 79.44 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 11 | 0 | 0.62 | 0.94 | 0.28 | 20.58 | 0.89 | 0.38 |
| Hex | B7 | 46 | B | 0 | 3E | 5E | 1C | 15 | 59 | 26 |
| Octal | 267 | 106 | 13 | 0 | 76 | 136 | 34 | 25 | 131 | 46 |
| Binary | 10110111 | 1000110 | 1011 | 0 | 111110 | 1011110 | 11100 | 10101 | 1011001 | 100110 |
Color Harmonies of #B7460B
Complementary color
Monochromatic Colors of #B7460B
Black with #B7460B
Text Example
Text Example
White with #B7460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7460B; }
p { color: rgb(183,70,11); }
H1.HeaderClassName
{
color: #B7460B;
}
.AnyTagClassName
{
color: #B7460B;
}
</style>
background-color css
<style>
a { background-color: #B7460B; }
a { background-color: rgb(183,70,11); }
div.DivClassName
{
background-color: #B7460B;
}
.BgClassName
{
background-color: #B7460B;
}
</style>
border-color css
<style>
span { border-color: #B7460B; }
span { border-color: rgb(183,70,11); }
td.TdClassName
{
border-color: #B7460B;
}
.TagClassName
{
border-color: #B7460B;
}
</style>