Shades of Rust #B05101
Tints of Rust #B05101
RGB
CMYK
RGB Variations
Color information
#B05101 (or 0xB05101) is known color: Rust. HEX triplet: B0, 51 and 01. RGB value is (176,81,1). Sum of RGB (Red+Green+Blue) = 176+81+1=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B05101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05101 is #4FAEFE. Grayscale: #646464. Windows color (decimal): -5222143 or 86448. OLE color: 86448.
HSL color Cylindrical-coordinate representation of color #B05101: hue angle of 27.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B05101 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.31 |
| HSL | 27.43º | 0.99% | 0.35% | - |
| HSV(B) | 27.43º | 0.99% | 0.69% | - |
| XYZ | 20.85 | 15.12 | 1.85 | - |
| YUV | 100.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 1 | 0 | 0.54 | 0.99 | 0.31 | 27.43 | 0.99 | 0.35 |
| Hex | B0 | 51 | 1 | 0 | 36 | 63 | 1F | 1B | 63 | 23 |
| Octal | 260 | 121 | 1 | 0 | 66 | 143 | 37 | 33 | 143 | 43 |
| Binary | 10110000 | 1010001 | 1 | 0 | 110110 | 1100011 | 11111 | 11011 | 1100011 | 100011 |
Color Harmonies of #B05101
Complementary color
Monochromatic Colors of #B05101
Black with #B05101
Text Example
Text Example
White with #B05101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05101; }
p { color: rgb(176,81,1); }
H1.HeaderClassName
{
color: #B05101;
}
.AnyTagClassName
{
color: #B05101;
}
</style>
background-color css
<style>
a { background-color: #B05101; }
a { background-color: rgb(176,81,1); }
div.DivClassName
{
background-color: #B05101;
}
.BgClassName
{
background-color: #B05101;
}
</style>
border-color css
<style>
span { border-color: #B05101; }
span { border-color: rgb(176,81,1); }
td.TdClassName
{
border-color: #B05101;
}
.TagClassName
{
border-color: #B05101;
}
</style>