Shades of Rust #BB3000
Tints of Rust #BB3000
RGB
CMYK
RGB Variations
Color information
#BB3000 (or 0xBB3000) is known color: Rust. HEX triplet: BB, 30 and 00. RGB value is (187,48,0). Sum of RGB (Red+Green+Blue) = 187+48+0=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3000 is #44CFFF. Grayscale: #545454. Windows color (decimal): -4509696 or 12475. OLE color: 12475.
HSL color Cylindrical-coordinate representation of color #BB3000: hue angle of 15.4º 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 #BB3000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.27 |
| HSL | 15.4º | 1% | 0.37% | - |
| HSV(B) | 15.4º | 1% | 0.73% | - |
| XYZ | 21.55 | 12.68 | 1.31 | - |
| YUV | 84.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 0 | 0 | 0.74 | 1 | 0.27 | 15.4 | 1 | 0.37 |
| Hex | BB | 30 | 0 | 0 | 4A | 64 | 1B | F | 64 | 25 |
| Octal | 273 | 60 | 0 | 0 | 112 | 144 | 33 | 17 | 144 | 45 |
| Binary | 10111011 | 110000 | 0 | 0 | 1001010 | 1100100 | 11011 | 1111 | 1100100 | 100101 |
Color Harmonies of #BB3000
Complementary color
Monochromatic Colors of #BB3000
Black with #BB3000
Text Example
Text Example
White with #BB3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3000; }
p { color: rgb(187,48,0); }
H1.HeaderClassName
{
color: #BB3000;
}
.AnyTagClassName
{
color: #BB3000;
}
</style>
background-color css
<style>
a { background-color: #BB3000; }
a { background-color: rgb(187,48,0); }
div.DivClassName
{
background-color: #BB3000;
}
.BgClassName
{
background-color: #BB3000;
}
</style>
border-color css
<style>
span { border-color: #BB3000; }
span { border-color: rgb(187,48,0); }
td.TdClassName
{
border-color: #BB3000;
}
.TagClassName
{
border-color: #BB3000;
}
</style>