Shades of Rust #BB4710
Tints of Rust #BB4710
RGB
CMYK
RGB Variations
Color information
#BB4710 (or 0xBB4710) is known color: Rust. HEX triplet: BB, 47 and 10. RGB value is (187,71,16). Sum of RGB (Red+Green+Blue) = 187+71+16=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4710 is #44B8EF. Grayscale: #636363. Windows color (decimal): -4503792 or 1066939. OLE color: 1066939.
HSL color Cylindrical-coordinate representation of color #BB4710: hue angle of 19.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB4710 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.27 |
| HSL | 19.3º | 0.84% | 0.4% | - |
| HSV(B) | 19.3º | 0.91% | 0.73% | - |
| XYZ | 22.84 | 15.11 | 2.2 | - |
| YUV | 99.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 16 | 0 | 0.62 | 0.91 | 0.27 | 19.3 | 0.84 | 0.4 |
| Hex | BB | 47 | 10 | 0 | 3E | 5B | 1B | 13 | 54 | 28 |
| Octal | 273 | 107 | 20 | 0 | 76 | 133 | 33 | 23 | 124 | 50 |
| Binary | 10111011 | 1000111 | 10000 | 0 | 111110 | 1011011 | 11011 | 10011 | 1010100 | 101000 |
Color Harmonies of #BB4710
Complementary color
Monochromatic Colors of #BB4710
Black with #BB4710
Text Example
Text Example
White with #BB4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4710; }
p { color: rgb(187,71,16); }
H1.HeaderClassName
{
color: #BB4710;
}
.AnyTagClassName
{
color: #BB4710;
}
</style>
background-color css
<style>
a { background-color: #BB4710; }
a { background-color: rgb(187,71,16); }
div.DivClassName
{
background-color: #BB4710;
}
.BgClassName
{
background-color: #BB4710;
}
</style>
border-color css
<style>
span { border-color: #BB4710; }
span { border-color: rgb(187,71,16); }
td.TdClassName
{
border-color: #BB4710;
}
.TagClassName
{
border-color: #BB4710;
}
</style>