Shades of Rust #BB4803
Tints of Rust #BB4803
RGB
CMYK
RGB Variations
Color information
#BB4803 (or 0xBB4803) is known color: Rust. HEX triplet: BB, 48 and 03. RGB value is (187,72,3). Sum of RGB (Red+Green+Blue) = 187+72+3=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4803 is #44B7FC. Grayscale: #626262. Windows color (decimal): -4503549 or 215227. OLE color: 215227.
HSL color Cylindrical-coordinate representation of color #BB4803: hue angle of 22.5º 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 #BB4803 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.27 |
| HSL | 22.5º | 0.97% | 0.37% | - |
| HSV(B) | 22.5º | 0.98% | 0.73% | - |
| XYZ | 22.83 | 15.21 | 1.82 | - |
| YUV | 98.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 3 | 0 | 0.61 | 0.98 | 0.27 | 22.5 | 0.97 | 0.37 |
| Hex | BB | 48 | 3 | 0 | 3D | 62 | 1B | 16 | 61 | 25 |
| Octal | 273 | 110 | 3 | 0 | 75 | 142 | 33 | 26 | 141 | 45 |
| Binary | 10111011 | 1001000 | 11 | 0 | 111101 | 1100010 | 11011 | 10110 | 1100001 | 100101 |
Color Harmonies of #BB4803
Complementary color
Monochromatic Colors of #BB4803
Black with #BB4803
Text Example
Text Example
White with #BB4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4803; }
p { color: rgb(187,72,3); }
H1.HeaderClassName
{
color: #BB4803;
}
.AnyTagClassName
{
color: #BB4803;
}
</style>
background-color css
<style>
a { background-color: #BB4803; }
a { background-color: rgb(187,72,3); }
div.DivClassName
{
background-color: #BB4803;
}
.BgClassName
{
background-color: #BB4803;
}
</style>
border-color css
<style>
span { border-color: #BB4803; }
span { border-color: rgb(187,72,3); }
td.TdClassName
{
border-color: #BB4803;
}
.TagClassName
{
border-color: #BB4803;
}
</style>