Shades of Rust #B05010
Tints of Rust #B05010
RGB
CMYK
RGB Variations
Color information
#B05010 (or 0xB05010) is known color: Rust. HEX triplet: B0, 50 and 10. RGB value is (176,80,16). Sum of RGB (Red+Green+Blue) = 176+80+16=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B05010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05010 is #4FAFEF. Grayscale: #656565. Windows color (decimal): -5222384 or 1069232. OLE color: 1069232.
HSL color Cylindrical-coordinate representation of color #B05010: hue angle of 24º 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 #B05010 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.31 |
| HSL | 24º | 0.83% | 0.38% | - |
| HSV(B) | 24º | 0.91% | 0.69% | - |
| XYZ | 20.87 | 15 | 2.29 | - |
| YUV | 101.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 16 | 0 | 0.55 | 0.91 | 0.31 | 24 | 0.83 | 0.38 |
| Hex | B0 | 50 | 10 | 0 | 37 | 5B | 1F | 18 | 53 | 26 |
| Octal | 260 | 120 | 20 | 0 | 67 | 133 | 37 | 30 | 123 | 46 |
| Binary | 10110000 | 1010000 | 10000 | 0 | 110111 | 1011011 | 11111 | 11000 | 1010011 | 100110 |
Color Harmonies of #B05010
Complementary color
Monochromatic Colors of #B05010
Black with #B05010
Text Example
Text Example
White with #B05010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05010; }
p { color: rgb(176,80,16); }
H1.HeaderClassName
{
color: #B05010;
}
.AnyTagClassName
{
color: #B05010;
}
</style>
background-color css
<style>
a { background-color: #B05010; }
a { background-color: rgb(176,80,16); }
div.DivClassName
{
background-color: #B05010;
}
.BgClassName
{
background-color: #B05010;
}
</style>
border-color css
<style>
span { border-color: #B05010; }
span { border-color: rgb(176,80,16); }
td.TdClassName
{
border-color: #B05010;
}
.TagClassName
{
border-color: #B05010;
}
</style>