Shades of Rust #BB4A08
Tints of Rust #BB4A08
RGB
CMYK
RGB Variations
Color information
#BB4A08 (or 0xBB4A08) is known color: Rust. HEX triplet: BB, 4A and 08. RGB value is (187,74,8). Sum of RGB (Red+Green+Blue) = 187+74+8=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A08 is #44B5F7. Grayscale: #646464. Windows color (decimal): -4503032 or 543419. OLE color: 543419.
HSL color Cylindrical-coordinate representation of color #BB4A08: hue angle of 22.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB4A08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.27 |
| HSL | 22.12º | 0.92% | 0.38% | - |
| HSV(B) | 22.12º | 0.96% | 0.73% | - |
| XYZ | 22.99 | 15.48 | 2.01 | - |
| YUV | 100.26 | 75.94 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 8 | 0 | 0.60 | 0.96 | 0.27 | 22.12 | 0.92 | 0.38 |
| Hex | BB | 4A | 8 | 0 | 3C | 60 | 1B | 16 | 5C | 26 |
| Octal | 273 | 112 | 10 | 0 | 74 | 140 | 33 | 26 | 134 | 46 |
| Binary | 10111011 | 1001010 | 1000 | 0 | 111100 | 1100000 | 11011 | 10110 | 1011100 | 100110 |
Color Harmonies of #BB4A08
Complementary color
Monochromatic Colors of #BB4A08
Black with #BB4A08
Text Example
Text Example
White with #BB4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A08; }
p { color: rgb(187,74,8); }
H1.HeaderClassName
{
color: #BB4A08;
}
.AnyTagClassName
{
color: #BB4A08;
}
</style>
background-color css
<style>
a { background-color: #BB4A08; }
a { background-color: rgb(187,74,8); }
div.DivClassName
{
background-color: #BB4A08;
}
.BgClassName
{
background-color: #BB4A08;
}
</style>
border-color css
<style>
span { border-color: #BB4A08; }
span { border-color: rgb(187,74,8); }
td.TdClassName
{
border-color: #BB4A08;
}
.TagClassName
{
border-color: #BB4A08;
}
</style>