Shades of Rust #B75717
Tints of Rust #B75717
RGB
CMYK
RGB Variations
Color information
#B75717 (or 0xB75717) is known color: Rust. HEX triplet: B7, 57 and 17. RGB value is (183,87,23). Sum of RGB (Red+Green+Blue) = 183+87+23=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B75717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75717 is #48A8E8. Grayscale: #6C6C6C. Windows color (decimal): -4761833 or 1529783. OLE color: 1529783.
HSL color Cylindrical-coordinate representation of color #B75717: hue angle of 24º 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 #B75717 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 23 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.28 |
| HSL | 24º | 0.78% | 0.4% | - |
| HSV(B) | 24º | 0.87% | 0.72% | - |
| XYZ | 23.09 | 16.95 | 2.86 | - |
| YUV | 108.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 23 | 0 | 0.52 | 0.87 | 0.28 | 24 | 0.78 | 0.4 |
| Hex | B7 | 57 | 17 | 0 | 34 | 57 | 1C | 18 | 4E | 28 |
| Octal | 267 | 127 | 27 | 0 | 64 | 127 | 34 | 30 | 116 | 50 |
| Binary | 10110111 | 1010111 | 10111 | 0 | 110100 | 1010111 | 11100 | 11000 | 1001110 | 101000 |
Color Harmonies of #B75717
Complementary color
Monochromatic Colors of #B75717
Black with #B75717
Text Example
Text Example
White with #B75717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75717; }
p { color: rgb(183,87,23); }
H1.HeaderClassName
{
color: #B75717;
}
.AnyTagClassName
{
color: #B75717;
}
</style>
background-color css
<style>
a { background-color: #B75717; }
a { background-color: rgb(183,87,23); }
div.DivClassName
{
background-color: #B75717;
}
.BgClassName
{
background-color: #B75717;
}
</style>
border-color css
<style>
span { border-color: #B75717; }
span { border-color: rgb(183,87,23); }
td.TdClassName
{
border-color: #B75717;
}
.TagClassName
{
border-color: #B75717;
}
</style>