Shades of Rust #BB490D
Tints of Rust #BB490D
RGB
CMYK
RGB Variations
Color information
#BB490D (or 0xBB490D) is known color: Rust. HEX triplet: BB, 49 and 0D. RGB value is (187,73,13). Sum of RGB (Red+Green+Blue) = 187+73+13=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB490D is #44B6F2. Grayscale: #646464. Windows color (decimal): -4503283 or 870843. OLE color: 870843.
HSL color Cylindrical-coordinate representation of color #BB490D: hue angle of 20.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB490D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.27 |
| HSL | 20.69º | 0.87% | 0.39% | - |
| HSV(B) | 20.69º | 0.93% | 0.73% | - |
| XYZ | 22.95 | 15.36 | 2.14 | - |
| YUV | 100.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 13 | 0 | 0.61 | 0.93 | 0.27 | 20.69 | 0.87 | 0.39 |
| Hex | BB | 49 | D | 0 | 3D | 5D | 1B | 15 | 57 | 27 |
| Octal | 273 | 111 | 15 | 0 | 75 | 135 | 33 | 25 | 127 | 47 |
| Binary | 10111011 | 1001001 | 1101 | 0 | 111101 | 1011101 | 11011 | 10101 | 1010111 | 100111 |
Color Harmonies of #BB490D
Complementary color
Monochromatic Colors of #BB490D
Black with #BB490D
Text Example
Text Example
White with #BB490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB490D; }
p { color: rgb(187,73,13); }
H1.HeaderClassName
{
color: #BB490D;
}
.AnyTagClassName
{
color: #BB490D;
}
</style>
background-color css
<style>
a { background-color: #BB490D; }
a { background-color: rgb(187,73,13); }
div.DivClassName
{
background-color: #BB490D;
}
.BgClassName
{
background-color: #BB490D;
}
</style>
border-color css
<style>
span { border-color: #BB490D; }
span { border-color: rgb(187,73,13); }
td.TdClassName
{
border-color: #BB490D;
}
.TagClassName
{
border-color: #BB490D;
}
</style>