Shades of Rust #B85313
Tints of Rust #B85313
RGB
CMYK
RGB Variations
Color information
#B85313 (or 0xB85313) is known color: Rust. HEX triplet: B8, 53 and 13. RGB value is (184,83,19). Sum of RGB (Red+Green+Blue) = 184+83+19=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85313 is #47ACEC. Grayscale: #6A6A6A. Windows color (decimal): -4697325 or 1266616. OLE color: 1266616.
HSL color Cylindrical-coordinate representation of color #B85313: hue angle of 23.27º degrees, saturation: 0.81, 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 #B85313 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.28 |
| HSL | 23.27º | 0.81% | 0.4% | - |
| HSV(B) | 23.27º | 0.9% | 0.72% | - |
| XYZ | 22.98 | 16.42 | 2.58 | - |
| YUV | 105.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 19 | 0 | 0.55 | 0.90 | 0.28 | 23.27 | 0.81 | 0.4 |
| Hex | B8 | 53 | 13 | 0 | 37 | 5A | 1C | 17 | 51 | 28 |
| Octal | 270 | 123 | 23 | 0 | 67 | 132 | 34 | 27 | 121 | 50 |
| Binary | 10111000 | 1010011 | 10011 | 0 | 110111 | 1011010 | 11100 | 10111 | 1010001 | 101000 |
Color Harmonies of #B85313
Complementary color
Monochromatic Colors of #B85313
Black with #B85313
Text Example
Text Example
White with #B85313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85313; }
p { color: rgb(184,83,19); }
H1.HeaderClassName
{
color: #B85313;
}
.AnyTagClassName
{
color: #B85313;
}
</style>
background-color css
<style>
a { background-color: #B85313; }
a { background-color: rgb(184,83,19); }
div.DivClassName
{
background-color: #B85313;
}
.BgClassName
{
background-color: #B85313;
}
</style>
border-color css
<style>
span { border-color: #B85313; }
span { border-color: rgb(184,83,19); }
td.TdClassName
{
border-color: #B85313;
}
.TagClassName
{
border-color: #B85313;
}
</style>