Shades of Rust #B74711
Tints of Rust #B74711
RGB
CMYK
RGB Variations
Color information
#B74711 (or 0xB74711) is known color: Rust. HEX triplet: B7, 47 and 11. RGB value is (183,71,17). Sum of RGB (Red+Green+Blue) = 183+71+17=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74711 is #48B8EE. Grayscale: #626262. Windows color (decimal): -4765935 or 1132471. OLE color: 1132471.
HSL color Cylindrical-coordinate representation of color #B74711: hue angle of 19.52º 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 #B74711 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.28 |
| HSL | 19.52º | 0.83% | 0.39% | - |
| HSV(B) | 19.52º | 0.91% | 0.72% | - |
| XYZ | 21.88 | 14.61 | 2.2 | - |
| YUV | 98.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 17 | 0 | 0.61 | 0.91 | 0.28 | 19.52 | 0.83 | 0.39 |
| Hex | B7 | 47 | 11 | 0 | 3D | 5B | 1C | 14 | 53 | 27 |
| Octal | 267 | 107 | 21 | 0 | 75 | 133 | 34 | 24 | 123 | 47 |
| Binary | 10110111 | 1000111 | 10001 | 0 | 111101 | 1011011 | 11100 | 10100 | 1010011 | 100111 |
Color Harmonies of #B74711
Complementary color
Monochromatic Colors of #B74711
Black with #B74711
Text Example
Text Example
White with #B74711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74711; }
p { color: rgb(183,71,17); }
H1.HeaderClassName
{
color: #B74711;
}
.AnyTagClassName
{
color: #B74711;
}
</style>
background-color css
<style>
a { background-color: #B74711; }
a { background-color: rgb(183,71,17); }
div.DivClassName
{
background-color: #B74711;
}
.BgClassName
{
background-color: #B74711;
}
</style>
border-color css
<style>
span { border-color: #B74711; }
span { border-color: rgb(183,71,17); }
td.TdClassName
{
border-color: #B74711;
}
.TagClassName
{
border-color: #B74711;
}
</style>