Shades of Rust #B25213
Tints of Rust #B25213
RGB
CMYK
RGB Variations
Color information
#B25213 (or 0xB25213) is known color: Rust. HEX triplet: B2, 52 and 13. RGB value is (178,82,19). Sum of RGB (Red+Green+Blue) = 178+82+19=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B25213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25213 is #4DADEC. Grayscale: #676767. Windows color (decimal): -5090797 or 1266354. OLE color: 1266354.
HSL color Cylindrical-coordinate representation of color #B25213: hue angle of 23.77º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B25213 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 19 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.30 |
| HSL | 23.77º | 0.81% | 0.39% | - |
| HSV(B) | 23.77º | 0.89% | 0.7% | - |
| XYZ | 21.49 | 15.55 | 2.48 | - |
| YUV | 103.52 | 80.3 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 19 | 0 | 0.54 | 0.89 | 0.30 | 23.77 | 0.81 | 0.39 |
| Hex | B2 | 52 | 13 | 0 | 36 | 59 | 1E | 18 | 51 | 27 |
| Octal | 262 | 122 | 23 | 0 | 66 | 131 | 36 | 30 | 121 | 47 |
| Binary | 10110010 | 1010010 | 10011 | 0 | 110110 | 1011001 | 11110 | 11000 | 1010001 | 100111 |
Color Harmonies of #B25213
Complementary color
Monochromatic Colors of #B25213
Black with #B25213
Text Example
Text Example
White with #B25213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25213; }
p { color: rgb(178,82,19); }
H1.HeaderClassName
{
color: #B25213;
}
.AnyTagClassName
{
color: #B25213;
}
</style>
background-color css
<style>
a { background-color: #B25213; }
a { background-color: rgb(178,82,19); }
div.DivClassName
{
background-color: #B25213;
}
.BgClassName
{
background-color: #B25213;
}
</style>
border-color css
<style>
span { border-color: #B25213; }
span { border-color: rgb(178,82,19); }
td.TdClassName
{
border-color: #B25213;
}
.TagClassName
{
border-color: #B25213;
}
</style>