Shades of Rust #BB3D1E
Tints of Rust #BB3D1E
RGB
CMYK
RGB Variations
Color information
#BB3D1E (or 0xBB3D1E) is known color: Rust. HEX triplet: BB, 3D and 1E. RGB value is (187,61,30). Sum of RGB (Red+Green+Blue) = 187+61+30=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D1E is #44C2E1. Grayscale: #5F5F5F. Windows color (decimal): -4506338 or 1981883. OLE color: 1981883.
HSL color Cylindrical-coordinate representation of color #BB3D1E: hue angle of 11.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB3D1E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 30 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.27 |
| HSL | 11.85º | 0.72% | 0.43% | - |
| HSV(B) | 11.85º | 0.84% | 0.73% | - |
| XYZ | 22.4 | 14 | 2.75 | - |
| YUV | 95.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 30 | 0 | 0.67 | 0.84 | 0.27 | 11.85 | 0.72 | 0.43 |
| Hex | BB | 3D | 1E | 0 | 43 | 54 | 1B | C | 48 | 2B |
| Octal | 273 | 75 | 36 | 0 | 103 | 124 | 33 | 14 | 110 | 53 |
| Binary | 10111011 | 111101 | 11110 | 0 | 1000011 | 1010100 | 11011 | 1100 | 1001000 | 101011 |
Color Harmonies of #BB3D1E
Complementary color
Monochromatic Colors of #BB3D1E
Black with #BB3D1E
Text Example
Text Example
White with #BB3D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D1E; }
p { color: rgb(187,61,30); }
H1.HeaderClassName
{
color: #BB3D1E;
}
.AnyTagClassName
{
color: #BB3D1E;
}
</style>
background-color css
<style>
a { background-color: #BB3D1E; }
a { background-color: rgb(187,61,30); }
div.DivClassName
{
background-color: #BB3D1E;
}
.BgClassName
{
background-color: #BB3D1E;
}
</style>
border-color css
<style>
span { border-color: #BB3D1E; }
span { border-color: rgb(187,61,30); }
td.TdClassName
{
border-color: #BB3D1E;
}
.TagClassName
{
border-color: #BB3D1E;
}
</style>