Shades of Rust #BB4100
Tints of Rust #BB4100
RGB
CMYK
RGB Variations
Color information
#BB4100 (or 0xBB4100) is known color: Rust. HEX triplet: BB, 41 and 00. RGB value is (187,65,0). Sum of RGB (Red+Green+Blue) = 187+65+0=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4100 is #44BEFF. Grayscale: #5E5E5E. Windows color (decimal): -4505344 or 16827. OLE color: 16827.
HSL color Cylindrical-coordinate representation of color #BB4100: hue angle of 20.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB4100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.27 |
| HSL | 20.86º | 1% | 0.37% | - |
| HSV(B) | 20.86º | 1% | 0.73% | - |
| XYZ | 22.38 | 14.35 | 1.59 | - |
| YUV | 94.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 0 | 0 | 0.65 | 1 | 0.27 | 20.86 | 1 | 0.37 |
| Hex | BB | 41 | 0 | 0 | 41 | 64 | 1B | 15 | 64 | 25 |
| Octal | 273 | 101 | 0 | 0 | 101 | 144 | 33 | 25 | 144 | 45 |
| Binary | 10111011 | 1000001 | 0 | 0 | 1000001 | 1100100 | 11011 | 10101 | 1100100 | 100101 |
Color Harmonies of #BB4100
Complementary color
Monochromatic Colors of #BB4100
Black with #BB4100
Text Example
Text Example
White with #BB4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4100; }
p { color: rgb(187,65,0); }
H1.HeaderClassName
{
color: #BB4100;
}
.AnyTagClassName
{
color: #BB4100;
}
</style>
background-color css
<style>
a { background-color: #BB4100; }
a { background-color: rgb(187,65,0); }
div.DivClassName
{
background-color: #BB4100;
}
.BgClassName
{
background-color: #BB4100;
}
</style>
border-color css
<style>
span { border-color: #BB4100; }
span { border-color: rgb(187,65,0); }
td.TdClassName
{
border-color: #BB4100;
}
.TagClassName
{
border-color: #BB4100;
}
</style>