Shades of Rust #B9470E
Tints of Rust #B9470E
RGB
CMYK
RGB Variations
Color information
#B9470E (or 0xB9470E) is known color: Rust. HEX triplet: B9, 47 and 0E. RGB value is (185,71,14). Sum of RGB (Red+Green+Blue) = 185+71+14=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B9470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9470E is #46B8F1. Grayscale: #626262. Windows color (decimal): -4634866 or 935865. OLE color: 935865.
HSL color Cylindrical-coordinate representation of color #B9470E: hue angle of 20º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9470E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.27 |
| HSL | 20º | 0.86% | 0.39% | - |
| HSV(B) | 20º | 0.92% | 0.73% | - |
| XYZ | 22.34 | 14.85 | 2.1 | - |
| YUV | 98.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 14 | 0 | 0.62 | 0.92 | 0.27 | 20 | 0.86 | 0.39 |
| Hex | B9 | 47 | E | 0 | 3E | 5C | 1B | 14 | 56 | 27 |
| Octal | 271 | 107 | 16 | 0 | 76 | 134 | 33 | 24 | 126 | 47 |
| Binary | 10111001 | 1000111 | 1110 | 0 | 111110 | 1011100 | 11011 | 10100 | 1010110 | 100111 |
Color Harmonies of #B9470E
Complementary color
Monochromatic Colors of #B9470E
Black with #B9470E
Text Example
Text Example
White with #B9470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9470E; }
p { color: rgb(185,71,14); }
H1.HeaderClassName
{
color: #B9470E;
}
.AnyTagClassName
{
color: #B9470E;
}
</style>
background-color css
<style>
a { background-color: #B9470E; }
a { background-color: rgb(185,71,14); }
div.DivClassName
{
background-color: #B9470E;
}
.BgClassName
{
background-color: #B9470E;
}
</style>
border-color css
<style>
span { border-color: #B9470E; }
span { border-color: rgb(185,71,14); }
td.TdClassName
{
border-color: #B9470E;
}
.TagClassName
{
border-color: #B9470E;
}
</style>