Shades of Rust #BB491B
Tints of Rust #BB491B
RGB
CMYK
RGB Variations
Color information
#BB491B (or 0xBB491B) is known color: Rust. HEX triplet: BB, 49 and 1B. RGB value is (187,73,27). Sum of RGB (Red+Green+Blue) = 187+73+27=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB491B is #44B6E4. Grayscale: #666666. Windows color (decimal): -4503269 or 1788347. OLE color: 1788347.
HSL color Cylindrical-coordinate representation of color #BB491B: hue angle of 17.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB491B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.27 |
| HSL | 17.25º | 0.75% | 0.42% | - |
| HSV(B) | 17.25º | 0.86% | 0.73% | - |
| XYZ | 23.07 | 15.41 | 2.8 | - |
| YUV | 101.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 27 | 0 | 0.61 | 0.86 | 0.27 | 17.25 | 0.75 | 0.42 |
| Hex | BB | 49 | 1B | 0 | 3D | 56 | 1B | 11 | 4B | 2A |
| Octal | 273 | 111 | 33 | 0 | 75 | 126 | 33 | 21 | 113 | 52 |
| Binary | 10111011 | 1001001 | 11011 | 0 | 111101 | 1010110 | 11011 | 10001 | 1001011 | 101010 |
Color Harmonies of #BB491B
Complementary color
Monochromatic Colors of #BB491B
Black with #BB491B
Text Example
Text Example
White with #BB491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB491B; }
p { color: rgb(187,73,27); }
H1.HeaderClassName
{
color: #BB491B;
}
.AnyTagClassName
{
color: #BB491B;
}
</style>
background-color css
<style>
a { background-color: #BB491B; }
a { background-color: rgb(187,73,27); }
div.DivClassName
{
background-color: #BB491B;
}
.BgClassName
{
background-color: #BB491B;
}
</style>
border-color css
<style>
span { border-color: #BB491B; }
span { border-color: rgb(187,73,27); }
td.TdClassName
{
border-color: #BB491B;
}
.TagClassName
{
border-color: #BB491B;
}
</style>