Shades of Rust #B05210
Tints of Rust #B05210
RGB
CMYK
RGB Variations
Color information
#B05210 (or 0xB05210) is known color: Rust. HEX triplet: B0, 52 and 10. RGB value is (176,82,16). Sum of RGB (Red+Green+Blue) = 176+82+16=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05210 is #4FADEF. Grayscale: #666666. Windows color (decimal): -5221872 or 1069744. OLE color: 1069744.
HSL color Cylindrical-coordinate representation of color #B05210: hue angle of 24.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05210 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.31 |
| HSL | 24.75º | 0.83% | 0.38% | - |
| HSV(B) | 24.75º | 0.91% | 0.69% | - |
| XYZ | 21.02 | 15.3 | 2.34 | - |
| YUV | 102.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 16 | 0 | 0.53 | 0.91 | 0.31 | 24.75 | 0.83 | 0.38 |
| Hex | B0 | 52 | 10 | 0 | 35 | 5B | 1F | 19 | 53 | 26 |
| Octal | 260 | 122 | 20 | 0 | 65 | 133 | 37 | 31 | 123 | 46 |
| Binary | 10110000 | 1010010 | 10000 | 0 | 110101 | 1011011 | 11111 | 11001 | 1010011 | 100110 |
Color Harmonies of #B05210
Complementary color
Monochromatic Colors of #B05210
Black with #B05210
Text Example
Text Example
White with #B05210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05210; }
p { color: rgb(176,82,16); }
H1.HeaderClassName
{
color: #B05210;
}
.AnyTagClassName
{
color: #B05210;
}
</style>
background-color css
<style>
a { background-color: #B05210; }
a { background-color: rgb(176,82,16); }
div.DivClassName
{
background-color: #B05210;
}
.BgClassName
{
background-color: #B05210;
}
</style>
border-color css
<style>
span { border-color: #B05210; }
span { border-color: rgb(176,82,16); }
td.TdClassName
{
border-color: #B05210;
}
.TagClassName
{
border-color: #B05210;
}
</style>