Shades of Rust #BB3E1D
Tints of Rust #BB3E1D
RGB
CMYK
RGB Variations
Color information
#BB3E1D (or 0xBB3E1D) is known color: Rust. HEX triplet: BB, 3E and 1D. RGB value is (187,62,29). Sum of RGB (Red+Green+Blue) = 187+62+29=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E1D is #44C1E2. Grayscale: #5F5F5F. Windows color (decimal): -4506083 or 1916603. OLE color: 1916603.
HSL color Cylindrical-coordinate representation of color #BB3E1D: hue angle of 12.53º 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 #BB3E1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 29 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.27 |
| HSL | 12.53º | 0.73% | 0.42% | - |
| HSV(B) | 12.53º | 0.84% | 0.73% | - |
| XYZ | 22.44 | 14.1 | 2.7 | - |
| YUV | 95.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 29 | 0 | 0.67 | 0.84 | 0.27 | 12.53 | 0.73 | 0.42 |
| Hex | BB | 3E | 1D | 0 | 43 | 54 | 1B | D | 49 | 2A |
| Octal | 273 | 76 | 35 | 0 | 103 | 124 | 33 | 15 | 111 | 52 |
| Binary | 10111011 | 111110 | 11101 | 0 | 1000011 | 1010100 | 11011 | 1101 | 1001001 | 101010 |
Color Harmonies of #BB3E1D
Complementary color
Monochromatic Colors of #BB3E1D
Black with #BB3E1D
Text Example
Text Example
White with #BB3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E1D; }
p { color: rgb(187,62,29); }
H1.HeaderClassName
{
color: #BB3E1D;
}
.AnyTagClassName
{
color: #BB3E1D;
}
</style>
background-color css
<style>
a { background-color: #BB3E1D; }
a { background-color: rgb(187,62,29); }
div.DivClassName
{
background-color: #BB3E1D;
}
.BgClassName
{
background-color: #BB3E1D;
}
</style>
border-color css
<style>
span { border-color: #BB3E1D; }
span { border-color: rgb(187,62,29); }
td.TdClassName
{
border-color: #BB3E1D;
}
.TagClassName
{
border-color: #BB3E1D;
}
</style>