Shades of Rust #BB3A11
Tints of Rust #BB3A11
RGB
CMYK
RGB Variations
Color information
#BB3A11 (or 0xBB3A11) is known color: Rust. HEX triplet: BB, 3A and 11. RGB value is (187,58,17). Sum of RGB (Red+Green+Blue) = 187+58+17=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A11 is #44C5EE. Grayscale: #5C5C5C. Windows color (decimal): -4507119 or 1129147. OLE color: 1129147.
HSL color Cylindrical-coordinate representation of color #BB3A11: hue angle of 14.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB3A11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.27 |
| HSL | 14.47º | 0.83% | 0.4% | - |
| HSV(B) | 14.47º | 0.91% | 0.73% | - |
| XYZ | 22.11 | 13.63 | 2 | - |
| YUV | 91.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 17 | 0 | 0.69 | 0.91 | 0.27 | 14.47 | 0.83 | 0.4 |
| Hex | BB | 3A | 11 | 0 | 45 | 5B | 1B | E | 53 | 28 |
| Octal | 273 | 72 | 21 | 0 | 105 | 133 | 33 | 16 | 123 | 50 |
| Binary | 10111011 | 111010 | 10001 | 0 | 1000101 | 1011011 | 11011 | 1110 | 1010011 | 101000 |
Color Harmonies of #BB3A11
Complementary color
Monochromatic Colors of #BB3A11
Black with #BB3A11
Text Example
Text Example
White with #BB3A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A11; }
p { color: rgb(187,58,17); }
H1.HeaderClassName
{
color: #BB3A11;
}
.AnyTagClassName
{
color: #BB3A11;
}
</style>
background-color css
<style>
a { background-color: #BB3A11; }
a { background-color: rgb(187,58,17); }
div.DivClassName
{
background-color: #BB3A11;
}
.BgClassName
{
background-color: #BB3A11;
}
</style>
border-color css
<style>
span { border-color: #BB3A11; }
span { border-color: rgb(187,58,17); }
td.TdClassName
{
border-color: #BB3A11;
}
.TagClassName
{
border-color: #BB3A11;
}
</style>