Shades of Rust #BB501C
Tints of Rust #BB501C
RGB
CMYK
RGB Variations
Color information
#BB501C (or 0xBB501C) is known color: Rust. HEX triplet: BB, 50 and 1C. RGB value is (187,80,28). Sum of RGB (Red+Green+Blue) = 187+80+28=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501C is #44AFE3. Grayscale: #6A6A6A. Windows color (decimal): -4501476 or 1855675. OLE color: 1855675.
HSL color Cylindrical-coordinate representation of color #BB501C: hue angle of 19.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB501C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.27 |
| HSL | 19.62º | 0.74% | 0.42% | - |
| HSV(B) | 19.62º | 0.85% | 0.73% | - |
| XYZ | 23.57 | 16.39 | 3.02 | - |
| YUV | 106.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 28 | 0 | 0.57 | 0.85 | 0.27 | 19.62 | 0.74 | 0.42 |
| Hex | BB | 50 | 1C | 0 | 39 | 55 | 1B | 14 | 4A | 2A |
| Octal | 273 | 120 | 34 | 0 | 71 | 125 | 33 | 24 | 112 | 52 |
| Binary | 10111011 | 1010000 | 11100 | 0 | 111001 | 1010101 | 11011 | 10100 | 1001010 | 101010 |
Color Harmonies of #BB501C
Complementary color
Monochromatic Colors of #BB501C
Black with #BB501C
Text Example
Text Example
White with #BB501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB501C; }
p { color: rgb(187,80,28); }
H1.HeaderClassName
{
color: #BB501C;
}
.AnyTagClassName
{
color: #BB501C;
}
</style>
background-color css
<style>
a { background-color: #BB501C; }
a { background-color: rgb(187,80,28); }
div.DivClassName
{
background-color: #BB501C;
}
.BgClassName
{
background-color: #BB501C;
}
</style>
border-color css
<style>
span { border-color: #BB501C; }
span { border-color: rgb(187,80,28); }
td.TdClassName
{
border-color: #BB501C;
}
.TagClassName
{
border-color: #BB501C;
}
</style>