Shades of Rust #B4470C
Tints of Rust #B4470C
RGB
CMYK
RGB Variations
Color information
#B4470C (or 0xB4470C) is known color: Rust. HEX triplet: B4, 47 and 0C. RGB value is (180,71,12). Sum of RGB (Red+Green+Blue) = 180+71+12=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4470C is #4BB8F3. Grayscale: #616161. Windows color (decimal): -4962548 or 804788. OLE color: 804788.
HSL color Cylindrical-coordinate representation of color #B4470C: hue angle of 21.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4470C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.29 |
| HSL | 21.07º | 0.88% | 0.38% | - |
| HSV(B) | 21.07º | 0.93% | 0.71% | - |
| XYZ | 21.14 | 14.24 | 1.98 | - |
| YUV | 96.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 12 | 0 | 0.61 | 0.93 | 0.29 | 21.07 | 0.88 | 0.38 |
| Hex | B4 | 47 | C | 0 | 3D | 5D | 1D | 15 | 58 | 26 |
| Octal | 264 | 107 | 14 | 0 | 75 | 135 | 35 | 25 | 130 | 46 |
| Binary | 10110100 | 1000111 | 1100 | 0 | 111101 | 1011101 | 11101 | 10101 | 1011000 | 100110 |
Color Harmonies of #B4470C
Complementary color
Monochromatic Colors of #B4470C
Black with #B4470C
Text Example
Text Example
White with #B4470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4470C; }
p { color: rgb(180,71,12); }
H1.HeaderClassName
{
color: #B4470C;
}
.AnyTagClassName
{
color: #B4470C;
}
</style>
background-color css
<style>
a { background-color: #B4470C; }
a { background-color: rgb(180,71,12); }
div.DivClassName
{
background-color: #B4470C;
}
.BgClassName
{
background-color: #B4470C;
}
</style>
border-color css
<style>
span { border-color: #B4470C; }
span { border-color: rgb(180,71,12); }
td.TdClassName
{
border-color: #B4470C;
}
.TagClassName
{
border-color: #B4470C;
}
</style>