Shades of Rust #B05213
Tints of Rust #B05213
RGB
CMYK
RGB Variations
Color information
#B05213 (or 0xB05213) is known color: Rust. HEX triplet: B0, 52 and 13. RGB value is (176,82,19). Sum of RGB (Red+Green+Blue) = 176+82+19=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05213 is #4FADEC. Grayscale: #676767. Windows color (decimal): -5221869 or 1266352. OLE color: 1266352.
HSL color Cylindrical-coordinate representation of color #B05213: hue angle of 24.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B05213 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 19 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.31 |
| HSL | 24.08º | 0.81% | 0.38% | - |
| HSV(B) | 24.08º | 0.89% | 0.69% | - |
| XYZ | 21.04 | 15.31 | 2.46 | - |
| YUV | 102.92 | 80.64 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 19 | 0 | 0.53 | 0.89 | 0.31 | 24.08 | 0.81 | 0.38 |
| Hex | B0 | 52 | 13 | 0 | 35 | 59 | 1F | 18 | 51 | 26 |
| Octal | 260 | 122 | 23 | 0 | 65 | 131 | 37 | 30 | 121 | 46 |
| Binary | 10110000 | 1010010 | 10011 | 0 | 110101 | 1011001 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #B05213
Complementary color
Monochromatic Colors of #B05213
Black with #B05213
Text Example
Text Example
White with #B05213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05213; }
p { color: rgb(176,82,19); }
H1.HeaderClassName
{
color: #B05213;
}
.AnyTagClassName
{
color: #B05213;
}
</style>
background-color css
<style>
a { background-color: #B05213; }
a { background-color: rgb(176,82,19); }
div.DivClassName
{
background-color: #B05213;
}
.BgClassName
{
background-color: #B05213;
}
</style>
border-color css
<style>
span { border-color: #B05213; }
span { border-color: rgb(176,82,19); }
td.TdClassName
{
border-color: #B05213;
}
.TagClassName
{
border-color: #B05213;
}
</style>