Shades of Rust #BB3400
Tints of Rust #BB3400
RGB
CMYK
RGB Variations
Color information
#BB3400 (or 0xBB3400) is known color: Rust. HEX triplet: BB, 34 and 00. RGB value is (187,52,0). Sum of RGB (Red+Green+Blue) = 187+52+0=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3400 is #44CBFF. Grayscale: #565656. Windows color (decimal): -4508672 or 13499. OLE color: 13499.
HSL color Cylindrical-coordinate representation of color #BB3400: hue angle of 16.68º 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 #BB3400 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.27 |
| HSL | 16.68º | 1% | 0.37% | - |
| HSV(B) | 16.68º | 1% | 0.73% | - |
| XYZ | 21.72 | 13.02 | 1.37 | - |
| YUV | 86.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 0 | 0 | 0.72 | 1 | 0.27 | 16.68 | 1 | 0.37 |
| Hex | BB | 34 | 0 | 0 | 48 | 64 | 1B | 11 | 64 | 25 |
| Octal | 273 | 64 | 0 | 0 | 110 | 144 | 33 | 21 | 144 | 45 |
| Binary | 10111011 | 110100 | 0 | 0 | 1001000 | 1100100 | 11011 | 10001 | 1100100 | 100101 |
Color Harmonies of #BB3400
Complementary color
Monochromatic Colors of #BB3400
Black with #BB3400
Text Example
Text Example
White with #BB3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3400; }
p { color: rgb(187,52,0); }
H1.HeaderClassName
{
color: #BB3400;
}
.AnyTagClassName
{
color: #BB3400;
}
</style>
background-color css
<style>
a { background-color: #BB3400; }
a { background-color: rgb(187,52,0); }
div.DivClassName
{
background-color: #BB3400;
}
.BgClassName
{
background-color: #BB3400;
}
</style>
border-color css
<style>
span { border-color: #BB3400; }
span { border-color: rgb(187,52,0); }
td.TdClassName
{
border-color: #BB3400;
}
.TagClassName
{
border-color: #BB3400;
}
</style>