Shades of Rust #B8521A
Tints of Rust #B8521A
RGB
CMYK
RGB Variations
Color information
#B8521A (or 0xB8521A) is known color: Rust. HEX triplet: B8, 52 and 1A. RGB value is (184,82,26). Sum of RGB (Red+Green+Blue) = 184+82+26=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8521A is #47ADE5. Grayscale: #6A6A6A. Windows color (decimal): -4697574 or 1725112. OLE color: 1725112.
HSL color Cylindrical-coordinate representation of color #B8521A: hue angle of 21.27º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8521A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 26 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.28 |
| HSL | 21.27º | 0.75% | 0.41% | - |
| HSV(B) | 21.27º | 0.86% | 0.72% | - |
| XYZ | 22.97 | 16.3 | 2.91 | - |
| YUV | 106.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 26 | 0 | 0.55 | 0.86 | 0.28 | 21.27 | 0.75 | 0.41 |
| Hex | B8 | 52 | 1A | 0 | 37 | 56 | 1C | 15 | 4B | 29 |
| Octal | 270 | 122 | 32 | 0 | 67 | 126 | 34 | 25 | 113 | 51 |
| Binary | 10111000 | 1010010 | 11010 | 0 | 110111 | 1010110 | 11100 | 10101 | 1001011 | 101001 |
Color Harmonies of #B8521A
Complementary color
Monochromatic Colors of #B8521A
Black with #B8521A
Text Example
Text Example
White with #B8521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8521A; }
p { color: rgb(184,82,26); }
H1.HeaderClassName
{
color: #B8521A;
}
.AnyTagClassName
{
color: #B8521A;
}
</style>
background-color css
<style>
a { background-color: #B8521A; }
a { background-color: rgb(184,82,26); }
div.DivClassName
{
background-color: #B8521A;
}
.BgClassName
{
background-color: #B8521A;
}
</style>
border-color css
<style>
span { border-color: #B8521A; }
span { border-color: rgb(184,82,26); }
td.TdClassName
{
border-color: #B8521A;
}
.TagClassName
{
border-color: #B8521A;
}
</style>