Shades of Rust #B75711
Tints of Rust #B75711
RGB
CMYK
RGB Variations
Color information
#B75711 (or 0xB75711) is known color: Rust. HEX triplet: B7, 57 and 11. RGB value is (183,87,17). Sum of RGB (Red+Green+Blue) = 183+87+17=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B75711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75711 is #48A8EE. Grayscale: #6C6C6C. Windows color (decimal): -4761839 or 1136567. OLE color: 1136567.
HSL color Cylindrical-coordinate representation of color #B75711: hue angle of 25.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B75711 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 17 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.28 |
| HSL | 25.3º | 0.83% | 0.39% | - |
| HSV(B) | 25.3º | 0.91% | 0.72% | - |
| XYZ | 23.04 | 16.92 | 2.58 | - |
| YUV | 107.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 17 | 0 | 0.52 | 0.91 | 0.28 | 25.3 | 0.83 | 0.39 |
| Hex | B7 | 57 | 11 | 0 | 34 | 5B | 1C | 19 | 53 | 27 |
| Octal | 267 | 127 | 21 | 0 | 64 | 133 | 34 | 31 | 123 | 47 |
| Binary | 10110111 | 1010111 | 10001 | 0 | 110100 | 1011011 | 11100 | 11001 | 1010011 | 100111 |
Color Harmonies of #B75711
Complementary color
Monochromatic Colors of #B75711
Black with #B75711
Text Example
Text Example
White with #B75711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75711; }
p { color: rgb(183,87,17); }
H1.HeaderClassName
{
color: #B75711;
}
.AnyTagClassName
{
color: #B75711;
}
</style>
background-color css
<style>
a { background-color: #B75711; }
a { background-color: rgb(183,87,17); }
div.DivClassName
{
background-color: #B75711;
}
.BgClassName
{
background-color: #B75711;
}
</style>
border-color css
<style>
span { border-color: #B75711; }
span { border-color: rgb(183,87,17); }
td.TdClassName
{
border-color: #B75711;
}
.TagClassName
{
border-color: #B75711;
}
</style>