Shades of Rust #B8521B
Tints of Rust #B8521B
RGB
CMYK
RGB Variations
Color information
#B8521B (or 0xB8521B) is known color: Rust. HEX triplet: B8, 52 and 1B. RGB value is (184,82,27). Sum of RGB (Red+Green+Blue) = 184+82+27=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8521B is #47ADE4. Grayscale: #6A6A6A. Windows color (decimal): -4697573 or 1790648. OLE color: 1790648.
HSL color Cylindrical-coordinate representation of color #B8521B: hue angle of 21.02º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8521B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 27 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.28 |
| HSL | 21.02º | 0.74% | 0.41% | - |
| HSV(B) | 21.02º | 0.85% | 0.72% | - |
| XYZ | 22.98 | 16.3 | 2.97 | - |
| YUV | 106.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 27 | 0 | 0.55 | 0.85 | 0.28 | 21.02 | 0.74 | 0.41 |
| Hex | B8 | 52 | 1B | 0 | 37 | 55 | 1C | 15 | 4A | 29 |
| Octal | 270 | 122 | 33 | 0 | 67 | 125 | 34 | 25 | 112 | 51 |
| Binary | 10111000 | 1010010 | 11011 | 0 | 110111 | 1010101 | 11100 | 10101 | 1001010 | 101001 |
Color Harmonies of #B8521B
Complementary color
Monochromatic Colors of #B8521B
Black with #B8521B
Text Example
Text Example
White with #B8521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8521B; }
p { color: rgb(184,82,27); }
H1.HeaderClassName
{
color: #B8521B;
}
.AnyTagClassName
{
color: #B8521B;
}
</style>
background-color css
<style>
a { background-color: #B8521B; }
a { background-color: rgb(184,82,27); }
div.DivClassName
{
background-color: #B8521B;
}
.BgClassName
{
background-color: #B8521B;
}
</style>
border-color css
<style>
span { border-color: #B8521B; }
span { border-color: rgb(184,82,27); }
td.TdClassName
{
border-color: #B8521B;
}
.TagClassName
{
border-color: #B8521B;
}
</style>