Shades of Rust #BB4010
Tints of Rust #BB4010
RGB
CMYK
RGB Variations
Color information
#BB4010 (or 0xBB4010) is known color: Rust. HEX triplet: BB, 40 and 10. RGB value is (187,64,16). Sum of RGB (Red+Green+Blue) = 187+64+16=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4010 is #44BFEF. Grayscale: #5F5F5F. Windows color (decimal): -4505584 or 1065147. OLE color: 1065147.
HSL color Cylindrical-coordinate representation of color #BB4010: hue angle of 16.84º 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 #BB4010 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.27 |
| HSL | 16.84º | 0.84% | 0.4% | - |
| HSV(B) | 16.84º | 0.91% | 0.73% | - |
| XYZ | 22.42 | 14.27 | 2.06 | - |
| YUV | 95.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 16 | 0 | 0.66 | 0.91 | 0.27 | 16.84 | 0.84 | 0.4 |
| Hex | BB | 40 | 10 | 0 | 42 | 5B | 1B | 11 | 54 | 28 |
| Octal | 273 | 100 | 20 | 0 | 102 | 133 | 33 | 21 | 124 | 50 |
| Binary | 10111011 | 1000000 | 10000 | 0 | 1000010 | 1011011 | 11011 | 10001 | 1010100 | 101000 |
Color Harmonies of #BB4010
Complementary color
Monochromatic Colors of #BB4010
Black with #BB4010
Text Example
Text Example
White with #BB4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4010; }
p { color: rgb(187,64,16); }
H1.HeaderClassName
{
color: #BB4010;
}
.AnyTagClassName
{
color: #BB4010;
}
</style>
background-color css
<style>
a { background-color: #BB4010; }
a { background-color: rgb(187,64,16); }
div.DivClassName
{
background-color: #BB4010;
}
.BgClassName
{
background-color: #BB4010;
}
</style>
border-color css
<style>
span { border-color: #BB4010; }
span { border-color: rgb(187,64,16); }
td.TdClassName
{
border-color: #BB4010;
}
.TagClassName
{
border-color: #BB4010;
}
</style>