Shades of Rust #B85307
Tints of Rust #B85307
RGB
CMYK
RGB Variations
Color information
#B85307 (or 0xB85307) is known color: Rust. HEX triplet: B8, 53 and 07. RGB value is (184,83,7). Sum of RGB (Red+Green+Blue) = 184+83+7=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B85307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85307 is #47ACF8. Grayscale: #686868. Windows color (decimal): -4697337 or 480184. OLE color: 480184.
HSL color Cylindrical-coordinate representation of color #B85307: hue angle of 25.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85307 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 7 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.28 |
| HSL | 25.76º | 0.93% | 0.37% | - |
| HSV(B) | 25.76º | 0.96% | 0.72% | - |
| XYZ | 22.9 | 16.39 | 2.16 | - |
| YUV | 104.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 7 | 0 | 0.55 | 0.96 | 0.28 | 25.76 | 0.93 | 0.37 |
| Hex | B8 | 53 | 7 | 0 | 37 | 60 | 1C | 1A | 5D | 25 |
| Octal | 270 | 123 | 7 | 0 | 67 | 140 | 34 | 32 | 135 | 45 |
| Binary | 10111000 | 1010011 | 111 | 0 | 110111 | 1100000 | 11100 | 11010 | 1011101 | 100101 |
Color Harmonies of #B85307
Complementary color
Monochromatic Colors of #B85307
Black with #B85307
Text Example
Text Example
White with #B85307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85307; }
p { color: rgb(184,83,7); }
H1.HeaderClassName
{
color: #B85307;
}
.AnyTagClassName
{
color: #B85307;
}
</style>
background-color css
<style>
a { background-color: #B85307; }
a { background-color: rgb(184,83,7); }
div.DivClassName
{
background-color: #B85307;
}
.BgClassName
{
background-color: #B85307;
}
</style>
border-color css
<style>
span { border-color: #B85307; }
span { border-color: rgb(184,83,7); }
td.TdClassName
{
border-color: #B85307;
}
.TagClassName
{
border-color: #B85307;
}
</style>