Shades of Rust #BB4416
Tints of Rust #BB4416
RGB
CMYK
RGB Variations
Color information
#BB4416 (or 0xBB4416) is known color: Rust. HEX triplet: BB, 44 and 16. RGB value is (187,68,22). Sum of RGB (Red+Green+Blue) = 187+68+22=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4416 is #44BBE9. Grayscale: #626262. Windows color (decimal): -4504554 or 1459387. OLE color: 1459387.
HSL color Cylindrical-coordinate representation of color #BB4416: hue angle of 16.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4416 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.27 |
| HSL | 16.73º | 0.79% | 0.41% | - |
| HSV(B) | 16.73º | 0.88% | 0.73% | - |
| XYZ | 22.71 | 14.76 | 2.41 | - |
| YUV | 98.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 22 | 0 | 0.64 | 0.88 | 0.27 | 16.73 | 0.79 | 0.41 |
| Hex | BB | 44 | 16 | 0 | 40 | 58 | 1B | 11 | 4F | 29 |
| Octal | 273 | 104 | 26 | 0 | 100 | 130 | 33 | 21 | 117 | 51 |
| Binary | 10111011 | 1000100 | 10110 | 0 | 1000000 | 1011000 | 11011 | 10001 | 1001111 | 101001 |
Color Harmonies of #BB4416
Complementary color
Monochromatic Colors of #BB4416
Black with #BB4416
Text Example
Text Example
White with #BB4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4416; }
p { color: rgb(187,68,22); }
H1.HeaderClassName
{
color: #BB4416;
}
.AnyTagClassName
{
color: #BB4416;
}
</style>
background-color css
<style>
a { background-color: #BB4416; }
a { background-color: rgb(187,68,22); }
div.DivClassName
{
background-color: #BB4416;
}
.BgClassName
{
background-color: #BB4416;
}
</style>
border-color css
<style>
span { border-color: #BB4416; }
span { border-color: rgb(187,68,22); }
td.TdClassName
{
border-color: #BB4416;
}
.TagClassName
{
border-color: #BB4416;
}
</style>