Shades of Rust #BB4707
Tints of Rust #BB4707
RGB
CMYK
RGB Variations
Color information
#BB4707 (or 0xBB4707) is known color: Rust. HEX triplet: BB, 47 and 07. RGB value is (187,71,7). Sum of RGB (Red+Green+Blue) = 187+71+7=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4707 is #44B8F8. Grayscale: #626262. Windows color (decimal): -4503801 or 477115. OLE color: 477115.
HSL color Cylindrical-coordinate representation of color #BB4707: hue angle of 21.33º 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 #BB4707 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.27 |
| HSL | 21.33º | 0.93% | 0.38% | - |
| HSV(B) | 21.33º | 0.96% | 0.73% | - |
| XYZ | 22.79 | 15.09 | 1.91 | - |
| YUV | 98.39 | 76.43 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 7 | 0 | 0.62 | 0.96 | 0.27 | 21.33 | 0.93 | 0.38 |
| Hex | BB | 47 | 7 | 0 | 3E | 60 | 1B | 15 | 5D | 26 |
| Octal | 273 | 107 | 7 | 0 | 76 | 140 | 33 | 25 | 135 | 46 |
| Binary | 10111011 | 1000111 | 111 | 0 | 111110 | 1100000 | 11011 | 10101 | 1011101 | 100110 |
Color Harmonies of #BB4707
Complementary color
Monochromatic Colors of #BB4707
Black with #BB4707
Text Example
Text Example
White with #BB4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4707; }
p { color: rgb(187,71,7); }
H1.HeaderClassName
{
color: #BB4707;
}
.AnyTagClassName
{
color: #BB4707;
}
</style>
background-color css
<style>
a { background-color: #BB4707; }
a { background-color: rgb(187,71,7); }
div.DivClassName
{
background-color: #BB4707;
}
.BgClassName
{
background-color: #BB4707;
}
</style>
border-color css
<style>
span { border-color: #BB4707; }
span { border-color: rgb(187,71,7); }
td.TdClassName
{
border-color: #BB4707;
}
.TagClassName
{
border-color: #BB4707;
}
</style>