Shades of Rust #B05307
Tints of Rust #B05307
RGB
CMYK
RGB Variations
Color information
#B05307 (or 0xB05307) is known color: Rust. HEX triplet: B0, 53 and 07. RGB value is (176,83,7). Sum of RGB (Red+Green+Blue) = 176+83+7=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05307 is #4FACF8. Grayscale: #666666. Windows color (decimal): -5221625 or 480176. OLE color: 480176.
HSL color Cylindrical-coordinate representation of color #B05307: hue angle of 26.98º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B05307 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.31 |
| HSL | 26.98º | 0.92% | 0.36% | - |
| HSV(B) | 26.98º | 0.96% | 0.69% | - |
| XYZ | 21.04 | 15.43 | 2.07 | - |
| YUV | 102.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 7 | 0 | 0.53 | 0.96 | 0.31 | 26.98 | 0.92 | 0.36 |
| Hex | B0 | 53 | 7 | 0 | 35 | 60 | 1F | 1B | 5C | 24 |
| Octal | 260 | 123 | 7 | 0 | 65 | 140 | 37 | 33 | 134 | 44 |
| Binary | 10110000 | 1010011 | 111 | 0 | 110101 | 1100000 | 11111 | 11011 | 1011100 | 100100 |
Color Harmonies of #B05307
Complementary color
Monochromatic Colors of #B05307
Black with #B05307
Text Example
Text Example
White with #B05307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05307; }
p { color: rgb(176,83,7); }
H1.HeaderClassName
{
color: #B05307;
}
.AnyTagClassName
{
color: #B05307;
}
</style>
background-color css
<style>
a { background-color: #B05307; }
a { background-color: rgb(176,83,7); }
div.DivClassName
{
background-color: #B05307;
}
.BgClassName
{
background-color: #B05307;
}
</style>
border-color css
<style>
span { border-color: #B05307; }
span { border-color: rgb(176,83,7); }
td.TdClassName
{
border-color: #B05307;
}
.TagClassName
{
border-color: #B05307;
}
</style>