Shades of Rust #BB4310
Tints of Rust #BB4310
RGB
CMYK
RGB Variations
Color information
#BB4310 (or 0xBB4310) is known color: Rust. HEX triplet: BB, 43 and 10. RGB value is (187,67,16). Sum of RGB (Red+Green+Blue) = 187+67+16=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4310 is #44BCEF. Grayscale: #616161. Windows color (decimal): -4504816 or 1065915. OLE color: 1065915.
HSL color Cylindrical-coordinate representation of color #BB4310: hue angle of 17.89º 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 #BB4310 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.27 |
| HSL | 17.89º | 0.84% | 0.4% | - |
| HSV(B) | 17.89º | 0.91% | 0.73% | - |
| XYZ | 22.59 | 14.62 | 2.12 | - |
| YUV | 97.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 16 | 0 | 0.64 | 0.91 | 0.27 | 17.89 | 0.84 | 0.4 |
| Hex | BB | 43 | 10 | 0 | 40 | 5B | 1B | 12 | 54 | 28 |
| Octal | 273 | 103 | 20 | 0 | 100 | 133 | 33 | 22 | 124 | 50 |
| Binary | 10111011 | 1000011 | 10000 | 0 | 1000000 | 1011011 | 11011 | 10010 | 1010100 | 101000 |
Color Harmonies of #BB4310
Complementary color
Monochromatic Colors of #BB4310
Black with #BB4310
Text Example
Text Example
White with #BB4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4310; }
p { color: rgb(187,67,16); }
H1.HeaderClassName
{
color: #BB4310;
}
.AnyTagClassName
{
color: #BB4310;
}
</style>
background-color css
<style>
a { background-color: #BB4310; }
a { background-color: rgb(187,67,16); }
div.DivClassName
{
background-color: #BB4310;
}
.BgClassName
{
background-color: #BB4310;
}
</style>
border-color css
<style>
span { border-color: #BB4310; }
span { border-color: rgb(187,67,16); }
td.TdClassName
{
border-color: #BB4310;
}
.TagClassName
{
border-color: #BB4310;
}
</style>