Shades of Rust #BB460A
Tints of Rust #BB460A
RGB
CMYK
RGB Variations
Color information
#BB460A (or 0xBB460A) is known color: Rust. HEX triplet: BB, 46 and 0A. RGB value is (187,70,10). Sum of RGB (Red+Green+Blue) = 187+70+10=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB460A is #44B9F5. Grayscale: #626262. Windows color (decimal): -4504054 or 673467. OLE color: 673467.
HSL color Cylindrical-coordinate representation of color #BB460A: hue angle of 20.34º 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 #BB460A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.27 |
| HSL | 20.34º | 0.9% | 0.39% | - |
| HSV(B) | 20.34º | 0.95% | 0.73% | - |
| XYZ | 22.74 | 14.97 | 1.98 | - |
| YUV | 98.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 10 | 0 | 0.63 | 0.95 | 0.27 | 20.34 | 0.9 | 0.39 |
| Hex | BB | 46 | A | 0 | 3F | 5F | 1B | 14 | 5A | 27 |
| Octal | 273 | 106 | 12 | 0 | 77 | 137 | 33 | 24 | 132 | 47 |
| Binary | 10111011 | 1000110 | 1010 | 0 | 111111 | 1011111 | 11011 | 10100 | 1011010 | 100111 |
Color Harmonies of #BB460A
Complementary color
Monochromatic Colors of #BB460A
Black with #BB460A
Text Example
Text Example
White with #BB460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB460A; }
p { color: rgb(187,70,10); }
H1.HeaderClassName
{
color: #BB460A;
}
.AnyTagClassName
{
color: #BB460A;
}
</style>
background-color css
<style>
a { background-color: #BB460A; }
a { background-color: rgb(187,70,10); }
div.DivClassName
{
background-color: #BB460A;
}
.BgClassName
{
background-color: #BB460A;
}
</style>
border-color css
<style>
span { border-color: #BB460A; }
span { border-color: rgb(187,70,10); }
td.TdClassName
{
border-color: #BB460A;
}
.TagClassName
{
border-color: #BB460A;
}
</style>