Shades of Rust #BB4914
Tints of Rust #BB4914
RGB
CMYK
RGB Variations
Color information
#BB4914 (or 0xBB4914) is known color: Rust. HEX triplet: BB, 49 and 14. RGB value is (187,73,20). Sum of RGB (Red+Green+Blue) = 187+73+20=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4914 is #44B6EB. Grayscale: #656565. Windows color (decimal): -4503276 or 1329595. OLE color: 1329595.
HSL color Cylindrical-coordinate representation of color #BB4914: hue angle of 19.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB4914 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.27 |
| HSL | 19.04º | 0.81% | 0.41% | - |
| HSV(B) | 19.04º | 0.89% | 0.73% | - |
| XYZ | 23 | 15.38 | 2.42 | - |
| YUV | 101.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 20 | 0 | 0.61 | 0.89 | 0.27 | 19.04 | 0.81 | 0.41 |
| Hex | BB | 49 | 14 | 0 | 3D | 59 | 1B | 13 | 51 | 29 |
| Octal | 273 | 111 | 24 | 0 | 75 | 131 | 33 | 23 | 121 | 51 |
| Binary | 10111011 | 1001001 | 10100 | 0 | 111101 | 1011001 | 11011 | 10011 | 1010001 | 101001 |
Color Harmonies of #BB4914
Complementary color
Monochromatic Colors of #BB4914
Black with #BB4914
Text Example
Text Example
White with #BB4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4914; }
p { color: rgb(187,73,20); }
H1.HeaderClassName
{
color: #BB4914;
}
.AnyTagClassName
{
color: #BB4914;
}
</style>
background-color css
<style>
a { background-color: #BB4914; }
a { background-color: rgb(187,73,20); }
div.DivClassName
{
background-color: #BB4914;
}
.BgClassName
{
background-color: #BB4914;
}
</style>
border-color css
<style>
span { border-color: #BB4914; }
span { border-color: rgb(187,73,20); }
td.TdClassName
{
border-color: #BB4914;
}
.TagClassName
{
border-color: #BB4914;
}
</style>