Shades of Rust #BB4C05
Tints of Rust #BB4C05
RGB
CMYK
RGB Variations
Color information
#BB4C05 (or 0xBB4C05) is known color: Rust. HEX triplet: BB, 4C and 05. RGB value is (187,76,5). Sum of RGB (Red+Green+Blue) = 187+76+5=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C05 is #44B3FA. Grayscale: #656565. Windows color (decimal): -4502523 or 347323. OLE color: 347323.
HSL color Cylindrical-coordinate representation of color #BB4C05: hue angle of 23.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB4C05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.27 |
| HSL | 23.41º | 0.95% | 0.38% | - |
| HSV(B) | 23.41º | 0.97% | 0.73% | - |
| XYZ | 23.11 | 15.74 | 1.96 | - |
| YUV | 101.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 5 | 0 | 0.59 | 0.97 | 0.27 | 23.41 | 0.95 | 0.38 |
| Hex | BB | 4C | 5 | 0 | 3B | 61 | 1B | 17 | 5F | 26 |
| Octal | 273 | 114 | 5 | 0 | 73 | 141 | 33 | 27 | 137 | 46 |
| Binary | 10111011 | 1001100 | 101 | 0 | 111011 | 1100001 | 11011 | 10111 | 1011111 | 100110 |
Color Harmonies of #BB4C05
Complementary color
Monochromatic Colors of #BB4C05
Black with #BB4C05
Text Example
Text Example
White with #BB4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C05; }
p { color: rgb(187,76,5); }
H1.HeaderClassName
{
color: #BB4C05;
}
.AnyTagClassName
{
color: #BB4C05;
}
</style>
background-color css
<style>
a { background-color: #BB4C05; }
a { background-color: rgb(187,76,5); }
div.DivClassName
{
background-color: #BB4C05;
}
.BgClassName
{
background-color: #BB4C05;
}
</style>
border-color css
<style>
span { border-color: #BB4C05; }
span { border-color: rgb(187,76,5); }
td.TdClassName
{
border-color: #BB4C05;
}
.TagClassName
{
border-color: #BB4C05;
}
</style>