Shades of Rust #B75416
Tints of Rust #B75416
RGB
CMYK
RGB Variations
Color information
#B75416 (or 0xB75416) is known color: Rust. HEX triplet: B7, 54 and 16. RGB value is (183,84,22). Sum of RGB (Red+Green+Blue) = 183+84+22=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75416 is #48ABE9. Grayscale: #6A6A6A. Windows color (decimal): -4762602 or 1463479. OLE color: 1463479.
HSL color Cylindrical-coordinate representation of color #B75416: hue angle of 23.11º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B75416 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.28 |
| HSL | 23.11º | 0.79% | 0.4% | - |
| HSV(B) | 23.11º | 0.88% | 0.72% | - |
| XYZ | 22.84 | 16.47 | 2.73 | - |
| YUV | 106.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 22 | 0 | 0.54 | 0.88 | 0.28 | 23.11 | 0.79 | 0.4 |
| Hex | B7 | 54 | 16 | 0 | 36 | 58 | 1C | 17 | 4F | 28 |
| Octal | 267 | 124 | 26 | 0 | 66 | 130 | 34 | 27 | 117 | 50 |
| Binary | 10110111 | 1010100 | 10110 | 0 | 110110 | 1011000 | 11100 | 10111 | 1001111 | 101000 |
Color Harmonies of #B75416
Complementary color
Monochromatic Colors of #B75416
Black with #B75416
Text Example
Text Example
White with #B75416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75416; }
p { color: rgb(183,84,22); }
H1.HeaderClassName
{
color: #B75416;
}
.AnyTagClassName
{
color: #B75416;
}
</style>
background-color css
<style>
a { background-color: #B75416; }
a { background-color: rgb(183,84,22); }
div.DivClassName
{
background-color: #B75416;
}
.BgClassName
{
background-color: #B75416;
}
</style>
border-color css
<style>
span { border-color: #B75416; }
span { border-color: rgb(183,84,22); }
td.TdClassName
{
border-color: #B75416;
}
.TagClassName
{
border-color: #B75416;
}
</style>