Shades of Rust #BB471F
Tints of Rust #BB471F
RGB
CMYK
RGB Variations
Color information
#BB471F (or 0xBB471F) is known color: Rust. HEX triplet: BB, 47 and 1F. RGB value is (187,71,31). Sum of RGB (Red+Green+Blue) = 187+71+31=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB471F is #44B8E0. Grayscale: #656565. Windows color (decimal): -4503777 or 2049979. OLE color: 2049979.
HSL color Cylindrical-coordinate representation of color #BB471F: hue angle of 15.38º 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 #BB471F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 31 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.27 |
| HSL | 15.38º | 0.72% | 0.43% | - |
| HSV(B) | 15.38º | 0.83% | 0.73% | - |
| XYZ | 22.99 | 15.17 | 3.01 | - |
| YUV | 101.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 31 | 0 | 0.62 | 0.83 | 0.27 | 15.38 | 0.72 | 0.43 |
| Hex | BB | 47 | 1F | 0 | 3E | 53 | 1B | F | 48 | 2B |
| Octal | 273 | 107 | 37 | 0 | 76 | 123 | 33 | 17 | 110 | 53 |
| Binary | 10111011 | 1000111 | 11111 | 0 | 111110 | 1010011 | 11011 | 1111 | 1001000 | 101011 |
Color Harmonies of #BB471F
Complementary color
Monochromatic Colors of #BB471F
Black with #BB471F
Text Example
Text Example
White with #BB471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB471F; }
p { color: rgb(187,71,31); }
H1.HeaderClassName
{
color: #BB471F;
}
.AnyTagClassName
{
color: #BB471F;
}
</style>
background-color css
<style>
a { background-color: #BB471F; }
a { background-color: rgb(187,71,31); }
div.DivClassName
{
background-color: #BB471F;
}
.BgClassName
{
background-color: #BB471F;
}
</style>
border-color css
<style>
span { border-color: #BB471F; }
span { border-color: rgb(187,71,31); }
td.TdClassName
{
border-color: #BB471F;
}
.TagClassName
{
border-color: #BB471F;
}
</style>