Shades of Rust #B5471E
Tints of Rust #B5471E
RGB
CMYK
RGB Variations
Color information
#B5471E (or 0xB5471E) is known color: Rust. HEX triplet: B5, 47 and 1E. RGB value is (181,71,30). Sum of RGB (Red+Green+Blue) = 181+71+30=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5471E is #4AB8E1. Grayscale: #636363. Windows color (decimal): -4896994 or 1984437. OLE color: 1984437.
HSL color Cylindrical-coordinate representation of color #B5471E: hue angle of 16.29º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5471E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 30 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.29 |
| HSL | 16.29º | 0.72% | 0.41% | - |
| HSV(B) | 16.29º | 0.83% | 0.71% | - |
| XYZ | 21.54 | 14.42 | 2.88 | - |
| YUV | 99.22 | 88.94 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 30 | 0 | 0.61 | 0.83 | 0.29 | 16.29 | 0.72 | 0.41 |
| Hex | B5 | 47 | 1E | 0 | 3D | 53 | 1D | 10 | 48 | 29 |
| Octal | 265 | 107 | 36 | 0 | 75 | 123 | 35 | 20 | 110 | 51 |
| Binary | 10110101 | 1000111 | 11110 | 0 | 111101 | 1010011 | 11101 | 10000 | 1001000 | 101001 |
Color Harmonies of #B5471E
Complementary color
Monochromatic Colors of #B5471E
Black with #B5471E
Text Example
Text Example
White with #B5471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5471E; }
p { color: rgb(181,71,30); }
H1.HeaderClassName
{
color: #B5471E;
}
.AnyTagClassName
{
color: #B5471E;
}
</style>
background-color css
<style>
a { background-color: #B5471E; }
a { background-color: rgb(181,71,30); }
div.DivClassName
{
background-color: #B5471E;
}
.BgClassName
{
background-color: #B5471E;
}
</style>
border-color css
<style>
span { border-color: #B5471E; }
span { border-color: rgb(181,71,30); }
td.TdClassName
{
border-color: #B5471E;
}
.TagClassName
{
border-color: #B5471E;
}
</style>