Shades of Rust #BB3B11
Tints of Rust #BB3B11
RGB
CMYK
RGB Variations
Color information
#BB3B11 (or 0xBB3B11) is known color: Rust. HEX triplet: BB, 3B and 11. RGB value is (187,59,17). Sum of RGB (Red+Green+Blue) = 187+59+17=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3B11 is #44C4EE. Grayscale: #5C5C5C. Windows color (decimal): -4506863 or 1129403. OLE color: 1129403.
HSL color Cylindrical-coordinate representation of color #BB3B11: hue angle of 14.82º 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 #BB3B11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 59 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.27 |
| HSL | 14.82º | 0.83% | 0.4% | - |
| HSV(B) | 14.82º | 0.91% | 0.73% | - |
| XYZ | 22.16 | 13.73 | 2.01 | - |
| YUV | 92.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 17 | 0 | 0.68 | 0.91 | 0.27 | 14.82 | 0.83 | 0.4 |
| Hex | BB | 3B | 11 | 0 | 44 | 5B | 1B | F | 53 | 28 |
| Octal | 273 | 73 | 21 | 0 | 104 | 133 | 33 | 17 | 123 | 50 |
| Binary | 10111011 | 111011 | 10001 | 0 | 1000100 | 1011011 | 11011 | 1111 | 1010011 | 101000 |
Color Harmonies of #BB3B11
Complementary color
Monochromatic Colors of #BB3B11
Black with #BB3B11
Text Example
Text Example
White with #BB3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3B11; }
p { color: rgb(187,59,17); }
H1.HeaderClassName
{
color: #BB3B11;
}
.AnyTagClassName
{
color: #BB3B11;
}
</style>
background-color css
<style>
a { background-color: #BB3B11; }
a { background-color: rgb(187,59,17); }
div.DivClassName
{
background-color: #BB3B11;
}
.BgClassName
{
background-color: #BB3B11;
}
</style>
border-color css
<style>
span { border-color: #BB3B11; }
span { border-color: rgb(187,59,17); }
td.TdClassName
{
border-color: #BB3B11;
}
.TagClassName
{
border-color: #BB3B11;
}
</style>