Shades of Rust #B54710
Tints of Rust #B54710
RGB
CMYK
RGB Variations
Color information
#B54710 (or 0xB54710) is known color: Rust. HEX triplet: B5, 47 and 10. RGB value is (181,71,16). Sum of RGB (Red+Green+Blue) = 181+71+16=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B54710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54710 is #4AB8EF. Grayscale: #616161. Windows color (decimal): -4897008 or 1066933. OLE color: 1066933.
HSL color Cylindrical-coordinate representation of color #B54710: hue angle of 20º degrees, saturation: 0.84, 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 #B54710 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.29 |
| HSL | 20º | 0.84% | 0.39% | - |
| HSV(B) | 20º | 0.91% | 0.71% | - |
| XYZ | 21.4 | 14.37 | 2.14 | - |
| YUV | 97.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 16 | 0 | 0.61 | 0.91 | 0.29 | 20 | 0.84 | 0.39 |
| Hex | B5 | 47 | 10 | 0 | 3D | 5B | 1D | 14 | 54 | 27 |
| Octal | 265 | 107 | 20 | 0 | 75 | 133 | 35 | 24 | 124 | 47 |
| Binary | 10110101 | 1000111 | 10000 | 0 | 111101 | 1011011 | 11101 | 10100 | 1010100 | 100111 |
Color Harmonies of #B54710
Complementary color
Monochromatic Colors of #B54710
Black with #B54710
Text Example
Text Example
White with #B54710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54710; }
p { color: rgb(181,71,16); }
H1.HeaderClassName
{
color: #B54710;
}
.AnyTagClassName
{
color: #B54710;
}
</style>
background-color css
<style>
a { background-color: #B54710; }
a { background-color: rgb(181,71,16); }
div.DivClassName
{
background-color: #B54710;
}
.BgClassName
{
background-color: #B54710;
}
</style>
border-color css
<style>
span { border-color: #B54710; }
span { border-color: rgb(181,71,16); }
td.TdClassName
{
border-color: #B54710;
}
.TagClassName
{
border-color: #B54710;
}
</style>