Shades of Rust #BB481B
Tints of Rust #BB481B
RGB
CMYK
RGB Variations
Color information
#BB481B (or 0xBB481B) is known color: Rust. HEX triplet: BB, 48 and 1B. RGB value is (187,72,27). Sum of RGB (Red+Green+Blue) = 187+72+27=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481B is #44B7E4. Grayscale: #656565. Windows color (decimal): -4503525 or 1788091. OLE color: 1788091.
HSL color Cylindrical-coordinate representation of color #BB481B: hue angle of 16.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 #BB481B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.27 |
| HSL | 16.88º | 0.75% | 0.42% | - |
| HSV(B) | 16.88º | 0.86% | 0.73% | - |
| XYZ | 23.01 | 15.28 | 2.77 | - |
| YUV | 101.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 27 | 0 | 0.61 | 0.86 | 0.27 | 16.88 | 0.75 | 0.42 |
| Hex | BB | 48 | 1B | 0 | 3D | 56 | 1B | 11 | 4B | 2A |
| Octal | 273 | 110 | 33 | 0 | 75 | 126 | 33 | 21 | 113 | 52 |
| Binary | 10111011 | 1001000 | 11011 | 0 | 111101 | 1010110 | 11011 | 10001 | 1001011 | 101010 |
Color Harmonies of #BB481B
Complementary color
Monochromatic Colors of #BB481B
Black with #BB481B
Text Example
Text Example
White with #BB481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB481B; }
p { color: rgb(187,72,27); }
H1.HeaderClassName
{
color: #BB481B;
}
.AnyTagClassName
{
color: #BB481B;
}
</style>
background-color css
<style>
a { background-color: #BB481B; }
a { background-color: rgb(187,72,27); }
div.DivClassName
{
background-color: #BB481B;
}
.BgClassName
{
background-color: #BB481B;
}
</style>
border-color css
<style>
span { border-color: #BB481B; }
span { border-color: rgb(187,72,27); }
td.TdClassName
{
border-color: #BB481B;
}
.TagClassName
{
border-color: #BB481B;
}
</style>