Shades of Rust #BB4C1F
Tints of Rust #BB4C1F
RGB
CMYK
RGB Variations
Color information
#BB4C1F (or 0xBB4C1F) is known color: Rust. HEX triplet: BB, 4C and 1F. RGB value is (187,76,31). Sum of RGB (Red+Green+Blue) = 187+76+31=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4C1F is #44B3E0. Grayscale: #686868. Windows color (decimal): -4502497 or 2051259. OLE color: 2051259.
HSL color Cylindrical-coordinate representation of color #BB4C1F: hue angle of 17.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB4C1F is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 31 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.27 |
| HSL | 17.31º | 0.72% | 0.43% | - |
| HSV(B) | 17.31º | 0.83% | 0.73% | - |
| XYZ | 23.33 | 15.83 | 3.12 | - |
| YUV | 104.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 31 | 0 | 0.59 | 0.83 | 0.27 | 17.31 | 0.72 | 0.43 |
| Hex | BB | 4C | 1F | 0 | 3B | 53 | 1B | 11 | 48 | 2B |
| Octal | 273 | 114 | 37 | 0 | 73 | 123 | 33 | 21 | 110 | 53 |
| Binary | 10111011 | 1001100 | 11111 | 0 | 111011 | 1010011 | 11011 | 10001 | 1001000 | 101011 |
Color Harmonies of #BB4C1F
Complementary color
Monochromatic Colors of #BB4C1F
Black with #BB4C1F
Text Example
Text Example
White with #BB4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C1F; }
p { color: rgb(187,76,31); }
H1.HeaderClassName
{
color: #BB4C1F;
}
.AnyTagClassName
{
color: #BB4C1F;
}
</style>
background-color css
<style>
a { background-color: #BB4C1F; }
a { background-color: rgb(187,76,31); }
div.DivClassName
{
background-color: #BB4C1F;
}
.BgClassName
{
background-color: #BB4C1F;
}
</style>
border-color css
<style>
span { border-color: #BB4C1F; }
span { border-color: rgb(187,76,31); }
td.TdClassName
{
border-color: #BB4C1F;
}
.TagClassName
{
border-color: #BB4C1F;
}
</style>