Shades of Rust #B7410B
Tints of Rust #B7410B
RGB
CMYK
RGB Variations
Color information
#B7410B (or 0xB7410B) is known color: Rust. HEX triplet: B7, 41 and 0B. RGB value is (183,65,11). Sum of RGB (Red+Green+Blue) = 183+65+11=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7410B is #48BEF4. Grayscale: #5E5E5E. Windows color (decimal): -4767477 or 737719. OLE color: 737719.
HSL color Cylindrical-coordinate representation of color #B7410B: hue angle of 18.84º 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 #B7410B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.28 |
| HSL | 18.84º | 0.89% | 0.38% | - |
| HSV(B) | 18.84º | 0.94% | 0.72% | - |
| XYZ | 21.48 | 13.87 | 1.86 | - |
| YUV | 94.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 11 | 0 | 0.64 | 0.94 | 0.28 | 18.84 | 0.89 | 0.38 |
| Hex | B7 | 41 | B | 0 | 40 | 5E | 1C | 13 | 59 | 26 |
| Octal | 267 | 101 | 13 | 0 | 100 | 136 | 34 | 23 | 131 | 46 |
| Binary | 10110111 | 1000001 | 1011 | 0 | 1000000 | 1011110 | 11100 | 10011 | 1011001 | 100110 |
Color Harmonies of #B7410B
Complementary color
Monochromatic Colors of #B7410B
Black with #B7410B
Text Example
Text Example
White with #B7410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7410B; }
p { color: rgb(183,65,11); }
H1.HeaderClassName
{
color: #B7410B;
}
.AnyTagClassName
{
color: #B7410B;
}
</style>
background-color css
<style>
a { background-color: #B7410B; }
a { background-color: rgb(183,65,11); }
div.DivClassName
{
background-color: #B7410B;
}
.BgClassName
{
background-color: #B7410B;
}
</style>
border-color css
<style>
span { border-color: #B7410B; }
span { border-color: rgb(183,65,11); }
td.TdClassName
{
border-color: #B7410B;
}
.TagClassName
{
border-color: #B7410B;
}
</style>