Shades of Rust #BB4007
Tints of Rust #BB4007
RGB
CMYK
RGB Variations
Color information
#BB4007 (or 0xBB4007) is known color: Rust. HEX triplet: BB, 40 and 07. RGB value is (187,64,7). Sum of RGB (Red+Green+Blue) = 187+64+7=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4007 is #44BFF8. Grayscale: #5E5E5E. Windows color (decimal): -4505593 or 475323. OLE color: 475323.
HSL color Cylindrical-coordinate representation of color #BB4007: hue angle of 19º 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 #BB4007 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.27 |
| HSL | 19º | 0.93% | 0.38% | - |
| HSV(B) | 19º | 0.96% | 0.73% | - |
| XYZ | 22.37 | 14.25 | 1.77 | - |
| YUV | 94.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 7 | 0 | 0.66 | 0.96 | 0.27 | 19 | 0.93 | 0.38 |
| Hex | BB | 40 | 7 | 0 | 42 | 60 | 1B | 13 | 5D | 26 |
| Octal | 273 | 100 | 7 | 0 | 102 | 140 | 33 | 23 | 135 | 46 |
| Binary | 10111011 | 1000000 | 111 | 0 | 1000010 | 1100000 | 11011 | 10011 | 1011101 | 100110 |
Color Harmonies of #BB4007
Complementary color
Monochromatic Colors of #BB4007
Black with #BB4007
Text Example
Text Example
White with #BB4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4007; }
p { color: rgb(187,64,7); }
H1.HeaderClassName
{
color: #BB4007;
}
.AnyTagClassName
{
color: #BB4007;
}
</style>
background-color css
<style>
a { background-color: #BB4007; }
a { background-color: rgb(187,64,7); }
div.DivClassName
{
background-color: #BB4007;
}
.BgClassName
{
background-color: #BB4007;
}
</style>
border-color css
<style>
span { border-color: #BB4007; }
span { border-color: rgb(187,64,7); }
td.TdClassName
{
border-color: #BB4007;
}
.TagClassName
{
border-color: #BB4007;
}
</style>