Shades of Rust #BB340B
Tints of Rust #BB340B
RGB
CMYK
RGB Variations
Color information
#BB340B (or 0xBB340B) is known color: Rust. HEX triplet: BB, 34 and 0B. RGB value is (187,52,11). Sum of RGB (Red+Green+Blue) = 187+52+11=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB340B is #44CBF4. Grayscale: #575757. Windows color (decimal): -4508661 or 734395. OLE color: 734395.
HSL color Cylindrical-coordinate representation of color #BB340B: hue angle of 13.98º 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 #BB340B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.27 |
| HSL | 13.98º | 0.89% | 0.39% | - |
| HSV(B) | 13.98º | 0.94% | 0.73% | - |
| XYZ | 21.78 | 13.04 | 1.69 | - |
| YUV | 87.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 11 | 0 | 0.72 | 0.94 | 0.27 | 13.98 | 0.89 | 0.39 |
| Hex | BB | 34 | B | 0 | 48 | 5E | 1B | E | 59 | 27 |
| Octal | 273 | 64 | 13 | 0 | 110 | 136 | 33 | 16 | 131 | 47 |
| Binary | 10111011 | 110100 | 1011 | 0 | 1001000 | 1011110 | 11011 | 1110 | 1011001 | 100111 |
Color Harmonies of #BB340B
Complementary color
Monochromatic Colors of #BB340B
Black with #BB340B
Text Example
Text Example
White with #BB340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB340B; }
p { color: rgb(187,52,11); }
H1.HeaderClassName
{
color: #BB340B;
}
.AnyTagClassName
{
color: #BB340B;
}
</style>
background-color css
<style>
a { background-color: #BB340B; }
a { background-color: rgb(187,52,11); }
div.DivClassName
{
background-color: #BB340B;
}
.BgClassName
{
background-color: #BB340B;
}
</style>
border-color css
<style>
span { border-color: #BB340B; }
span { border-color: rgb(187,52,11); }
td.TdClassName
{
border-color: #BB340B;
}
.TagClassName
{
border-color: #BB340B;
}
</style>