Shades of Rust #BB411B
Tints of Rust #BB411B
RGB
CMYK
RGB Variations
Color information
#BB411B (or 0xBB411B) is known color: Rust. HEX triplet: BB, 41 and 1B. RGB value is (187,65,27). Sum of RGB (Red+Green+Blue) = 187+65+27=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB411B is #44BEE4. Grayscale: #616161. Windows color (decimal): -4505317 or 1786299. OLE color: 1786299.
HSL color Cylindrical-coordinate representation of color #BB411B: hue angle of 14.25º 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 #BB411B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.27 |
| HSL | 14.25º | 0.75% | 0.42% | - |
| HSV(B) | 14.25º | 0.86% | 0.73% | - |
| XYZ | 22.58 | 14.42 | 2.63 | - |
| YUV | 97.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 27 | 0 | 0.65 | 0.86 | 0.27 | 14.25 | 0.75 | 0.42 |
| Hex | BB | 41 | 1B | 0 | 41 | 56 | 1B | E | 4B | 2A |
| Octal | 273 | 101 | 33 | 0 | 101 | 126 | 33 | 16 | 113 | 52 |
| Binary | 10111011 | 1000001 | 11011 | 0 | 1000001 | 1010110 | 11011 | 1110 | 1001011 | 101010 |
Color Harmonies of #BB411B
Complementary color
Monochromatic Colors of #BB411B
Black with #BB411B
Text Example
Text Example
White with #BB411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB411B; }
p { color: rgb(187,65,27); }
H1.HeaderClassName
{
color: #BB411B;
}
.AnyTagClassName
{
color: #BB411B;
}
</style>
background-color css
<style>
a { background-color: #BB411B; }
a { background-color: rgb(187,65,27); }
div.DivClassName
{
background-color: #BB411B;
}
.BgClassName
{
background-color: #BB411B;
}
</style>
border-color css
<style>
span { border-color: #BB411B; }
span { border-color: rgb(187,65,27); }
td.TdClassName
{
border-color: #BB411B;
}
.TagClassName
{
border-color: #BB411B;
}
</style>