Shades of Rust #B9470C
Tints of Rust #B9470C
RGB
CMYK
RGB Variations
Color information
#B9470C (or 0xB9470C) is known color: Rust. HEX triplet: B9, 47 and 0C. RGB value is (185,71,12). Sum of RGB (Red+Green+Blue) = 185+71+12=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9470C is #46B8F3. Grayscale: #626262. Windows color (decimal): -4634868 or 804793. OLE color: 804793.
HSL color Cylindrical-coordinate representation of color #B9470C: hue angle of 20.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9470C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.27 |
| HSL | 20.46º | 0.88% | 0.39% | - |
| HSV(B) | 20.46º | 0.94% | 0.73% | - |
| XYZ | 22.33 | 14.85 | 2.04 | - |
| YUV | 98.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 12 | 0 | 0.62 | 0.94 | 0.27 | 20.46 | 0.88 | 0.39 |
| Hex | B9 | 47 | C | 0 | 3E | 5E | 1B | 14 | 58 | 27 |
| Octal | 271 | 107 | 14 | 0 | 76 | 136 | 33 | 24 | 130 | 47 |
| Binary | 10111001 | 1000111 | 1100 | 0 | 111110 | 1011110 | 11011 | 10100 | 1011000 | 100111 |
Color Harmonies of #B9470C
Complementary color
Monochromatic Colors of #B9470C
Black with #B9470C
Text Example
Text Example
White with #B9470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9470C; }
p { color: rgb(185,71,12); }
H1.HeaderClassName
{
color: #B9470C;
}
.AnyTagClassName
{
color: #B9470C;
}
</style>
background-color css
<style>
a { background-color: #B9470C; }
a { background-color: rgb(185,71,12); }
div.DivClassName
{
background-color: #B9470C;
}
.BgClassName
{
background-color: #B9470C;
}
</style>
border-color css
<style>
span { border-color: #B9470C; }
span { border-color: rgb(185,71,12); }
td.TdClassName
{
border-color: #B9470C;
}
.TagClassName
{
border-color: #B9470C;
}
</style>