Shades of Rust #B75517
Tints of Rust #B75517
RGB
CMYK
RGB Variations
Color information
#B75517 (or 0xB75517) is known color: Rust. HEX triplet: B7, 55 and 17. RGB value is (183,85,23). Sum of RGB (Red+Green+Blue) = 183+85+23=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B75517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75517 is #48AAE8. Grayscale: #6B6B6B. Windows color (decimal): -4762345 or 1529271. OLE color: 1529271.
HSL color Cylindrical-coordinate representation of color #B75517: hue angle of 23.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B75517 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 23 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.28 |
| HSL | 23.25º | 0.78% | 0.4% | - |
| HSV(B) | 23.25º | 0.87% | 0.72% | - |
| XYZ | 22.93 | 16.63 | 2.81 | - |
| YUV | 107.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 23 | 0 | 0.54 | 0.87 | 0.28 | 23.25 | 0.78 | 0.4 |
| Hex | B7 | 55 | 17 | 0 | 36 | 57 | 1C | 17 | 4E | 28 |
| Octal | 267 | 125 | 27 | 0 | 66 | 127 | 34 | 27 | 116 | 50 |
| Binary | 10110111 | 1010101 | 10111 | 0 | 110110 | 1010111 | 11100 | 10111 | 1001110 | 101000 |
Color Harmonies of #B75517
Complementary color
Monochromatic Colors of #B75517
Black with #B75517
Text Example
Text Example
White with #B75517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75517; }
p { color: rgb(183,85,23); }
H1.HeaderClassName
{
color: #B75517;
}
.AnyTagClassName
{
color: #B75517;
}
</style>
background-color css
<style>
a { background-color: #B75517; }
a { background-color: rgb(183,85,23); }
div.DivClassName
{
background-color: #B75517;
}
.BgClassName
{
background-color: #B75517;
}
</style>
border-color css
<style>
span { border-color: #B75517; }
span { border-color: rgb(183,85,23); }
td.TdClassName
{
border-color: #B75517;
}
.TagClassName
{
border-color: #B75517;
}
</style>