Shades of Rust #B54711
Tints of Rust #B54711
RGB
CMYK
RGB Variations
Color information
#B54711 (or 0xB54711) is known color: Rust. HEX triplet: B5, 47 and 11. RGB value is (181,71,17). Sum of RGB (Red+Green+Blue) = 181+71+17=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B54711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54711 is #4AB8EE. Grayscale: #626262. Windows color (decimal): -4897007 or 1132469. OLE color: 1132469.
HSL color Cylindrical-coordinate representation of color #B54711: hue angle of 19.76º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54711 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.29 |
| HSL | 19.76º | 0.83% | 0.39% | - |
| HSV(B) | 19.76º | 0.91% | 0.71% | - |
| XYZ | 21.41 | 14.37 | 2.18 | - |
| YUV | 97.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 17 | 0 | 0.61 | 0.91 | 0.29 | 19.76 | 0.83 | 0.39 |
| Hex | B5 | 47 | 11 | 0 | 3D | 5B | 1D | 14 | 53 | 27 |
| Octal | 265 | 107 | 21 | 0 | 75 | 133 | 35 | 24 | 123 | 47 |
| Binary | 10110101 | 1000111 | 10001 | 0 | 111101 | 1011011 | 11101 | 10100 | 1010011 | 100111 |
Color Harmonies of #B54711
Complementary color
Monochromatic Colors of #B54711
Black with #B54711
Text Example
Text Example
White with #B54711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54711; }
p { color: rgb(181,71,17); }
H1.HeaderClassName
{
color: #B54711;
}
.AnyTagClassName
{
color: #B54711;
}
</style>
background-color css
<style>
a { background-color: #B54711; }
a { background-color: rgb(181,71,17); }
div.DivClassName
{
background-color: #B54711;
}
.BgClassName
{
background-color: #B54711;
}
</style>
border-color css
<style>
span { border-color: #B54711; }
span { border-color: rgb(181,71,17); }
td.TdClassName
{
border-color: #B54711;
}
.TagClassName
{
border-color: #B54711;
}
</style>