Shades of Rust #BB470D
Tints of Rust #BB470D
RGB
CMYK
RGB Variations
Color information
#BB470D (or 0xBB470D) is known color: Rust. HEX triplet: BB, 47 and 0D. RGB value is (187,71,13). Sum of RGB (Red+Green+Blue) = 187+71+13=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB470D is #44B8F2. Grayscale: #636363. Windows color (decimal): -4503795 or 870331. OLE color: 870331.
HSL color Cylindrical-coordinate representation of color #BB470D: hue angle of 20º 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 #BB470D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.27 |
| HSL | 20º | 0.87% | 0.39% | - |
| HSV(B) | 20º | 0.93% | 0.73% | - |
| XYZ | 22.82 | 15.1 | 2.09 | - |
| YUV | 99.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 13 | 0 | 0.62 | 0.93 | 0.27 | 20 | 0.87 | 0.39 |
| Hex | BB | 47 | D | 0 | 3E | 5D | 1B | 14 | 57 | 27 |
| Octal | 273 | 107 | 15 | 0 | 76 | 135 | 33 | 24 | 127 | 47 |
| Binary | 10111011 | 1000111 | 1101 | 0 | 111110 | 1011101 | 11011 | 10100 | 1010111 | 100111 |
Color Harmonies of #BB470D
Complementary color
Monochromatic Colors of #BB470D
Black with #BB470D
Text Example
Text Example
White with #BB470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB470D; }
p { color: rgb(187,71,13); }
H1.HeaderClassName
{
color: #BB470D;
}
.AnyTagClassName
{
color: #BB470D;
}
</style>
background-color css
<style>
a { background-color: #BB470D; }
a { background-color: rgb(187,71,13); }
div.DivClassName
{
background-color: #BB470D;
}
.BgClassName
{
background-color: #BB470D;
}
</style>
border-color css
<style>
span { border-color: #BB470D; }
span { border-color: rgb(187,71,13); }
td.TdClassName
{
border-color: #BB470D;
}
.TagClassName
{
border-color: #BB470D;
}
</style>