Shades of Rust #B8520A
Tints of Rust #B8520A
RGB
CMYK
RGB Variations
Color information
#B8520A (or 0xB8520A) is known color: Rust. HEX triplet: B8, 52 and 0A. RGB value is (184,82,10). Sum of RGB (Red+Green+Blue) = 184+82+10=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8520A is #47ADF5. Grayscale: #686868. Windows color (decimal): -4697590 or 676536. OLE color: 676536.
HSL color Cylindrical-coordinate representation of color #B8520A: hue angle of 24.83º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8520A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.28 |
| HSL | 24.83º | 0.9% | 0.38% | - |
| HSV(B) | 24.83º | 0.95% | 0.72% | - |
| XYZ | 22.84 | 16.25 | 2.22 | - |
| YUV | 104.29 | 74.79 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 10 | 0 | 0.55 | 0.95 | 0.28 | 24.83 | 0.9 | 0.38 |
| Hex | B8 | 52 | A | 0 | 37 | 5F | 1C | 19 | 5A | 26 |
| Octal | 270 | 122 | 12 | 0 | 67 | 137 | 34 | 31 | 132 | 46 |
| Binary | 10111000 | 1010010 | 1010 | 0 | 110111 | 1011111 | 11100 | 11001 | 1011010 | 100110 |
Color Harmonies of #B8520A
Complementary color
Monochromatic Colors of #B8520A
Black with #B8520A
Text Example
Text Example
White with #B8520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8520A; }
p { color: rgb(184,82,10); }
H1.HeaderClassName
{
color: #B8520A;
}
.AnyTagClassName
{
color: #B8520A;
}
</style>
background-color css
<style>
a { background-color: #B8520A; }
a { background-color: rgb(184,82,10); }
div.DivClassName
{
background-color: #B8520A;
}
.BgClassName
{
background-color: #B8520A;
}
</style>
border-color css
<style>
span { border-color: #B8520A; }
span { border-color: rgb(184,82,10); }
td.TdClassName
{
border-color: #B8520A;
}
.TagClassName
{
border-color: #B8520A;
}
</style>