Shades of Rust #BB470E
Tints of Rust #BB470E
RGB
CMYK
RGB Variations
Color information
#BB470E (or 0xBB470E) is known color: Rust. HEX triplet: BB, 47 and 0E. RGB value is (187,71,14). Sum of RGB (Red+Green+Blue) = 187+71+14=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470E is #44B8F1. Grayscale: #636363. Windows color (decimal): -4503794 or 935867. OLE color: 935867.
HSL color Cylindrical-coordinate representation of color #BB470E: hue angle of 19.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB470E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.27 |
| HSL | 19.77º | 0.86% | 0.39% | - |
| HSV(B) | 19.77º | 0.93% | 0.73% | - |
| XYZ | 22.83 | 15.1 | 2.13 | - |
| YUV | 99.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 14 | 0 | 0.62 | 0.93 | 0.27 | 19.77 | 0.86 | 0.39 |
| Hex | BB | 47 | E | 0 | 3E | 5D | 1B | 14 | 56 | 27 |
| Octal | 273 | 107 | 16 | 0 | 76 | 135 | 33 | 24 | 126 | 47 |
| Binary | 10111011 | 1000111 | 1110 | 0 | 111110 | 1011101 | 11011 | 10100 | 1010110 | 100111 |
Color Harmonies of #BB470E
Complementary color
Monochromatic Colors of #BB470E
Black with #BB470E
Text Example
Text Example
White with #BB470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB470E; }
p { color: rgb(187,71,14); }
H1.HeaderClassName
{
color: #BB470E;
}
.AnyTagClassName
{
color: #BB470E;
}
</style>
background-color css
<style>
a { background-color: #BB470E; }
a { background-color: rgb(187,71,14); }
div.DivClassName
{
background-color: #BB470E;
}
.BgClassName
{
background-color: #BB470E;
}
</style>
border-color css
<style>
span { border-color: #BB470E; }
span { border-color: rgb(187,71,14); }
td.TdClassName
{
border-color: #BB470E;
}
.TagClassName
{
border-color: #BB470E;
}
</style>