Shades of Rust #B75710
Tints of Rust #B75710
RGB
CMYK
RGB Variations
Color information
#B75710 (or 0xB75710) is known color: Rust. HEX triplet: B7, 57 and 10. RGB value is (183,87,16). Sum of RGB (Red+Green+Blue) = 183+87+16=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75710 is #48A8EF. Grayscale: #6B6B6B. Windows color (decimal): -4761840 or 1071031. OLE color: 1071031.
HSL color Cylindrical-coordinate representation of color #B75710: hue angle of 25.51º 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 #B75710 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.28 |
| HSL | 25.51º | 0.84% | 0.39% | - |
| HSV(B) | 25.51º | 0.91% | 0.72% | - |
| XYZ | 23.03 | 16.92 | 2.54 | - |
| YUV | 107.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 16 | 0 | 0.52 | 0.91 | 0.28 | 25.51 | 0.84 | 0.39 |
| Hex | B7 | 57 | 10 | 0 | 34 | 5B | 1C | 1A | 54 | 27 |
| Octal | 267 | 127 | 20 | 0 | 64 | 133 | 34 | 32 | 124 | 47 |
| Binary | 10110111 | 1010111 | 10000 | 0 | 110100 | 1011011 | 11100 | 11010 | 1010100 | 100111 |
Color Harmonies of #B75710
Complementary color
Monochromatic Colors of #B75710
Black with #B75710
Text Example
Text Example
White with #B75710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75710; }
p { color: rgb(183,87,16); }
H1.HeaderClassName
{
color: #B75710;
}
.AnyTagClassName
{
color: #B75710;
}
</style>
background-color css
<style>
a { background-color: #B75710; }
a { background-color: rgb(183,87,16); }
div.DivClassName
{
background-color: #B75710;
}
.BgClassName
{
background-color: #B75710;
}
</style>
border-color css
<style>
span { border-color: #B75710; }
span { border-color: rgb(183,87,16); }
td.TdClassName
{
border-color: #B75710;
}
.TagClassName
{
border-color: #B75710;
}
</style>