Shades of Rust #B3470B
Tints of Rust #B3470B
RGB
CMYK
RGB Variations
Color information
#B3470B (or 0xB3470B) is known color: Rust. HEX triplet: B3, 47 and 0B. RGB value is (179,71,11). Sum of RGB (Red+Green+Blue) = 179+71+11=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B3470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3470B is #4CB8F4. Grayscale: #606060. Windows color (decimal): -5028085 or 739251. OLE color: 739251.
HSL color Cylindrical-coordinate representation of color #B3470B: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3470B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.30 |
| HSL | 21.43º | 0.88% | 0.37% | - |
| HSV(B) | 21.43º | 0.94% | 0.7% | - |
| XYZ | 20.9 | 14.11 | 1.94 | - |
| YUV | 96.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 11 | 0 | 0.60 | 0.94 | 0.30 | 21.43 | 0.88 | 0.37 |
| Hex | B3 | 47 | B | 0 | 3C | 5E | 1E | 15 | 58 | 25 |
| Octal | 263 | 107 | 13 | 0 | 74 | 136 | 36 | 25 | 130 | 45 |
| Binary | 10110011 | 1000111 | 1011 | 0 | 111100 | 1011110 | 11110 | 10101 | 1011000 | 100101 |
Color Harmonies of #B3470B
Complementary color
Monochromatic Colors of #B3470B
Black with #B3470B
Text Example
Text Example
White with #B3470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3470B; }
p { color: rgb(179,71,11); }
H1.HeaderClassName
{
color: #B3470B;
}
.AnyTagClassName
{
color: #B3470B;
}
</style>
background-color css
<style>
a { background-color: #B3470B; }
a { background-color: rgb(179,71,11); }
div.DivClassName
{
background-color: #B3470B;
}
.BgClassName
{
background-color: #B3470B;
}
</style>
border-color css
<style>
span { border-color: #B3470B; }
span { border-color: rgb(179,71,11); }
td.TdClassName
{
border-color: #B3470B;
}
.TagClassName
{
border-color: #B3470B;
}
</style>