Shades of Rust #B85A12
Tints of Rust #B85A12
RGB
CMYK
RGB Variations
Color information
#B85A12 (or 0xB85A12) is known color: Rust. HEX triplet: B8, 5A and 12. RGB value is (184,90,18). Sum of RGB (Red+Green+Blue) = 184+90+18=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A12 is #47A5ED. Grayscale: #6E6E6E. Windows color (decimal): -4695534 or 1202872. OLE color: 1202872.
HSL color Cylindrical-coordinate representation of color #B85A12: hue angle of 26.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85A12 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.28 |
| HSL | 26.02º | 0.82% | 0.4% | - |
| HSV(B) | 26.02º | 0.9% | 0.72% | - |
| XYZ | 23.53 | 17.55 | 2.72 | - |
| YUV | 109.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 18 | 0 | 0.51 | 0.90 | 0.28 | 26.02 | 0.82 | 0.4 |
| Hex | B8 | 5A | 12 | 0 | 33 | 5A | 1C | 1A | 52 | 28 |
| Octal | 270 | 132 | 22 | 0 | 63 | 132 | 34 | 32 | 122 | 50 |
| Binary | 10111000 | 1011010 | 10010 | 0 | 110011 | 1011010 | 11100 | 11010 | 1010010 | 101000 |
Color Harmonies of #B85A12
Complementary color
Monochromatic Colors of #B85A12
Black with #B85A12
Text Example
Text Example
White with #B85A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A12; }
p { color: rgb(184,90,18); }
H1.HeaderClassName
{
color: #B85A12;
}
.AnyTagClassName
{
color: #B85A12;
}
</style>
background-color css
<style>
a { background-color: #B85A12; }
a { background-color: rgb(184,90,18); }
div.DivClassName
{
background-color: #B85A12;
}
.BgClassName
{
background-color: #B85A12;
}
</style>
border-color css
<style>
span { border-color: #B85A12; }
span { border-color: rgb(184,90,18); }
td.TdClassName
{
border-color: #B85A12;
}
.TagClassName
{
border-color: #B85A12;
}
</style>