Shades of Rust #B05810
Tints of Rust #B05810
RGB
CMYK
RGB Variations
Color information
#B05810 (or 0xB05810) is known color: Rust. HEX triplet: B0, 58 and 10. RGB value is (176,88,16). Sum of RGB (Red+Green+Blue) = 176+88+16=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05810 is #4FA7EF. Grayscale: #6A6A6A. Windows color (decimal): -5220336 or 1071280. OLE color: 1071280.
HSL color Cylindrical-coordinate representation of color #B05810: hue angle of 27º 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 #B05810 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 16 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.31 |
| HSL | 27º | 0.83% | 0.38% | - |
| HSV(B) | 27º | 0.91% | 0.69% | - |
| XYZ | 21.49 | 16.25 | 2.49 | - |
| YUV | 106.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 16 | 0 | 0.50 | 0.91 | 0.31 | 27 | 0.83 | 0.38 |
| Hex | B0 | 58 | 10 | 0 | 32 | 5B | 1F | 1B | 53 | 26 |
| Octal | 260 | 130 | 20 | 0 | 62 | 133 | 37 | 33 | 123 | 46 |
| Binary | 10110000 | 1011000 | 10000 | 0 | 110010 | 1011011 | 11111 | 11011 | 1010011 | 100110 |
Color Harmonies of #B05810
Complementary color
Monochromatic Colors of #B05810
Black with #B05810
Text Example
Text Example
White with #B05810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05810; }
p { color: rgb(176,88,16); }
H1.HeaderClassName
{
color: #B05810;
}
.AnyTagClassName
{
color: #B05810;
}
</style>
background-color css
<style>
a { background-color: #B05810; }
a { background-color: rgb(176,88,16); }
div.DivClassName
{
background-color: #B05810;
}
.BgClassName
{
background-color: #B05810;
}
</style>
border-color css
<style>
span { border-color: #B05810; }
span { border-color: rgb(176,88,16); }
td.TdClassName
{
border-color: #B05810;
}
.TagClassName
{
border-color: #B05810;
}
</style>