Shades of Rust #B85219
Tints of Rust #B85219
RGB
CMYK
RGB Variations
Color information
#B85219 (or 0xB85219) is known color: Rust. HEX triplet: B8, 52 and 19. RGB value is (184,82,25). Sum of RGB (Red+Green+Blue) = 184+82+25=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B85219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85219 is #47ADE6. Grayscale: #6A6A6A. Windows color (decimal): -4697575 or 1659576. OLE color: 1659576.
HSL color Cylindrical-coordinate representation of color #B85219: hue angle of 21.51º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B85219 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 25 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.28 |
| HSL | 21.51º | 0.76% | 0.41% | - |
| HSV(B) | 21.51º | 0.86% | 0.72% | - |
| XYZ | 22.96 | 16.3 | 2.85 | - |
| YUV | 106 | 82.29 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 25 | 0 | 0.55 | 0.86 | 0.28 | 21.51 | 0.76 | 0.41 |
| Hex | B8 | 52 | 19 | 0 | 37 | 56 | 1C | 16 | 4C | 29 |
| Octal | 270 | 122 | 31 | 0 | 67 | 126 | 34 | 26 | 114 | 51 |
| Binary | 10111000 | 1010010 | 11001 | 0 | 110111 | 1010110 | 11100 | 10110 | 1001100 | 101001 |
Color Harmonies of #B85219
Complementary color
Monochromatic Colors of #B85219
Black with #B85219
Text Example
Text Example
White with #B85219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85219; }
p { color: rgb(184,82,25); }
H1.HeaderClassName
{
color: #B85219;
}
.AnyTagClassName
{
color: #B85219;
}
</style>
background-color css
<style>
a { background-color: #B85219; }
a { background-color: rgb(184,82,25); }
div.DivClassName
{
background-color: #B85219;
}
.BgClassName
{
background-color: #B85219;
}
</style>
border-color css
<style>
span { border-color: #B85219; }
span { border-color: rgb(184,82,25); }
td.TdClassName
{
border-color: #B85219;
}
.TagClassName
{
border-color: #B85219;
}
</style>