Shades of Rust #BB330B
Tints of Rust #BB330B
RGB
CMYK
RGB Variations
Color information
#BB330B (or 0xBB330B) is known color: Rust. HEX triplet: BB, 33 and 0B. RGB value is (187,51,11). Sum of RGB (Red+Green+Blue) = 187+51+11=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB330B is #44CCF4. Grayscale: #575757. Windows color (decimal): -4508917 or 734139. OLE color: 734139.
HSL color Cylindrical-coordinate representation of color #BB330B: hue angle of 13.64º 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 #BB330B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.27 |
| HSL | 13.64º | 0.89% | 0.39% | - |
| HSV(B) | 13.64º | 0.94% | 0.73% | - |
| XYZ | 21.74 | 12.96 | 1.67 | - |
| YUV | 87.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 11 | 0 | 0.73 | 0.94 | 0.27 | 13.64 | 0.89 | 0.39 |
| Hex | BB | 33 | B | 0 | 49 | 5E | 1B | E | 59 | 27 |
| Octal | 273 | 63 | 13 | 0 | 111 | 136 | 33 | 16 | 131 | 47 |
| Binary | 10111011 | 110011 | 1011 | 0 | 1001001 | 1011110 | 11011 | 1110 | 1011001 | 100111 |
Color Harmonies of #BB330B
Complementary color
Monochromatic Colors of #BB330B
Black with #BB330B
Text Example
Text Example
White with #BB330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB330B; }
p { color: rgb(187,51,11); }
H1.HeaderClassName
{
color: #BB330B;
}
.AnyTagClassName
{
color: #BB330B;
}
</style>
background-color css
<style>
a { background-color: #BB330B; }
a { background-color: rgb(187,51,11); }
div.DivClassName
{
background-color: #BB330B;
}
.BgClassName
{
background-color: #BB330B;
}
</style>
border-color css
<style>
span { border-color: #BB330B; }
span { border-color: rgb(187,51,11); }
td.TdClassName
{
border-color: #BB330B;
}
.TagClassName
{
border-color: #BB330B;
}
</style>