Shades of Rust #BB3505
Tints of Rust #BB3505
RGB
CMYK
RGB Variations
Color information
#BB3505 (or 0xBB3505) is known color: Rust. HEX triplet: BB, 35 and 05. RGB value is (187,53,5). Sum of RGB (Red+Green+Blue) = 187+53+5=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3505 is #44CAFA. Grayscale: #575757. Windows color (decimal): -4508411 or 341435. OLE color: 341435.
HSL color Cylindrical-coordinate representation of color #BB3505: hue angle of 15.82º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB3505 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.27 |
| HSL | 15.82º | 0.95% | 0.38% | - |
| HSV(B) | 15.82º | 0.97% | 0.73% | - |
| XYZ | 21.79 | 13.12 | 1.53 | - |
| YUV | 87.59 | 81.39 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 5 | 0 | 0.72 | 0.97 | 0.27 | 15.82 | 0.95 | 0.38 |
| Hex | BB | 35 | 5 | 0 | 48 | 61 | 1B | 10 | 5F | 26 |
| Octal | 273 | 65 | 5 | 0 | 110 | 141 | 33 | 20 | 137 | 46 |
| Binary | 10111011 | 110101 | 101 | 0 | 1001000 | 1100001 | 11011 | 10000 | 1011111 | 100110 |
Color Harmonies of #BB3505
Complementary color
Monochromatic Colors of #BB3505
Black with #BB3505
Text Example
Text Example
White with #BB3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3505; }
p { color: rgb(187,53,5); }
H1.HeaderClassName
{
color: #BB3505;
}
.AnyTagClassName
{
color: #BB3505;
}
</style>
background-color css
<style>
a { background-color: #BB3505; }
a { background-color: rgb(187,53,5); }
div.DivClassName
{
background-color: #BB3505;
}
.BgClassName
{
background-color: #BB3505;
}
</style>
border-color css
<style>
span { border-color: #BB3505; }
span { border-color: rgb(187,53,5); }
td.TdClassName
{
border-color: #BB3505;
}
.TagClassName
{
border-color: #BB3505;
}
</style>