Shades of Rust #BB4A1F
Tints of Rust #BB4A1F
RGB
CMYK
RGB Variations
Color information
#BB4A1F (or 0xBB4A1F) is known color: Rust. HEX triplet: BB, 4A and 1F. RGB value is (187,74,31). Sum of RGB (Red+Green+Blue) = 187+74+31=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A1F is #44B5E0. Grayscale: #676767. Windows color (decimal): -4503009 or 2050747. OLE color: 2050747.
HSL color Cylindrical-coordinate representation of color #BB4A1F: hue angle of 16.54º 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 #BB4A1F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 31 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.27 |
| HSL | 16.54º | 0.72% | 0.43% | - |
| HSV(B) | 16.54º | 0.83% | 0.73% | - |
| XYZ | 23.19 | 15.56 | 3.08 | - |
| YUV | 102.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 31 | 0 | 0.60 | 0.83 | 0.27 | 16.54 | 0.72 | 0.43 |
| Hex | BB | 4A | 1F | 0 | 3C | 53 | 1B | 11 | 48 | 2B |
| Octal | 273 | 112 | 37 | 0 | 74 | 123 | 33 | 21 | 110 | 53 |
| Binary | 10111011 | 1001010 | 11111 | 0 | 111100 | 1010011 | 11011 | 10001 | 1001000 | 101011 |
Color Harmonies of #BB4A1F
Complementary color
Monochromatic Colors of #BB4A1F
Black with #BB4A1F
Text Example
Text Example
White with #BB4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A1F; }
p { color: rgb(187,74,31); }
H1.HeaderClassName
{
color: #BB4A1F;
}
.AnyTagClassName
{
color: #BB4A1F;
}
</style>
background-color css
<style>
a { background-color: #BB4A1F; }
a { background-color: rgb(187,74,31); }
div.DivClassName
{
background-color: #BB4A1F;
}
.BgClassName
{
background-color: #BB4A1F;
}
</style>
border-color css
<style>
span { border-color: #BB4A1F; }
span { border-color: rgb(187,74,31); }
td.TdClassName
{
border-color: #BB4A1F;
}
.TagClassName
{
border-color: #BB4A1F;
}
</style>