Shades of Rust #BB4B1B
Tints of Rust #BB4B1B
RGB
CMYK
RGB Variations
Color information
#BB4B1B (or 0xBB4B1B) is known color: Rust. HEX triplet: BB, 4B and 1B. RGB value is (187,75,27). Sum of RGB (Red+Green+Blue) = 187+75+27=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B1B is #44B4E4. Grayscale: #676767. Windows color (decimal): -4502757 or 1788859. OLE color: 1788859.
HSL color Cylindrical-coordinate representation of color #BB4B1B: hue angle of 18º 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 #BB4B1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 27 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.27 |
| HSL | 18º | 0.75% | 0.42% | - |
| HSV(B) | 18º | 0.86% | 0.73% | - |
| XYZ | 23.21 | 15.68 | 2.84 | - |
| YUV | 103.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 27 | 0 | 0.60 | 0.86 | 0.27 | 18 | 0.75 | 0.42 |
| Hex | BB | 4B | 1B | 0 | 3C | 56 | 1B | 12 | 4B | 2A |
| Octal | 273 | 113 | 33 | 0 | 74 | 126 | 33 | 22 | 113 | 52 |
| Binary | 10111011 | 1001011 | 11011 | 0 | 111100 | 1010110 | 11011 | 10010 | 1001011 | 101010 |
Color Harmonies of #BB4B1B
Complementary color
Monochromatic Colors of #BB4B1B
Black with #BB4B1B
Text Example
Text Example
White with #BB4B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B1B; }
p { color: rgb(187,75,27); }
H1.HeaderClassName
{
color: #BB4B1B;
}
.AnyTagClassName
{
color: #BB4B1B;
}
</style>
background-color css
<style>
a { background-color: #BB4B1B; }
a { background-color: rgb(187,75,27); }
div.DivClassName
{
background-color: #BB4B1B;
}
.BgClassName
{
background-color: #BB4B1B;
}
</style>
border-color css
<style>
span { border-color: #BB4B1B; }
span { border-color: rgb(187,75,27); }
td.TdClassName
{
border-color: #BB4B1B;
}
.TagClassName
{
border-color: #BB4B1B;
}
</style>