Shades of Rust #B4470B
Tints of Rust #B4470B
RGB
CMYK
RGB Variations
Color information
#B4470B (or 0xB4470B) is known color: Rust. HEX triplet: B4, 47 and 0B. RGB value is (180,71,11). Sum of RGB (Red+Green+Blue) = 180+71+11=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4470B is #4BB8F4. Grayscale: #616161. Windows color (decimal): -4962549 or 739252. OLE color: 739252.
HSL color Cylindrical-coordinate representation of color #B4470B: hue angle of 21.3º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4470B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.29 |
| HSL | 21.3º | 0.88% | 0.37% | - |
| HSV(B) | 21.3º | 0.94% | 0.71% | - |
| XYZ | 21.14 | 14.23 | 1.95 | - |
| YUV | 96.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 11 | 0 | 0.61 | 0.94 | 0.29 | 21.3 | 0.88 | 0.37 |
| Hex | B4 | 47 | B | 0 | 3D | 5E | 1D | 15 | 58 | 25 |
| Octal | 264 | 107 | 13 | 0 | 75 | 136 | 35 | 25 | 130 | 45 |
| Binary | 10110100 | 1000111 | 1011 | 0 | 111101 | 1011110 | 11101 | 10101 | 1011000 | 100101 |
Color Harmonies of #B4470B
Complementary color
Monochromatic Colors of #B4470B
Black with #B4470B
Text Example
Text Example
White with #B4470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4470B; }
p { color: rgb(180,71,11); }
H1.HeaderClassName
{
color: #B4470B;
}
.AnyTagClassName
{
color: #B4470B;
}
</style>
background-color css
<style>
a { background-color: #B4470B; }
a { background-color: rgb(180,71,11); }
div.DivClassName
{
background-color: #B4470B;
}
.BgClassName
{
background-color: #B4470B;
}
</style>
border-color css
<style>
span { border-color: #B4470B; }
span { border-color: rgb(180,71,11); }
td.TdClassName
{
border-color: #B4470B;
}
.TagClassName
{
border-color: #B4470B;
}
</style>