Shades of Rust #B4471E
Tints of Rust #B4471E
RGB
CMYK
RGB Variations
Color information
#B4471E (or 0xB4471E) is known color: Rust. HEX triplet: B4, 47 and 1E. RGB value is (180,71,30). Sum of RGB (Red+Green+Blue) = 180+71+30=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4471E is #4BB8E1. Grayscale: #636363. Windows color (decimal): -4962530 or 1984436. OLE color: 1984436.
HSL color Cylindrical-coordinate representation of color #B4471E: hue angle of 16.4º degrees, saturation: 0.71, 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 #B4471E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 30 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.29 |
| HSL | 16.4º | 0.71% | 0.41% | - |
| HSV(B) | 16.4º | 0.83% | 0.71% | - |
| XYZ | 21.31 | 14.3 | 2.87 | - |
| YUV | 98.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 30 | 0 | 0.61 | 0.83 | 0.29 | 16.4 | 0.71 | 0.41 |
| Hex | B4 | 47 | 1E | 0 | 3D | 53 | 1D | 10 | 47 | 29 |
| Octal | 264 | 107 | 36 | 0 | 75 | 123 | 35 | 20 | 107 | 51 |
| Binary | 10110100 | 1000111 | 11110 | 0 | 111101 | 1010011 | 11101 | 10000 | 1000111 | 101001 |
Color Harmonies of #B4471E
Complementary color
Monochromatic Colors of #B4471E
Black with #B4471E
Text Example
Text Example
White with #B4471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4471E; }
p { color: rgb(180,71,30); }
H1.HeaderClassName
{
color: #B4471E;
}
.AnyTagClassName
{
color: #B4471E;
}
</style>
background-color css
<style>
a { background-color: #B4471E; }
a { background-color: rgb(180,71,30); }
div.DivClassName
{
background-color: #B4471E;
}
.BgClassName
{
background-color: #B4471E;
}
</style>
border-color css
<style>
span { border-color: #B4471E; }
span { border-color: rgb(180,71,30); }
td.TdClassName
{
border-color: #B4471E;
}
.TagClassName
{
border-color: #B4471E;
}
</style>