Shades of Rust #BB4C1E
Tints of Rust #BB4C1E
RGB
CMYK
RGB Variations
Color information
#BB4C1E (or 0xBB4C1E) is known color: Rust. HEX triplet: BB, 4C and 1E. RGB value is (187,76,30). Sum of RGB (Red+Green+Blue) = 187+76+30=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C1E is #44B3E1. Grayscale: #686868. Windows color (decimal): -4502498 or 1985723. OLE color: 1985723.
HSL color Cylindrical-coordinate representation of color #BB4C1E: hue angle of 17.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB4C1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 30 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.27 |
| HSL | 17.58º | 0.72% | 0.43% | - |
| HSV(B) | 17.58º | 0.84% | 0.73% | - |
| XYZ | 23.31 | 15.83 | 3.05 | - |
| YUV | 103.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 30 | 0 | 0.59 | 0.84 | 0.27 | 17.58 | 0.72 | 0.43 |
| Hex | BB | 4C | 1E | 0 | 3B | 54 | 1B | 12 | 48 | 2B |
| Octal | 273 | 114 | 36 | 0 | 73 | 124 | 33 | 22 | 110 | 53 |
| Binary | 10111011 | 1001100 | 11110 | 0 | 111011 | 1010100 | 11011 | 10010 | 1001000 | 101011 |
Color Harmonies of #BB4C1E
Complementary color
Monochromatic Colors of #BB4C1E
Black with #BB4C1E
Text Example
Text Example
White with #BB4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C1E; }
p { color: rgb(187,76,30); }
H1.HeaderClassName
{
color: #BB4C1E;
}
.AnyTagClassName
{
color: #BB4C1E;
}
</style>
background-color css
<style>
a { background-color: #BB4C1E; }
a { background-color: rgb(187,76,30); }
div.DivClassName
{
background-color: #BB4C1E;
}
.BgClassName
{
background-color: #BB4C1E;
}
</style>
border-color css
<style>
span { border-color: #BB4C1E; }
span { border-color: rgb(187,76,30); }
td.TdClassName
{
border-color: #BB4C1E;
}
.TagClassName
{
border-color: #BB4C1E;
}
</style>