Shades of Rust #BB470F
Tints of Rust #BB470F
RGB
CMYK
RGB Variations
Color information
#BB470F (or 0xBB470F) is known color: Rust. HEX triplet: BB, 47 and 0F. RGB value is (187,71,15). Sum of RGB (Red+Green+Blue) = 187+71+15=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470F is #44B8F0. Grayscale: #636363. Windows color (decimal): -4503793 or 1001403. OLE color: 1001403.
HSL color Cylindrical-coordinate representation of color #BB470F: hue angle of 19.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB470F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.27 |
| HSL | 19.53º | 0.85% | 0.4% | - |
| HSV(B) | 19.53º | 0.92% | 0.73% | - |
| XYZ | 22.83 | 15.11 | 2.16 | - |
| YUV | 99.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 15 | 0 | 0.62 | 0.92 | 0.27 | 19.53 | 0.85 | 0.4 |
| Hex | BB | 47 | F | 0 | 3E | 5C | 1B | 14 | 55 | 28 |
| Octal | 273 | 107 | 17 | 0 | 76 | 134 | 33 | 24 | 125 | 50 |
| Binary | 10111011 | 1000111 | 1111 | 0 | 111110 | 1011100 | 11011 | 10100 | 1010101 | 101000 |
Color Harmonies of #BB470F
Complementary color
Monochromatic Colors of #BB470F
Black with #BB470F
Text Example
Text Example
White with #BB470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB470F; }
p { color: rgb(187,71,15); }
H1.HeaderClassName
{
color: #BB470F;
}
.AnyTagClassName
{
color: #BB470F;
}
</style>
background-color css
<style>
a { background-color: #BB470F; }
a { background-color: rgb(187,71,15); }
div.DivClassName
{
background-color: #BB470F;
}
.BgClassName
{
background-color: #BB470F;
}
</style>
border-color css
<style>
span { border-color: #BB470F; }
span { border-color: rgb(187,71,15); }
td.TdClassName
{
border-color: #BB470F;
}
.TagClassName
{
border-color: #BB470F;
}
</style>