Shades of Rust #BB501A
Tints of Rust #BB501A
RGB
CMYK
RGB Variations
Color information
#BB501A (or 0xBB501A) is known color: Rust. HEX triplet: BB, 50 and 1A. RGB value is (187,80,26). Sum of RGB (Red+Green+Blue) = 187+80+26=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB501A is #44AFE5. Grayscale: #6A6A6A. Windows color (decimal): -4501478 or 1724603. OLE color: 1724603.
HSL color Cylindrical-coordinate representation of color #BB501A: hue angle of 20.12º degrees, saturation: 0.76, 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 #BB501A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 26 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.27 |
| HSL | 20.12º | 0.76% | 0.42% | - |
| HSV(B) | 20.12º | 0.86% | 0.73% | - |
| XYZ | 23.55 | 16.38 | 2.9 | - |
| YUV | 105.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 26 | 0 | 0.57 | 0.86 | 0.27 | 20.12 | 0.76 | 0.42 |
| Hex | BB | 50 | 1A | 0 | 39 | 56 | 1B | 14 | 4C | 2A |
| Octal | 273 | 120 | 32 | 0 | 71 | 126 | 33 | 24 | 114 | 52 |
| Binary | 10111011 | 1010000 | 11010 | 0 | 111001 | 1010110 | 11011 | 10100 | 1001100 | 101010 |
Color Harmonies of #BB501A
Complementary color
Monochromatic Colors of #BB501A
Black with #BB501A
Text Example
Text Example
White with #BB501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB501A; }
p { color: rgb(187,80,26); }
H1.HeaderClassName
{
color: #BB501A;
}
.AnyTagClassName
{
color: #BB501A;
}
</style>
background-color css
<style>
a { background-color: #BB501A; }
a { background-color: rgb(187,80,26); }
div.DivClassName
{
background-color: #BB501A;
}
.BgClassName
{
background-color: #BB501A;
}
</style>
border-color css
<style>
span { border-color: #BB501A; }
span { border-color: rgb(187,80,26); }
td.TdClassName
{
border-color: #BB501A;
}
.TagClassName
{
border-color: #BB501A;
}
</style>