Shades of Rust #B25212
Tints of Rust #B25212
RGB
CMYK
RGB Variations
Color information
#B25212 (or 0xB25212) is known color: Rust. HEX triplet: B2, 52 and 12. RGB value is (178,82,18). Sum of RGB (Red+Green+Blue) = 178+82+18=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B25212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25212 is #4DADED. Grayscale: #676767. Windows color (decimal): -5090798 or 1200818. OLE color: 1200818.
HSL color Cylindrical-coordinate representation of color #B25212: hue angle of 24º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B25212 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.30 |
| HSL | 24º | 0.82% | 0.38% | - |
| HSV(B) | 24º | 0.9% | 0.7% | - |
| XYZ | 21.49 | 15.54 | 2.44 | - |
| YUV | 103.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 18 | 0 | 0.54 | 0.90 | 0.30 | 24 | 0.82 | 0.38 |
| Hex | B2 | 52 | 12 | 0 | 36 | 5A | 1E | 18 | 52 | 26 |
| Octal | 262 | 122 | 22 | 0 | 66 | 132 | 36 | 30 | 122 | 46 |
| Binary | 10110010 | 1010010 | 10010 | 0 | 110110 | 1011010 | 11110 | 11000 | 1010010 | 100110 |
Color Harmonies of #B25212
Complementary color
Monochromatic Colors of #B25212
Black with #B25212
Text Example
Text Example
White with #B25212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25212; }
p { color: rgb(178,82,18); }
H1.HeaderClassName
{
color: #B25212;
}
.AnyTagClassName
{
color: #B25212;
}
</style>
background-color css
<style>
a { background-color: #B25212; }
a { background-color: rgb(178,82,18); }
div.DivClassName
{
background-color: #B25212;
}
.BgClassName
{
background-color: #B25212;
}
</style>
border-color css
<style>
span { border-color: #B25212; }
span { border-color: rgb(178,82,18); }
td.TdClassName
{
border-color: #B25212;
}
.TagClassName
{
border-color: #B25212;
}
</style>