Shades of Rust #BB3300
Tints of Rust #BB3300
RGB
CMYK
RGB Variations
Color information
#BB3300 (or 0xBB3300) is known color: Rust. HEX triplet: BB, 33 and 00. RGB value is (187,51,0). Sum of RGB (Red+Green+Blue) = 187+51+0=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3300 is #44CCFF. Grayscale: #565656. Windows color (decimal): -4508928 or 13243. OLE color: 13243.
HSL color Cylindrical-coordinate representation of color #BB3300: hue angle of 16.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB3300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.27 |
| HSL | 16.36º | 1% | 0.37% | - |
| HSV(B) | 16.36º | 1% | 0.73% | - |
| XYZ | 21.68 | 12.93 | 1.35 | - |
| YUV | 85.85 | 79.56 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 0 | 0 | 0.73 | 1 | 0.27 | 16.36 | 1 | 0.37 |
| Hex | BB | 33 | 0 | 0 | 49 | 64 | 1B | 10 | 64 | 25 |
| Octal | 273 | 63 | 0 | 0 | 111 | 144 | 33 | 20 | 144 | 45 |
| Binary | 10111011 | 110011 | 0 | 0 | 1001001 | 1100100 | 11011 | 10000 | 1100100 | 100101 |
Color Harmonies of #BB3300
Complementary color
Monochromatic Colors of #BB3300
Black with #BB3300
Text Example
Text Example
White with #BB3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3300; }
p { color: rgb(187,51,0); }
H1.HeaderClassName
{
color: #BB3300;
}
.AnyTagClassName
{
color: #BB3300;
}
</style>
background-color css
<style>
a { background-color: #BB3300; }
a { background-color: rgb(187,51,0); }
div.DivClassName
{
background-color: #BB3300;
}
.BgClassName
{
background-color: #BB3300;
}
</style>
border-color css
<style>
span { border-color: #BB3300; }
span { border-color: rgb(187,51,0); }
td.TdClassName
{
border-color: #BB3300;
}
.TagClassName
{
border-color: #BB3300;
}
</style>