Shades of Rust #B85A14
Tints of Rust #B85A14
RGB
CMYK
RGB Variations
Color information
#B85A14 (or 0xB85A14) is known color: Rust. HEX triplet: B8, 5A and 14. RGB value is (184,90,20). Sum of RGB (Red+Green+Blue) = 184+90+20=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A14 is #47A5EB. Grayscale: #6E6E6E. Windows color (decimal): -4695532 or 1333944. OLE color: 1333944.
HSL color Cylindrical-coordinate representation of color #B85A14: hue angle of 25.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85A14 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 20 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.28 |
| HSL | 25.61º | 0.8% | 0.4% | - |
| HSV(B) | 25.61º | 0.89% | 0.72% | - |
| XYZ | 23.55 | 17.55 | 2.81 | - |
| YUV | 110.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 20 | 0 | 0.51 | 0.89 | 0.28 | 25.61 | 0.8 | 0.4 |
| Hex | B8 | 5A | 14 | 0 | 33 | 59 | 1C | 1A | 50 | 28 |
| Octal | 270 | 132 | 24 | 0 | 63 | 131 | 34 | 32 | 120 | 50 |
| Binary | 10111000 | 1011010 | 10100 | 0 | 110011 | 1011001 | 11100 | 11010 | 1010000 | 101000 |
Color Harmonies of #B85A14
Complementary color
Monochromatic Colors of #B85A14
Black with #B85A14
Text Example
Text Example
White with #B85A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A14; }
p { color: rgb(184,90,20); }
H1.HeaderClassName
{
color: #B85A14;
}
.AnyTagClassName
{
color: #B85A14;
}
</style>
background-color css
<style>
a { background-color: #B85A14; }
a { background-color: rgb(184,90,20); }
div.DivClassName
{
background-color: #B85A14;
}
.BgClassName
{
background-color: #B85A14;
}
</style>
border-color css
<style>
span { border-color: #B85A14; }
span { border-color: rgb(184,90,20); }
td.TdClassName
{
border-color: #B85A14;
}
.TagClassName
{
border-color: #B85A14;
}
</style>