Shades of Rust #BB460D
Tints of Rust #BB460D
RGB
CMYK
RGB Variations
Color information
#BB460D (or 0xBB460D) is known color: Rust. HEX triplet: BB, 46 and 0D. RGB value is (187,70,13). Sum of RGB (Red+Green+Blue) = 187+70+13=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB460D is #44B9F2. Grayscale: #626262. Windows color (decimal): -4504051 or 870075. OLE color: 870075.
HSL color Cylindrical-coordinate representation of color #BB460D: hue angle of 19.66º 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 #BB460D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.27 |
| HSL | 19.66º | 0.87% | 0.39% | - |
| HSV(B) | 19.66º | 0.93% | 0.73% | - |
| XYZ | 22.76 | 14.97 | 2.07 | - |
| YUV | 98.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 13 | 0 | 0.63 | 0.93 | 0.27 | 19.66 | 0.87 | 0.39 |
| Hex | BB | 46 | D | 0 | 3F | 5D | 1B | 14 | 57 | 27 |
| Octal | 273 | 106 | 15 | 0 | 77 | 135 | 33 | 24 | 127 | 47 |
| Binary | 10111011 | 1000110 | 1101 | 0 | 111111 | 1011101 | 11011 | 10100 | 1010111 | 100111 |
Color Harmonies of #BB460D
Complementary color
Monochromatic Colors of #BB460D
Black with #BB460D
Text Example
Text Example
White with #BB460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB460D; }
p { color: rgb(187,70,13); }
H1.HeaderClassName
{
color: #BB460D;
}
.AnyTagClassName
{
color: #BB460D;
}
</style>
background-color css
<style>
a { background-color: #BB460D; }
a { background-color: rgb(187,70,13); }
div.DivClassName
{
background-color: #BB460D;
}
.BgClassName
{
background-color: #BB460D;
}
</style>
border-color css
<style>
span { border-color: #BB460D; }
span { border-color: rgb(187,70,13); }
td.TdClassName
{
border-color: #BB460D;
}
.TagClassName
{
border-color: #BB460D;
}
</style>