Shades of Rust #BB491C
Tints of Rust #BB491C
RGB
CMYK
RGB Variations
Color information
#BB491C (or 0xBB491C) is known color: Rust. HEX triplet: BB, 49 and 1C. RGB value is (187,73,28). Sum of RGB (Red+Green+Blue) = 187+73+28=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB491C is #44B6E3. Grayscale: #666666. Windows color (decimal): -4503268 or 1853883. OLE color: 1853883.
HSL color Cylindrical-coordinate representation of color #BB491C: hue angle of 16.98º 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 #BB491C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.27 |
| HSL | 16.98º | 0.74% | 0.42% | - |
| HSV(B) | 16.98º | 0.85% | 0.73% | - |
| XYZ | 23.09 | 15.41 | 2.86 | - |
| YUV | 101.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 28 | 0 | 0.61 | 0.85 | 0.27 | 16.98 | 0.74 | 0.42 |
| Hex | BB | 49 | 1C | 0 | 3D | 55 | 1B | 11 | 4A | 2A |
| Octal | 273 | 111 | 34 | 0 | 75 | 125 | 33 | 21 | 112 | 52 |
| Binary | 10111011 | 1001001 | 11100 | 0 | 111101 | 1010101 | 11011 | 10001 | 1001010 | 101010 |
Color Harmonies of #BB491C
Complementary color
Monochromatic Colors of #BB491C
Black with #BB491C
Text Example
Text Example
White with #BB491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB491C; }
p { color: rgb(187,73,28); }
H1.HeaderClassName
{
color: #BB491C;
}
.AnyTagClassName
{
color: #BB491C;
}
</style>
background-color css
<style>
a { background-color: #BB491C; }
a { background-color: rgb(187,73,28); }
div.DivClassName
{
background-color: #BB491C;
}
.BgClassName
{
background-color: #BB491C;
}
</style>
border-color css
<style>
span { border-color: #BB491C; }
span { border-color: rgb(187,73,28); }
td.TdClassName
{
border-color: #BB491C;
}
.TagClassName
{
border-color: #BB491C;
}
</style>