Shades of Rust #BB4119
Tints of Rust #BB4119
RGB
CMYK
RGB Variations
Color information
#BB4119 (or 0xBB4119) is known color: Rust. HEX triplet: BB, 41 and 19. RGB value is (187,65,25). Sum of RGB (Red+Green+Blue) = 187+65+25=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4119 is #44BEE6. Grayscale: #616161. Windows color (decimal): -4505319 or 1655227. OLE color: 1655227.
HSL color Cylindrical-coordinate representation of color #BB4119: hue angle of 14.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB4119 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.27 |
| HSL | 14.81º | 0.76% | 0.42% | - |
| HSV(B) | 14.81º | 0.87% | 0.73% | - |
| XYZ | 22.56 | 14.42 | 2.51 | - |
| YUV | 96.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 25 | 0 | 0.65 | 0.87 | 0.27 | 14.81 | 0.76 | 0.42 |
| Hex | BB | 41 | 19 | 0 | 41 | 57 | 1B | F | 4C | 2A |
| Octal | 273 | 101 | 31 | 0 | 101 | 127 | 33 | 17 | 114 | 52 |
| Binary | 10111011 | 1000001 | 11001 | 0 | 1000001 | 1010111 | 11011 | 1111 | 1001100 | 101010 |
Color Harmonies of #BB4119
Complementary color
Monochromatic Colors of #BB4119
Black with #BB4119
Text Example
Text Example
White with #BB4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4119; }
p { color: rgb(187,65,25); }
H1.HeaderClassName
{
color: #BB4119;
}
.AnyTagClassName
{
color: #BB4119;
}
</style>
background-color css
<style>
a { background-color: #BB4119; }
a { background-color: rgb(187,65,25); }
div.DivClassName
{
background-color: #BB4119;
}
.BgClassName
{
background-color: #BB4119;
}
</style>
border-color css
<style>
span { border-color: #BB4119; }
span { border-color: rgb(187,65,25); }
td.TdClassName
{
border-color: #BB4119;
}
.TagClassName
{
border-color: #BB4119;
}
</style>