Shades of Rust #B05100
Tints of Rust #B05100
RGB
CMYK
RGB Variations
Color information
#B05100 (or 0xB05100) is known color: Rust. HEX triplet: B0, 51 and 00. RGB value is (176,81,0). Sum of RGB (Red+Green+Blue) = 176+81+0=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B05100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05100 is #4FAEFF. Grayscale: #646464. Windows color (decimal): -5222144 or 20912. OLE color: 20912.
HSL color Cylindrical-coordinate representation of color #B05100: hue angle of 27.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B05100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 81 | 0 | - |
CMYK | 0 | 0.54 | 1 | 0.31 |
HSL | 27.61º | 1% | 0.35% | - |
HSV(B) | 27.61º | 1% | 0.69% | - |
XYZ | 20.85 | 15.11 | 1.82 | - |
YUV | 100.17 | 71.47 | 182.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 81 | 0 | 0 | 0.54 | 1 | 0.31 | 27.61 | 1 | 0.35 |
Hex | B0 | 51 | 0 | 0 | 36 | 64 | 1F | 1C | 64 | 23 |
Octal | 260 | 121 | 0 | 0 | 66 | 144 | 37 | 34 | 144 | 43 |
Binary | 10110000 | 1010001 | 0 | 0 | 110110 | 1100100 | 11111 | 11100 | 1100100 | 100011 |
Color Harmonies of #B05100
Complementary color
Monochromatic Colors of #B05100
Black with #B05100
Text Example
Text Example
White with #B05100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05100; }
p { color: rgb(176,81,0); }
H1.HeaderClassName
{
color: #B05100;
}
.AnyTagClassName
{
color: #B05100;
}
</style>
background-color css
<style>
a { background-color: #B05100; }
a { background-color: rgb(176,81,0); }
div.DivClassName
{
background-color: #B05100;
}
.BgClassName
{
background-color: #B05100;
}
</style>
border-color css
<style>
span { border-color: #B05100; }
span { border-color: rgb(176,81,0); }
td.TdClassName
{
border-color: #B05100;
}
.TagClassName
{
border-color: #B05100;
}
</style>