Shades of Rust #BB4D1D
Tints of Rust #BB4D1D
RGB
CMYK
RGB Variations
Color information
#BB4D1D (or 0xBB4D1D) is known color: Rust. HEX triplet: BB, 4D and 1D. RGB value is (187,77,29). Sum of RGB (Red+Green+Blue) = 187+77+29=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D1D is #44B2E2. Grayscale: #686868. Windows color (decimal): -4502243 or 1920443. OLE color: 1920443.
HSL color Cylindrical-coordinate representation of color #BB4D1D: hue angle of 18.23º 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 #BB4D1D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 29 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.27 |
| HSL | 18.23º | 0.73% | 0.42% | - |
| HSV(B) | 18.23º | 0.84% | 0.73% | - |
| XYZ | 23.37 | 15.96 | 3.01 | - |
| YUV | 104.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 29 | 0 | 0.59 | 0.84 | 0.27 | 18.23 | 0.73 | 0.42 |
| Hex | BB | 4D | 1D | 0 | 3B | 54 | 1B | 12 | 49 | 2A |
| Octal | 273 | 115 | 35 | 0 | 73 | 124 | 33 | 22 | 111 | 52 |
| Binary | 10111011 | 1001101 | 11101 | 0 | 111011 | 1010100 | 11011 | 10010 | 1001001 | 101010 |
Color Harmonies of #BB4D1D
Complementary color
Monochromatic Colors of #BB4D1D
Black with #BB4D1D
Text Example
Text Example
White with #BB4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D1D; }
p { color: rgb(187,77,29); }
H1.HeaderClassName
{
color: #BB4D1D;
}
.AnyTagClassName
{
color: #BB4D1D;
}
</style>
background-color css
<style>
a { background-color: #BB4D1D; }
a { background-color: rgb(187,77,29); }
div.DivClassName
{
background-color: #BB4D1D;
}
.BgClassName
{
background-color: #BB4D1D;
}
</style>
border-color css
<style>
span { border-color: #BB4D1D; }
span { border-color: rgb(187,77,29); }
td.TdClassName
{
border-color: #BB4D1D;
}
.TagClassName
{
border-color: #BB4D1D;
}
</style>