Shades of Rust #B2470E
Tints of Rust #B2470E
RGB
CMYK
RGB Variations
Color information
#B2470E (or 0xB2470E) is known color: Rust. HEX triplet: B2, 47 and 0E. RGB value is (178,71,14). Sum of RGB (Red+Green+Blue) = 178+71+14=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2470E is #4DB8F1. Grayscale: #606060. Windows color (decimal): -5093618 or 935858. OLE color: 935858.
HSL color Cylindrical-coordinate representation of color #B2470E: hue angle of 20.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2470E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.30 |
| HSL | 20.85º | 0.85% | 0.38% | - |
| HSV(B) | 20.85º | 0.92% | 0.7% | - |
| XYZ | 20.69 | 14 | 2.03 | - |
| YUV | 96.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 14 | 0 | 0.60 | 0.92 | 0.30 | 20.85 | 0.85 | 0.38 |
| Hex | B2 | 47 | E | 0 | 3C | 5C | 1E | 15 | 55 | 26 |
| Octal | 262 | 107 | 16 | 0 | 74 | 134 | 36 | 25 | 125 | 46 |
| Binary | 10110010 | 1000111 | 1110 | 0 | 111100 | 1011100 | 11110 | 10101 | 1010101 | 100110 |
Color Harmonies of #B2470E
Complementary color
Monochromatic Colors of #B2470E
Black with #B2470E
Text Example
Text Example
White with #B2470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2470E; }
p { color: rgb(178,71,14); }
H1.HeaderClassName
{
color: #B2470E;
}
.AnyTagClassName
{
color: #B2470E;
}
</style>
background-color css
<style>
a { background-color: #B2470E; }
a { background-color: rgb(178,71,14); }
div.DivClassName
{
background-color: #B2470E;
}
.BgClassName
{
background-color: #B2470E;
}
</style>
border-color css
<style>
span { border-color: #B2470E; }
span { border-color: rgb(178,71,14); }
td.TdClassName
{
border-color: #B2470E;
}
.TagClassName
{
border-color: #B2470E;
}
</style>