Shades of Rust #BB490A
Tints of Rust #BB490A
RGB
CMYK
RGB Variations
Color information
#BB490A (or 0xBB490A) is known color: Rust. HEX triplet: BB, 49 and 0A. RGB value is (187,73,10). Sum of RGB (Red+Green+Blue) = 187+73+10=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB490A is #44B6F5. Grayscale: #646464. Windows color (decimal): -4503286 or 674235. OLE color: 674235.
HSL color Cylindrical-coordinate representation of color #BB490A: hue angle of 21.36º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB490A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.27 |
| HSL | 21.36º | 0.9% | 0.39% | - |
| HSV(B) | 21.36º | 0.95% | 0.73% | - |
| XYZ | 22.93 | 15.35 | 2.04 | - |
| YUV | 99.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 10 | 0 | 0.61 | 0.95 | 0.27 | 21.36 | 0.9 | 0.39 |
| Hex | BB | 49 | A | 0 | 3D | 5F | 1B | 15 | 5A | 27 |
| Octal | 273 | 111 | 12 | 0 | 75 | 137 | 33 | 25 | 132 | 47 |
| Binary | 10111011 | 1001001 | 1010 | 0 | 111101 | 1011111 | 11011 | 10101 | 1011010 | 100111 |
Color Harmonies of #BB490A
Complementary color
Monochromatic Colors of #BB490A
Black with #BB490A
Text Example
Text Example
White with #BB490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB490A; }
p { color: rgb(187,73,10); }
H1.HeaderClassName
{
color: #BB490A;
}
.AnyTagClassName
{
color: #BB490A;
}
</style>
background-color css
<style>
a { background-color: #BB490A; }
a { background-color: rgb(187,73,10); }
div.DivClassName
{
background-color: #BB490A;
}
.BgClassName
{
background-color: #BB490A;
}
</style>
border-color css
<style>
span { border-color: #BB490A; }
span { border-color: rgb(187,73,10); }
td.TdClassName
{
border-color: #BB490A;
}
.TagClassName
{
border-color: #BB490A;
}
</style>