Shades of Rust #BB3A16
Tints of Rust #BB3A16
RGB
CMYK
RGB Variations
Color information
#BB3A16 (or 0xBB3A16) is known color: Rust. HEX triplet: BB, 3A and 16. RGB value is (187,58,22). Sum of RGB (Red+Green+Blue) = 187+58+22=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A16 is #44C5E9. Grayscale: #5C5C5C. Windows color (decimal): -4507114 or 1456827. OLE color: 1456827.
HSL color Cylindrical-coordinate representation of color #BB3A16: hue angle of 13.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB3A16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 58 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.27 |
| HSL | 13.09º | 0.79% | 0.41% | - |
| HSV(B) | 13.09º | 0.88% | 0.73% | - |
| XYZ | 22.15 | 13.65 | 2.23 | - |
| YUV | 92.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 22 | 0 | 0.69 | 0.88 | 0.27 | 13.09 | 0.79 | 0.41 |
| Hex | BB | 3A | 16 | 0 | 45 | 58 | 1B | D | 4F | 29 |
| Octal | 273 | 72 | 26 | 0 | 105 | 130 | 33 | 15 | 117 | 51 |
| Binary | 10111011 | 111010 | 10110 | 0 | 1000101 | 1011000 | 11011 | 1101 | 1001111 | 101001 |
Color Harmonies of #BB3A16
Complementary color
Monochromatic Colors of #BB3A16
Black with #BB3A16
Text Example
Text Example
White with #BB3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3A16; }
p { color: rgb(187,58,22); }
H1.HeaderClassName
{
color: #BB3A16;
}
.AnyTagClassName
{
color: #BB3A16;
}
</style>
background-color css
<style>
a { background-color: #BB3A16; }
a { background-color: rgb(187,58,22); }
div.DivClassName
{
background-color: #BB3A16;
}
.BgClassName
{
background-color: #BB3A16;
}
</style>
border-color css
<style>
span { border-color: #BB3A16; }
span { border-color: rgb(187,58,22); }
td.TdClassName
{
border-color: #BB3A16;
}
.TagClassName
{
border-color: #BB3A16;
}
</style>