Shades of Rust #BB3E1B
Tints of Rust #BB3E1B
RGB
CMYK
RGB Variations
Color information
#BB3E1B (or 0xBB3E1B) is known color: Rust. HEX triplet: BB, 3E and 1B. RGB value is (187,62,27). Sum of RGB (Red+Green+Blue) = 187+62+27=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E1B is #44C1E4. Grayscale: #5F5F5F. Windows color (decimal): -4506085 or 1785531. OLE color: 1785531.
HSL color Cylindrical-coordinate representation of color #BB3E1B: hue angle of 13.12º 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 #BB3E1B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.27 |
| HSL | 13.13º | 0.75% | 0.42% | - |
| HSV(B) | 13.13º | 0.86% | 0.73% | - |
| XYZ | 22.41 | 14.09 | 2.58 | - |
| YUV | 95.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 27 | 0 | 0.67 | 0.86 | 0.27 | 13.13 | 0.75 | 0.42 |
| Hex | BB | 3E | 1B | 0 | 43 | 56 | 1B | D | 4B | 2A |
| Octal | 273 | 76 | 33 | 0 | 103 | 126 | 33 | 15 | 113 | 52 |
| Binary | 10111011 | 111110 | 11011 | 0 | 1000011 | 1010110 | 11011 | 1101 | 1001011 | 101010 |
Color Harmonies of #BB3E1B
Complementary color
Monochromatic Colors of #BB3E1B
Black with #BB3E1B
Text Example
Text Example
White with #BB3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E1B; }
p { color: rgb(187,62,27); }
H1.HeaderClassName
{
color: #BB3E1B;
}
.AnyTagClassName
{
color: #BB3E1B;
}
</style>
background-color css
<style>
a { background-color: #BB3E1B; }
a { background-color: rgb(187,62,27); }
div.DivClassName
{
background-color: #BB3E1B;
}
.BgClassName
{
background-color: #BB3E1B;
}
</style>
border-color css
<style>
span { border-color: #BB3E1B; }
span { border-color: rgb(187,62,27); }
td.TdClassName
{
border-color: #BB3E1B;
}
.TagClassName
{
border-color: #BB3E1B;
}
</style>