Shades of Rust #B05102
Tints of Rust #B05102
RGB
CMYK
RGB Variations
Color information
#B05102 (or 0xB05102) is known color: Rust. HEX triplet: B0, 51 and 02. RGB value is (176,81,2). Sum of RGB (Red+Green+Blue) = 176+81+2=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B05102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05102 is #4FAEFD. Grayscale: #646464. Windows color (decimal): -5222142 or 151984. OLE color: 151984.
HSL color Cylindrical-coordinate representation of color #B05102: hue angle of 27.24º degrees, saturation: 0.98, 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 #B05102 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.31 |
| HSL | 27.24º | 0.98% | 0.35% | - |
| HSV(B) | 27.24º | 0.99% | 0.69% | - |
| XYZ | 20.86 | 15.12 | 1.88 | - |
| YUV | 100.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 2 | 0 | 0.54 | 0.99 | 0.31 | 27.24 | 0.98 | 0.35 |
| Hex | B0 | 51 | 2 | 0 | 36 | 63 | 1F | 1B | 62 | 23 |
| Octal | 260 | 121 | 2 | 0 | 66 | 143 | 37 | 33 | 142 | 43 |
| Binary | 10110000 | 1010001 | 10 | 0 | 110110 | 1100011 | 11111 | 11011 | 1100010 | 100011 |
Color Harmonies of #B05102
Complementary color
Monochromatic Colors of #B05102
Black with #B05102
Text Example
Text Example
White with #B05102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05102; }
p { color: rgb(176,81,2); }
H1.HeaderClassName
{
color: #B05102;
}
.AnyTagClassName
{
color: #B05102;
}
</style>
background-color css
<style>
a { background-color: #B05102; }
a { background-color: rgb(176,81,2); }
div.DivClassName
{
background-color: #B05102;
}
.BgClassName
{
background-color: #B05102;
}
</style>
border-color css
<style>
span { border-color: #B05102; }
span { border-color: rgb(176,81,2); }
td.TdClassName
{
border-color: #B05102;
}
.TagClassName
{
border-color: #B05102;
}
</style>