Shades of Rust #B75910
Tints of Rust #B75910
RGB
CMYK
RGB Variations
Color information
#B75910 (or 0xB75910) is known color: Rust. HEX triplet: B7, 59 and 10. RGB value is (183,89,16). Sum of RGB (Red+Green+Blue) = 183+89+16=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75910 is #48A6EF. Grayscale: #6D6D6D. Windows color (decimal): -4761328 or 1071543. OLE color: 1071543.
HSL color Cylindrical-coordinate representation of color #B75910: hue angle of 26.23º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B75910 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.28 |
| HSL | 26.23º | 0.84% | 0.39% | - |
| HSV(B) | 26.23º | 0.91% | 0.72% | - |
| XYZ | 23.19 | 17.25 | 2.6 | - |
| YUV | 108.78 | 75.64 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 16 | 0 | 0.51 | 0.91 | 0.28 | 26.23 | 0.84 | 0.39 |
| Hex | B7 | 59 | 10 | 0 | 33 | 5B | 1C | 1A | 54 | 27 |
| Octal | 267 | 131 | 20 | 0 | 63 | 133 | 34 | 32 | 124 | 47 |
| Binary | 10110111 | 1011001 | 10000 | 0 | 110011 | 1011011 | 11100 | 11010 | 1010100 | 100111 |
Color Harmonies of #B75910
Complementary color
Monochromatic Colors of #B75910
Black with #B75910
Text Example
Text Example
White with #B75910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75910; }
p { color: rgb(183,89,16); }
H1.HeaderClassName
{
color: #B75910;
}
.AnyTagClassName
{
color: #B75910;
}
</style>
background-color css
<style>
a { background-color: #B75910; }
a { background-color: rgb(183,89,16); }
div.DivClassName
{
background-color: #B75910;
}
.BgClassName
{
background-color: #B75910;
}
</style>
border-color css
<style>
span { border-color: #B75910; }
span { border-color: rgb(183,89,16); }
td.TdClassName
{
border-color: #B75910;
}
.TagClassName
{
border-color: #B75910;
}
</style>