Shades of Rust #B25215
Tints of Rust #B25215
RGB
CMYK
RGB Variations
Color information
#B25215 (or 0xB25215) is known color: Rust. HEX triplet: B2, 52 and 15. RGB value is (178,82,21). Sum of RGB (Red+Green+Blue) = 178+82+21=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25215 is #4DADEA. Grayscale: #686868. Windows color (decimal): -5090795 or 1397426. OLE color: 1397426.
HSL color Cylindrical-coordinate representation of color #B25215: hue angle of 23.31º degrees, saturation: 0.79, 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 #B25215 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 21 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.30 |
| HSL | 23.31º | 0.79% | 0.39% | - |
| HSV(B) | 23.31º | 0.88% | 0.7% | - |
| XYZ | 21.51 | 15.55 | 2.58 | - |
| YUV | 103.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 21 | 0 | 0.54 | 0.88 | 0.30 | 23.31 | 0.79 | 0.39 |
| Hex | B2 | 52 | 15 | 0 | 36 | 58 | 1E | 17 | 4F | 27 |
| Octal | 262 | 122 | 25 | 0 | 66 | 130 | 36 | 27 | 117 | 47 |
| Binary | 10110010 | 1010010 | 10101 | 0 | 110110 | 1011000 | 11110 | 10111 | 1001111 | 100111 |
Color Harmonies of #B25215
Complementary color
Monochromatic Colors of #B25215
Black with #B25215
Text Example
Text Example
White with #B25215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25215; }
p { color: rgb(178,82,21); }
H1.HeaderClassName
{
color: #B25215;
}
.AnyTagClassName
{
color: #B25215;
}
</style>
background-color css
<style>
a { background-color: #B25215; }
a { background-color: rgb(178,82,21); }
div.DivClassName
{
background-color: #B25215;
}
.BgClassName
{
background-color: #B25215;
}
</style>
border-color css
<style>
span { border-color: #B25215; }
span { border-color: rgb(178,82,21); }
td.TdClassName
{
border-color: #B25215;
}
.TagClassName
{
border-color: #B25215;
}
</style>