Shades of Rust #BB501D
Tints of Rust #BB501D
RGB
CMYK
RGB Variations
Color information
#BB501D (or 0xBB501D) is known color: Rust. HEX triplet: BB, 50 and 1D. RGB value is (187,80,29). Sum of RGB (Red+Green+Blue) = 187+80+29=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501D is #44AFE2. Grayscale: #6A6A6A. Windows color (decimal): -4501475 or 1921211. OLE color: 1921211.
HSL color Cylindrical-coordinate representation of color #BB501D: hue angle of 19.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB501D is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 29 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.27 |
| HSL | 19.37º | 0.73% | 0.42% | - |
| HSV(B) | 19.37º | 0.84% | 0.73% | - |
| XYZ | 23.58 | 16.39 | 3.08 | - |
| YUV | 106.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 29 | 0 | 0.57 | 0.84 | 0.27 | 19.37 | 0.73 | 0.42 |
| Hex | BB | 50 | 1D | 0 | 39 | 54 | 1B | 13 | 49 | 2A |
| Octal | 273 | 120 | 35 | 0 | 71 | 124 | 33 | 23 | 111 | 52 |
| Binary | 10111011 | 1010000 | 11101 | 0 | 111001 | 1010100 | 11011 | 10011 | 1001001 | 101010 |
Color Harmonies of #BB501D
Complementary color
Monochromatic Colors of #BB501D
Black with #BB501D
Text Example
Text Example
White with #BB501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB501D; }
p { color: rgb(187,80,29); }
H1.HeaderClassName
{
color: #BB501D;
}
.AnyTagClassName
{
color: #BB501D;
}
</style>
background-color css
<style>
a { background-color: #BB501D; }
a { background-color: rgb(187,80,29); }
div.DivClassName
{
background-color: #BB501D;
}
.BgClassName
{
background-color: #BB501D;
}
</style>
border-color css
<style>
span { border-color: #BB501D; }
span { border-color: rgb(187,80,29); }
td.TdClassName
{
border-color: #BB501D;
}
.TagClassName
{
border-color: #BB501D;
}
</style>