Shades of Rust #BB360B
Tints of Rust #BB360B
RGB
CMYK
RGB Variations
Color information
#BB360B (or 0xBB360B) is known color: Rust. HEX triplet: BB, 36 and 0B. RGB value is (187,54,11). Sum of RGB (Red+Green+Blue) = 187+54+11=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB360B is #44C9F4. Grayscale: #595959. Windows color (decimal): -4508149 or 734907. OLE color: 734907.
HSL color Cylindrical-coordinate representation of color #BB360B: hue angle of 14.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB360B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.27 |
| HSL | 14.66º | 0.89% | 0.39% | - |
| HSV(B) | 14.66º | 0.94% | 0.73% | - |
| XYZ | 21.87 | 13.23 | 1.72 | - |
| YUV | 88.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 11 | 0 | 0.71 | 0.94 | 0.27 | 14.66 | 0.89 | 0.39 |
| Hex | BB | 36 | B | 0 | 47 | 5E | 1B | F | 59 | 27 |
| Octal | 273 | 66 | 13 | 0 | 107 | 136 | 33 | 17 | 131 | 47 |
| Binary | 10111011 | 110110 | 1011 | 0 | 1000111 | 1011110 | 11011 | 1111 | 1011001 | 100111 |
Color Harmonies of #BB360B
Complementary color
Monochromatic Colors of #BB360B
Black with #BB360B
Text Example
Text Example
White with #BB360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB360B; }
p { color: rgb(187,54,11); }
H1.HeaderClassName
{
color: #BB360B;
}
.AnyTagClassName
{
color: #BB360B;
}
</style>
background-color css
<style>
a { background-color: #BB360B; }
a { background-color: rgb(187,54,11); }
div.DivClassName
{
background-color: #BB360B;
}
.BgClassName
{
background-color: #BB360B;
}
</style>
border-color css
<style>
span { border-color: #BB360B; }
span { border-color: rgb(187,54,11); }
td.TdClassName
{
border-color: #BB360B;
}
.TagClassName
{
border-color: #BB360B;
}
</style>