Shades of Rust #B75617
Tints of Rust #B75617
RGB
CMYK
RGB Variations
Color information
#B75617 (or 0xB75617) is known color: Rust. HEX triplet: B7, 56 and 17. RGB value is (183,86,23). Sum of RGB (Red+Green+Blue) = 183+86+23=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B75617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75617 is #48A9E8. Grayscale: #6C6C6C. Windows color (decimal): -4762089 or 1529527. OLE color: 1529527.
HSL color Cylindrical-coordinate representation of color #B75617: hue angle of 23.62º 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 #B75617 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 23 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.28 |
| HSL | 23.63º | 0.78% | 0.4% | - |
| HSV(B) | 23.63º | 0.87% | 0.72% | - |
| XYZ | 23.01 | 16.78 | 2.84 | - |
| YUV | 107.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 23 | 0 | 0.53 | 0.87 | 0.28 | 23.63 | 0.78 | 0.4 |
| Hex | B7 | 56 | 17 | 0 | 35 | 57 | 1C | 18 | 4E | 28 |
| Octal | 267 | 126 | 27 | 0 | 65 | 127 | 34 | 30 | 116 | 50 |
| Binary | 10110111 | 1010110 | 10111 | 0 | 110101 | 1010111 | 11100 | 11000 | 1001110 | 101000 |
Color Harmonies of #B75617
Complementary color
Monochromatic Colors of #B75617
Black with #B75617
Text Example
Text Example
White with #B75617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75617; }
p { color: rgb(183,86,23); }
H1.HeaderClassName
{
color: #B75617;
}
.AnyTagClassName
{
color: #B75617;
}
</style>
background-color css
<style>
a { background-color: #B75617; }
a { background-color: rgb(183,86,23); }
div.DivClassName
{
background-color: #B75617;
}
.BgClassName
{
background-color: #B75617;
}
</style>
border-color css
<style>
span { border-color: #B75617; }
span { border-color: rgb(183,86,23); }
td.TdClassName
{
border-color: #B75617;
}
.TagClassName
{
border-color: #B75617;
}
</style>