Shades of Rust #B05001
Tints of Rust #B05001
RGB
CMYK
RGB Variations
Color information
#B05001 (or 0xB05001) is known color: Rust. HEX triplet: B0, 50 and 01. RGB value is (176,80,1). Sum of RGB (Red+Green+Blue) = 176+80+1=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B05001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05001 is #4FAFFE. Grayscale: #646464. Windows color (decimal): -5222399 or 86192. OLE color: 86192.
HSL color Cylindrical-coordinate representation of color #B05001: hue angle of 27.09º 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 #B05001 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.31 |
| HSL | 27.09º | 0.99% | 0.35% | - |
| HSV(B) | 27.09º | 0.99% | 0.69% | - |
| XYZ | 20.78 | 14.97 | 1.82 | - |
| YUV | 99.7 | 72.3 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 1 | 0 | 0.55 | 0.99 | 0.31 | 27.09 | 0.99 | 0.35 |
| Hex | B0 | 50 | 1 | 0 | 37 | 63 | 1F | 1B | 63 | 23 |
| Octal | 260 | 120 | 1 | 0 | 67 | 143 | 37 | 33 | 143 | 43 |
| Binary | 10110000 | 1010000 | 1 | 0 | 110111 | 1100011 | 11111 | 11011 | 1100011 | 100011 |
Color Harmonies of #B05001
Complementary color
Monochromatic Colors of #B05001
Black with #B05001
Text Example
Text Example
White with #B05001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05001; }
p { color: rgb(176,80,1); }
H1.HeaderClassName
{
color: #B05001;
}
.AnyTagClassName
{
color: #B05001;
}
</style>
background-color css
<style>
a { background-color: #B05001; }
a { background-color: rgb(176,80,1); }
div.DivClassName
{
background-color: #B05001;
}
.BgClassName
{
background-color: #B05001;
}
</style>
border-color css
<style>
span { border-color: #B05001; }
span { border-color: rgb(176,80,1); }
td.TdClassName
{
border-color: #B05001;
}
.TagClassName
{
border-color: #B05001;
}
</style>