Shades of Rust #B85413
Tints of Rust #B85413
RGB
CMYK
RGB Variations
Color information
#B85413 (or 0xB85413) is known color: Rust. HEX triplet: B8, 54 and 13. RGB value is (184,84,19). Sum of RGB (Red+Green+Blue) = 184+84+19=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85413 is #47ABEC. Grayscale: #6A6A6A. Windows color (decimal): -4697069 or 1266872. OLE color: 1266872.
HSL color Cylindrical-coordinate representation of color #B85413: hue angle of 23.64º 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 #B85413 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.28 |
| HSL | 23.64º | 0.81% | 0.4% | - |
| HSV(B) | 23.64º | 0.9% | 0.72% | - |
| XYZ | 23.06 | 16.58 | 2.6 | - |
| YUV | 106.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 19 | 0 | 0.54 | 0.90 | 0.28 | 23.64 | 0.81 | 0.4 |
| Hex | B8 | 54 | 13 | 0 | 36 | 5A | 1C | 18 | 51 | 28 |
| Octal | 270 | 124 | 23 | 0 | 66 | 132 | 34 | 30 | 121 | 50 |
| Binary | 10111000 | 1010100 | 10011 | 0 | 110110 | 1011010 | 11100 | 11000 | 1010001 | 101000 |
Color Harmonies of #B85413
Complementary color
Monochromatic Colors of #B85413
Black with #B85413
Text Example
Text Example
White with #B85413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85413; }
p { color: rgb(184,84,19); }
H1.HeaderClassName
{
color: #B85413;
}
.AnyTagClassName
{
color: #B85413;
}
</style>
background-color css
<style>
a { background-color: #B85413; }
a { background-color: rgb(184,84,19); }
div.DivClassName
{
background-color: #B85413;
}
.BgClassName
{
background-color: #B85413;
}
</style>
border-color css
<style>
span { border-color: #B85413; }
span { border-color: rgb(184,84,19); }
td.TdClassName
{
border-color: #B85413;
}
.TagClassName
{
border-color: #B85413;
}
</style>