Shades of Rust #B8520C
Tints of Rust #B8520C
RGB
CMYK
RGB Variations
Color information
#B8520C (or 0xB8520C) is known color: Rust. HEX triplet: B8, 52 and 0C. RGB value is (184,82,12). Sum of RGB (Red+Green+Blue) = 184+82+12=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8520C is #47ADF3. Grayscale: #686868. Windows color (decimal): -4697588 or 807608. OLE color: 807608.
HSL color Cylindrical-coordinate representation of color #B8520C: hue angle of 24.42º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8520C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 12 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.28 |
| HSL | 24.42º | 0.88% | 0.38% | - |
| HSV(B) | 24.42º | 0.93% | 0.72% | - |
| XYZ | 22.85 | 16.25 | 2.28 | - |
| YUV | 104.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 12 | 0 | 0.55 | 0.93 | 0.28 | 24.42 | 0.88 | 0.38 |
| Hex | B8 | 52 | C | 0 | 37 | 5D | 1C | 18 | 58 | 26 |
| Octal | 270 | 122 | 14 | 0 | 67 | 135 | 34 | 30 | 130 | 46 |
| Binary | 10111000 | 1010010 | 1100 | 0 | 110111 | 1011101 | 11100 | 11000 | 1011000 | 100110 |
Color Harmonies of #B8520C
Complementary color
Monochromatic Colors of #B8520C
Black with #B8520C
Text Example
Text Example
White with #B8520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8520C; }
p { color: rgb(184,82,12); }
H1.HeaderClassName
{
color: #B8520C;
}
.AnyTagClassName
{
color: #B8520C;
}
</style>
background-color css
<style>
a { background-color: #B8520C; }
a { background-color: rgb(184,82,12); }
div.DivClassName
{
background-color: #B8520C;
}
.BgClassName
{
background-color: #B8520C;
}
</style>
border-color css
<style>
span { border-color: #B8520C; }
span { border-color: rgb(184,82,12); }
td.TdClassName
{
border-color: #B8520C;
}
.TagClassName
{
border-color: #B8520C;
}
</style>