Shades of Rust #BB501B
Tints of Rust #BB501B
RGB
CMYK
RGB Variations
Color information
#BB501B (or 0xBB501B) is known color: Rust. HEX triplet: BB, 50 and 1B. RGB value is (187,80,27). Sum of RGB (Red+Green+Blue) = 187+80+27=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501B is #44AFE4. Grayscale: #6A6A6A. Windows color (decimal): -4501477 or 1790139. OLE color: 1790139.
HSL color Cylindrical-coordinate representation of color #BB501B: hue angle of 19.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB501B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.27 |
| HSL | 19.88º | 0.75% | 0.42% | - |
| HSV(B) | 19.88º | 0.86% | 0.73% | - |
| XYZ | 23.56 | 16.38 | 2.96 | - |
| YUV | 105.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 27 | 0 | 0.57 | 0.86 | 0.27 | 19.88 | 0.75 | 0.42 |
| Hex | BB | 50 | 1B | 0 | 39 | 56 | 1B | 14 | 4B | 2A |
| Octal | 273 | 120 | 33 | 0 | 71 | 126 | 33 | 24 | 113 | 52 |
| Binary | 10111011 | 1010000 | 11011 | 0 | 111001 | 1010110 | 11011 | 10100 | 1001011 | 101010 |
Color Harmonies of #BB501B
Complementary color
Monochromatic Colors of #BB501B
Black with #BB501B
Text Example
Text Example
White with #BB501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB501B; }
p { color: rgb(187,80,27); }
H1.HeaderClassName
{
color: #BB501B;
}
.AnyTagClassName
{
color: #BB501B;
}
</style>
background-color css
<style>
a { background-color: #BB501B; }
a { background-color: rgb(187,80,27); }
div.DivClassName
{
background-color: #BB501B;
}
.BgClassName
{
background-color: #BB501B;
}
</style>
border-color css
<style>
span { border-color: #BB501B; }
span { border-color: rgb(187,80,27); }
td.TdClassName
{
border-color: #BB501B;
}
.TagClassName
{
border-color: #BB501B;
}
</style>