Shades of Rust #BB3407
Tints of Rust #BB3407
RGB
CMYK
RGB Variations
Color information
#BB3407 (or 0xBB3407) is known color: Rust. HEX triplet: BB, 34 and 07. RGB value is (187,52,7). Sum of RGB (Red+Green+Blue) = 187+52+7=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3407 is #44CBF8. Grayscale: #575757. Windows color (decimal): -4508665 or 472251. OLE color: 472251.
HSL color Cylindrical-coordinate representation of color #BB3407: hue angle of 15º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB3407 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.27 |
| HSL | 15º | 0.93% | 0.38% | - |
| HSV(B) | 15º | 0.96% | 0.73% | - |
| XYZ | 21.76 | 13.04 | 1.57 | - |
| YUV | 87.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 7 | 0 | 0.72 | 0.96 | 0.27 | 15 | 0.93 | 0.38 |
| Hex | BB | 34 | 7 | 0 | 48 | 60 | 1B | F | 5D | 26 |
| Octal | 273 | 64 | 7 | 0 | 110 | 140 | 33 | 17 | 135 | 46 |
| Binary | 10111011 | 110100 | 111 | 0 | 1001000 | 1100000 | 11011 | 1111 | 1011101 | 100110 |
Color Harmonies of #BB3407
Complementary color
Monochromatic Colors of #BB3407
Black with #BB3407
Text Example
Text Example
White with #BB3407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3407; }
p { color: rgb(187,52,7); }
H1.HeaderClassName
{
color: #BB3407;
}
.AnyTagClassName
{
color: #BB3407;
}
</style>
background-color css
<style>
a { background-color: #BB3407; }
a { background-color: rgb(187,52,7); }
div.DivClassName
{
background-color: #BB3407;
}
.BgClassName
{
background-color: #BB3407;
}
</style>
border-color css
<style>
span { border-color: #BB3407; }
span { border-color: rgb(187,52,7); }
td.TdClassName
{
border-color: #BB3407;
}
.TagClassName
{
border-color: #BB3407;
}
</style>