Shades of Rust #BB4F0A
Tints of Rust #BB4F0A
RGB
CMYK
RGB Variations
Color information
#BB4F0A (or 0xBB4F0A) is known color: Rust. HEX triplet: BB, 4F and 0A. RGB value is (187,79,10). Sum of RGB (Red+Green+Blue) = 187+79+10=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F0A is #44B0F5. Grayscale: #676767. Windows color (decimal): -4501750 or 675771. OLE color: 675771.
HSL color Cylindrical-coordinate representation of color #BB4F0A: hue angle of 23.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4F0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.27 |
| HSL | 23.39º | 0.9% | 0.39% | - |
| HSV(B) | 23.39º | 0.95% | 0.73% | - |
| XYZ | 23.34 | 16.18 | 2.18 | - |
| YUV | 103.43 | 75.28 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 10 | 0 | 0.58 | 0.95 | 0.27 | 23.39 | 0.9 | 0.39 |
| Hex | BB | 4F | A | 0 | 3A | 5F | 1B | 17 | 5A | 27 |
| Octal | 273 | 117 | 12 | 0 | 72 | 137 | 33 | 27 | 132 | 47 |
| Binary | 10111011 | 1001111 | 1010 | 0 | 111010 | 1011111 | 11011 | 10111 | 1011010 | 100111 |
Color Harmonies of #BB4F0A
Complementary color
Monochromatic Colors of #BB4F0A
Black with #BB4F0A
Text Example
Text Example
White with #BB4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F0A; }
p { color: rgb(187,79,10); }
H1.HeaderClassName
{
color: #BB4F0A;
}
.AnyTagClassName
{
color: #BB4F0A;
}
</style>
background-color css
<style>
a { background-color: #BB4F0A; }
a { background-color: rgb(187,79,10); }
div.DivClassName
{
background-color: #BB4F0A;
}
.BgClassName
{
background-color: #BB4F0A;
}
</style>
border-color css
<style>
span { border-color: #BB4F0A; }
span { border-color: rgb(187,79,10); }
td.TdClassName
{
border-color: #BB4F0A;
}
.TagClassName
{
border-color: #BB4F0A;
}
</style>