Shades of Rust #B5471B
Tints of Rust #B5471B
RGB
CMYK
RGB Variations
Color information
#B5471B (or 0xB5471B) is known color: Rust. HEX triplet: B5, 47 and 1B. RGB value is (181,71,27). Sum of RGB (Red+Green+Blue) = 181+71+27=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5471B is #4AB8E4. Grayscale: #636363. Windows color (decimal): -4896997 or 1787829. OLE color: 1787829.
HSL color Cylindrical-coordinate representation of color #B5471B: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5471B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.29 |
| HSL | 17.14º | 0.74% | 0.41% | - |
| HSV(B) | 17.14º | 0.85% | 0.71% | - |
| XYZ | 21.51 | 14.41 | 2.68 | - |
| YUV | 98.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 27 | 0 | 0.61 | 0.85 | 0.29 | 17.14 | 0.74 | 0.41 |
| Hex | B5 | 47 | 1B | 0 | 3D | 55 | 1D | 11 | 4A | 29 |
| Octal | 265 | 107 | 33 | 0 | 75 | 125 | 35 | 21 | 112 | 51 |
| Binary | 10110101 | 1000111 | 11011 | 0 | 111101 | 1010101 | 11101 | 10001 | 1001010 | 101001 |
Color Harmonies of #B5471B
Complementary color
Monochromatic Colors of #B5471B
Black with #B5471B
Text Example
Text Example
White with #B5471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5471B; }
p { color: rgb(181,71,27); }
H1.HeaderClassName
{
color: #B5471B;
}
.AnyTagClassName
{
color: #B5471B;
}
</style>
background-color css
<style>
a { background-color: #B5471B; }
a { background-color: rgb(181,71,27); }
div.DivClassName
{
background-color: #B5471B;
}
.BgClassName
{
background-color: #B5471B;
}
</style>
border-color css
<style>
span { border-color: #B5471B; }
span { border-color: rgb(181,71,27); }
td.TdClassName
{
border-color: #B5471B;
}
.TagClassName
{
border-color: #B5471B;
}
</style>