Shades of Rust #B8520B
Tints of Rust #B8520B
RGB
CMYK
RGB Variations
Color information
#B8520B (or 0xB8520B) is known color: Rust. HEX triplet: B8, 52 and 0B. RGB value is (184,82,11). Sum of RGB (Red+Green+Blue) = 184+82+11=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8520B is #47ADF4. Grayscale: #686868. Windows color (decimal): -4697589 or 742072. OLE color: 742072.
HSL color Cylindrical-coordinate representation of color #B8520B: hue angle of 24.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8520B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.28 |
| HSL | 24.62º | 0.89% | 0.38% | - |
| HSV(B) | 24.62º | 0.94% | 0.72% | - |
| XYZ | 22.84 | 16.25 | 2.25 | - |
| YUV | 104.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 11 | 0 | 0.55 | 0.94 | 0.28 | 24.62 | 0.89 | 0.38 |
| Hex | B8 | 52 | B | 0 | 37 | 5E | 1C | 19 | 59 | 26 |
| Octal | 270 | 122 | 13 | 0 | 67 | 136 | 34 | 31 | 131 | 46 |
| Binary | 10111000 | 1010010 | 1011 | 0 | 110111 | 1011110 | 11100 | 11001 | 1011001 | 100110 |
Color Harmonies of #B8520B
Complementary color
Monochromatic Colors of #B8520B
Black with #B8520B
Text Example
Text Example
White with #B8520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8520B; }
p { color: rgb(184,82,11); }
H1.HeaderClassName
{
color: #B8520B;
}
.AnyTagClassName
{
color: #B8520B;
}
</style>
background-color css
<style>
a { background-color: #B8520B; }
a { background-color: rgb(184,82,11); }
div.DivClassName
{
background-color: #B8520B;
}
.BgClassName
{
background-color: #B8520B;
}
</style>
border-color css
<style>
span { border-color: #B8520B; }
span { border-color: rgb(184,82,11); }
td.TdClassName
{
border-color: #B8520B;
}
.TagClassName
{
border-color: #B8520B;
}
</style>