Shades of Rust #B73711
Tints of Rust #B73711
RGB
CMYK
RGB Variations
Color information
#B73711 (or 0xB73711) is known color: Rust. HEX triplet: B7, 37 and 11. RGB value is (183,55,17). Sum of RGB (Red+Green+Blue) = 183+55+17=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73711 is #48C8EE. Grayscale: #595959. Windows color (decimal): -4770031 or 1128375. OLE color: 1128375.
HSL color Cylindrical-coordinate representation of color #B73711: hue angle of 13.73º 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 #B73711 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.28 |
| HSL | 13.73º | 0.83% | 0.39% | - |
| HSV(B) | 13.73º | 0.91% | 0.72% | - |
| XYZ | 21 | 12.84 | 1.9 | - |
| YUV | 88.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 17 | 0 | 0.70 | 0.91 | 0.28 | 13.73 | 0.83 | 0.39 |
| Hex | B7 | 37 | 11 | 0 | 46 | 5B | 1C | E | 53 | 27 |
| Octal | 267 | 67 | 21 | 0 | 106 | 133 | 34 | 16 | 123 | 47 |
| Binary | 10110111 | 110111 | 10001 | 0 | 1000110 | 1011011 | 11100 | 1110 | 1010011 | 100111 |
Color Harmonies of #B73711
Complementary color
Monochromatic Colors of #B73711
Black with #B73711
Text Example
Text Example
White with #B73711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73711; }
p { color: rgb(183,55,17); }
H1.HeaderClassName
{
color: #B73711;
}
.AnyTagClassName
{
color: #B73711;
}
</style>
background-color css
<style>
a { background-color: #B73711; }
a { background-color: rgb(183,55,17); }
div.DivClassName
{
background-color: #B73711;
}
.BgClassName
{
background-color: #B73711;
}
</style>
border-color css
<style>
span { border-color: #B73711; }
span { border-color: rgb(183,55,17); }
td.TdClassName
{
border-color: #B73711;
}
.TagClassName
{
border-color: #B73711;
}
</style>