Shades of Rust #B25516
Tints of Rust #B25516
RGB
CMYK
RGB Variations
Color information
#B25516 (or 0xB25516) is known color: Rust. HEX triplet: B2, 55 and 16. RGB value is (178,85,22). Sum of RGB (Red+Green+Blue) = 178+85+22=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B25516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25516 is #4DAAE9. Grayscale: #696969. Windows color (decimal): -5090026 or 1463730. OLE color: 1463730.
HSL color Cylindrical-coordinate representation of color #B25516: hue angle of 24.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B25516 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 22 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.30 |
| HSL | 24.23º | 0.78% | 0.39% | - |
| HSV(B) | 24.23º | 0.88% | 0.7% | - |
| XYZ | 21.75 | 16.02 | 2.7 | - |
| YUV | 105.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 22 | 0 | 0.52 | 0.88 | 0.30 | 24.23 | 0.78 | 0.39 |
| Hex | B2 | 55 | 16 | 0 | 34 | 58 | 1E | 18 | 4E | 27 |
| Octal | 262 | 125 | 26 | 0 | 64 | 130 | 36 | 30 | 116 | 47 |
| Binary | 10110010 | 1010101 | 10110 | 0 | 110100 | 1011000 | 11110 | 11000 | 1001110 | 100111 |
Color Harmonies of #B25516
Complementary color
Monochromatic Colors of #B25516
Black with #B25516
Text Example
Text Example
White with #B25516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25516; }
p { color: rgb(178,85,22); }
H1.HeaderClassName
{
color: #B25516;
}
.AnyTagClassName
{
color: #B25516;
}
</style>
background-color css
<style>
a { background-color: #B25516; }
a { background-color: rgb(178,85,22); }
div.DivClassName
{
background-color: #B25516;
}
.BgClassName
{
background-color: #B25516;
}
</style>
border-color css
<style>
span { border-color: #B25516; }
span { border-color: rgb(178,85,22); }
td.TdClassName
{
border-color: #B25516;
}
.TagClassName
{
border-color: #B25516;
}
</style>