Shades of Rust #BB3405
Tints of Rust #BB3405
RGB
CMYK
RGB Variations
Color information
#BB3405 (or 0xBB3405) is known color: Rust. HEX triplet: BB, 34 and 05. RGB value is (187,52,5). Sum of RGB (Red+Green+Blue) = 187+52+5=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3405 is #44CBFA. Grayscale: #575757. Windows color (decimal): -4508667 or 341179. OLE color: 341179.
HSL color Cylindrical-coordinate representation of color #BB3405: hue angle of 15.49º 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 #BB3405 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.27 |
| HSL | 15.49º | 0.95% | 0.38% | - |
| HSV(B) | 15.49º | 0.97% | 0.73% | - |
| XYZ | 21.75 | 13.03 | 1.51 | - |
| YUV | 87.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 5 | 0 | 0.72 | 0.97 | 0.27 | 15.49 | 0.95 | 0.38 |
| Hex | BB | 34 | 5 | 0 | 48 | 61 | 1B | F | 5F | 26 |
| Octal | 273 | 64 | 5 | 0 | 110 | 141 | 33 | 17 | 137 | 46 |
| Binary | 10111011 | 110100 | 101 | 0 | 1001000 | 1100001 | 11011 | 1111 | 1011111 | 100110 |
Color Harmonies of #BB3405
Complementary color
Monochromatic Colors of #BB3405
Black with #BB3405
Text Example
Text Example
White with #BB3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3405; }
p { color: rgb(187,52,5); }
H1.HeaderClassName
{
color: #BB3405;
}
.AnyTagClassName
{
color: #BB3405;
}
</style>
background-color css
<style>
a { background-color: #BB3405; }
a { background-color: rgb(187,52,5); }
div.DivClassName
{
background-color: #BB3405;
}
.BgClassName
{
background-color: #BB3405;
}
</style>
border-color css
<style>
span { border-color: #BB3405; }
span { border-color: rgb(187,52,5); }
td.TdClassName
{
border-color: #BB3405;
}
.TagClassName
{
border-color: #BB3405;
}
</style>