Shades of Rust #BB3F1D
Tints of Rust #BB3F1D
RGB
CMYK
RGB Variations
Color information
#BB3F1D (or 0xBB3F1D) is known color: Rust. HEX triplet: BB, 3F and 1D. RGB value is (187,63,29). Sum of RGB (Red+Green+Blue) = 187+63+29=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F1D is #44C0E2. Grayscale: #606060. Windows color (decimal): -4505827 or 1916859. OLE color: 1916859.
HSL color Cylindrical-coordinate representation of color #BB3F1D: hue angle of 12.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB3F1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.27 |
| HSL | 12.91º | 0.73% | 0.42% | - |
| HSV(B) | 12.91º | 0.84% | 0.73% | - |
| XYZ | 22.49 | 14.21 | 2.72 | - |
| YUV | 96.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 29 | 0 | 0.66 | 0.84 | 0.27 | 12.91 | 0.73 | 0.42 |
| Hex | BB | 3F | 1D | 0 | 42 | 54 | 1B | D | 49 | 2A |
| Octal | 273 | 77 | 35 | 0 | 102 | 124 | 33 | 15 | 111 | 52 |
| Binary | 10111011 | 111111 | 11101 | 0 | 1000010 | 1010100 | 11011 | 1101 | 1001001 | 101010 |
Color Harmonies of #BB3F1D
Complementary color
Monochromatic Colors of #BB3F1D
Black with #BB3F1D
Text Example
Text Example
White with #BB3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F1D; }
p { color: rgb(187,63,29); }
H1.HeaderClassName
{
color: #BB3F1D;
}
.AnyTagClassName
{
color: #BB3F1D;
}
</style>
background-color css
<style>
a { background-color: #BB3F1D; }
a { background-color: rgb(187,63,29); }
div.DivClassName
{
background-color: #BB3F1D;
}
.BgClassName
{
background-color: #BB3F1D;
}
</style>
border-color css
<style>
span { border-color: #BB3F1D; }
span { border-color: rgb(187,63,29); }
td.TdClassName
{
border-color: #BB3F1D;
}
.TagClassName
{
border-color: #BB3F1D;
}
</style>