Shades of Rust #B7570F
Tints of Rust #B7570F
RGB
CMYK
RGB Variations
Color information
#B7570F (or 0xB7570F) is known color: Rust. HEX triplet: B7, 57 and 0F. RGB value is (183,87,15). Sum of RGB (Red+Green+Blue) = 183+87+15=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7570F is #48A8F0. Grayscale: #6B6B6B. Windows color (decimal): -4761841 or 1005495. OLE color: 1005495.
HSL color Cylindrical-coordinate representation of color #B7570F: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7570F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.28 |
| HSL | 25.71º | 0.85% | 0.39% | - |
| HSV(B) | 25.71º | 0.92% | 0.72% | - |
| XYZ | 23.02 | 16.92 | 2.5 | - |
| YUV | 107.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 15 | 0 | 0.52 | 0.92 | 0.28 | 25.71 | 0.85 | 0.39 |
| Hex | B7 | 57 | F | 0 | 34 | 5C | 1C | 1A | 55 | 27 |
| Octal | 267 | 127 | 17 | 0 | 64 | 134 | 34 | 32 | 125 | 47 |
| Binary | 10110111 | 1010111 | 1111 | 0 | 110100 | 1011100 | 11100 | 11010 | 1010101 | 100111 |
Color Harmonies of #B7570F
Complementary color
Monochromatic Colors of #B7570F
Black with #B7570F
Text Example
Text Example
White with #B7570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7570F; }
p { color: rgb(183,87,15); }
H1.HeaderClassName
{
color: #B7570F;
}
.AnyTagClassName
{
color: #B7570F;
}
</style>
background-color css
<style>
a { background-color: #B7570F; }
a { background-color: rgb(183,87,15); }
div.DivClassName
{
background-color: #B7570F;
}
.BgClassName
{
background-color: #B7570F;
}
</style>
border-color css
<style>
span { border-color: #B7570F; }
span { border-color: rgb(183,87,15); }
td.TdClassName
{
border-color: #B7570F;
}
.TagClassName
{
border-color: #B7570F;
}
</style>