Shades of Rust #BB3205
Tints of Rust #BB3205
RGB
CMYK
RGB Variations
Color information
#BB3205 (or 0xBB3205) is known color: Rust. HEX triplet: BB, 32 and 05. RGB value is (187,50,5). Sum of RGB (Red+Green+Blue) = 187+50+5=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3205 is #44CDFA. Grayscale: #565656. Windows color (decimal): -4509179 or 340667. OLE color: 340667.
HSL color Cylindrical-coordinate representation of color #BB3205: hue angle of 14.84º 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 #BB3205 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.27 |
| HSL | 14.84º | 0.95% | 0.38% | - |
| HSV(B) | 14.84º | 0.97% | 0.73% | - |
| XYZ | 21.66 | 12.86 | 1.48 | - |
| YUV | 85.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 5 | 0 | 0.73 | 0.97 | 0.27 | 14.84 | 0.95 | 0.38 |
| Hex | BB | 32 | 5 | 0 | 49 | 61 | 1B | F | 5F | 26 |
| Octal | 273 | 62 | 5 | 0 | 111 | 141 | 33 | 17 | 137 | 46 |
| Binary | 10111011 | 110010 | 101 | 0 | 1001001 | 1100001 | 11011 | 1111 | 1011111 | 100110 |
Color Harmonies of #BB3205
Complementary color
Monochromatic Colors of #BB3205
Black with #BB3205
Text Example
Text Example
White with #BB3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3205; }
p { color: rgb(187,50,5); }
H1.HeaderClassName
{
color: #BB3205;
}
.AnyTagClassName
{
color: #BB3205;
}
</style>
background-color css
<style>
a { background-color: #BB3205; }
a { background-color: rgb(187,50,5); }
div.DivClassName
{
background-color: #BB3205;
}
.BgClassName
{
background-color: #BB3205;
}
</style>
border-color css
<style>
span { border-color: #BB3205; }
span { border-color: rgb(187,50,5); }
td.TdClassName
{
border-color: #BB3205;
}
.TagClassName
{
border-color: #BB3205;
}
</style>