Shades of Rust #BB4703
Tints of Rust #BB4703
RGB
CMYK
RGB Variations
Color information
#BB4703 (or 0xBB4703) is known color: Rust. HEX triplet: BB, 47 and 03. RGB value is (187,71,3). Sum of RGB (Red+Green+Blue) = 187+71+3=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4703 is #44B8FC. Grayscale: #626262. Windows color (decimal): -4503805 or 214971. OLE color: 214971.
HSL color Cylindrical-coordinate representation of color #BB4703: hue angle of 22.17º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB4703 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.27 |
| HSL | 22.17º | 0.97% | 0.37% | - |
| HSV(B) | 22.17º | 0.98% | 0.73% | - |
| XYZ | 22.76 | 15.08 | 1.8 | - |
| YUV | 97.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 3 | 0 | 0.62 | 0.98 | 0.27 | 22.17 | 0.97 | 0.37 |
| Hex | BB | 47 | 3 | 0 | 3E | 62 | 1B | 16 | 61 | 25 |
| Octal | 273 | 107 | 3 | 0 | 76 | 142 | 33 | 26 | 141 | 45 |
| Binary | 10111011 | 1000111 | 11 | 0 | 111110 | 1100010 | 11011 | 10110 | 1100001 | 100101 |
Color Harmonies of #BB4703
Complementary color
Monochromatic Colors of #BB4703
Black with #BB4703
Text Example
Text Example
White with #BB4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4703; }
p { color: rgb(187,71,3); }
H1.HeaderClassName
{
color: #BB4703;
}
.AnyTagClassName
{
color: #BB4703;
}
</style>
background-color css
<style>
a { background-color: #BB4703; }
a { background-color: rgb(187,71,3); }
div.DivClassName
{
background-color: #BB4703;
}
.BgClassName
{
background-color: #BB4703;
}
</style>
border-color css
<style>
span { border-color: #BB4703; }
span { border-color: rgb(187,71,3); }
td.TdClassName
{
border-color: #BB4703;
}
.TagClassName
{
border-color: #BB4703;
}
</style>