Shades of Rust #B05306
Tints of Rust #B05306
RGB
CMYK
RGB Variations
Color information
#B05306 (or 0xB05306) is known color: Rust. HEX triplet: B0, 53 and 06. RGB value is (176,83,6). Sum of RGB (Red+Green+Blue) = 176+83+6=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05306 is #4FACF9. Grayscale: #666666. Windows color (decimal): -5221626 or 414640. OLE color: 414640.
HSL color Cylindrical-coordinate representation of color #B05306: hue angle of 27.18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05306 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.31 |
| HSL | 27.18º | 0.93% | 0.36% | - |
| HSV(B) | 27.18º | 0.97% | 0.69% | - |
| XYZ | 21.03 | 15.43 | 2.04 | - |
| YUV | 102.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 6 | 0 | 0.53 | 0.97 | 0.31 | 27.18 | 0.93 | 0.36 |
| Hex | B0 | 53 | 6 | 0 | 35 | 61 | 1F | 1B | 5D | 24 |
| Octal | 260 | 123 | 6 | 0 | 65 | 141 | 37 | 33 | 135 | 44 |
| Binary | 10110000 | 1010011 | 110 | 0 | 110101 | 1100001 | 11111 | 11011 | 1011101 | 100100 |
Color Harmonies of #B05306
Complementary color
Monochromatic Colors of #B05306
Black with #B05306
Text Example
Text Example
White with #B05306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05306; }
p { color: rgb(176,83,6); }
H1.HeaderClassName
{
color: #B05306;
}
.AnyTagClassName
{
color: #B05306;
}
</style>
background-color css
<style>
a { background-color: #B05306; }
a { background-color: rgb(176,83,6); }
div.DivClassName
{
background-color: #B05306;
}
.BgClassName
{
background-color: #B05306;
}
</style>
border-color css
<style>
span { border-color: #B05306; }
span { border-color: rgb(176,83,6); }
td.TdClassName
{
border-color: #B05306;
}
.TagClassName
{
border-color: #B05306;
}
</style>