Shades of Rust #BB4101
Tints of Rust #BB4101
RGB
CMYK
RGB Variations
Color information
#BB4101 (or 0xBB4101) is known color: Rust. HEX triplet: BB, 41 and 01. RGB value is (187,65,1). Sum of RGB (Red+Green+Blue) = 187+65+1=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4101 is #44BEFE. Grayscale: #5E5E5E. Windows color (decimal): -4505343 or 82363. OLE color: 82363.
HSL color Cylindrical-coordinate representation of color #BB4101: hue angle of 20.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB4101 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.27 |
| HSL | 20.65º | 0.99% | 0.37% | - |
| HSV(B) | 20.65º | 0.99% | 0.73% | - |
| XYZ | 22.39 | 14.35 | 1.62 | - |
| YUV | 94.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 1 | 0 | 0.65 | 0.99 | 0.27 | 20.65 | 0.99 | 0.37 |
| Hex | BB | 41 | 1 | 0 | 41 | 63 | 1B | 15 | 63 | 25 |
| Octal | 273 | 101 | 1 | 0 | 101 | 143 | 33 | 25 | 143 | 45 |
| Binary | 10111011 | 1000001 | 1 | 0 | 1000001 | 1100011 | 11011 | 10101 | 1100011 | 100101 |
Color Harmonies of #BB4101
Complementary color
Monochromatic Colors of #BB4101
Black with #BB4101
Text Example
Text Example
White with #BB4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4101; }
p { color: rgb(187,65,1); }
H1.HeaderClassName
{
color: #BB4101;
}
.AnyTagClassName
{
color: #BB4101;
}
</style>
background-color css
<style>
a { background-color: #BB4101; }
a { background-color: rgb(187,65,1); }
div.DivClassName
{
background-color: #BB4101;
}
.BgClassName
{
background-color: #BB4101;
}
</style>
border-color css
<style>
span { border-color: #BB4101; }
span { border-color: rgb(187,65,1); }
td.TdClassName
{
border-color: #BB4101;
}
.TagClassName
{
border-color: #BB4101;
}
</style>