Shades of Rust #B25512
Tints of Rust #B25512
RGB
CMYK
RGB Variations
Color information
#B25512 (or 0xB25512) is known color: Rust. HEX triplet: B2, 55 and 12. RGB value is (178,85,18). Sum of RGB (Red+Green+Blue) = 178+85+18=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25512 is #4DAAED. Grayscale: #696969. Windows color (decimal): -5090030 or 1201586. OLE color: 1201586.
HSL color Cylindrical-coordinate representation of color #B25512: hue angle of 25.12º 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 #B25512 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 85 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.30 |
| HSL | 25.13º | 0.82% | 0.38% | - |
| HSV(B) | 25.13º | 0.9% | 0.7% | - |
| XYZ | 21.72 | 16.01 | 2.52 | - |
| YUV | 105.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 85 | 18 | 0 | 0.52 | 0.90 | 0.30 | 25.13 | 0.82 | 0.38 |
| Hex | B2 | 55 | 12 | 0 | 34 | 5A | 1E | 19 | 52 | 26 |
| Octal | 262 | 125 | 22 | 0 | 64 | 132 | 36 | 31 | 122 | 46 |
| Binary | 10110010 | 1010101 | 10010 | 0 | 110100 | 1011010 | 11110 | 11001 | 1010010 | 100110 |
Color Harmonies of #B25512
Complementary color
Monochromatic Colors of #B25512
Black with #B25512
Text Example
Text Example
White with #B25512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25512; }
p { color: rgb(178,85,18); }
H1.HeaderClassName
{
color: #B25512;
}
.AnyTagClassName
{
color: #B25512;
}
</style>
background-color css
<style>
a { background-color: #B25512; }
a { background-color: rgb(178,85,18); }
div.DivClassName
{
background-color: #B25512;
}
.BgClassName
{
background-color: #B25512;
}
</style>
border-color css
<style>
span { border-color: #B25512; }
span { border-color: rgb(178,85,18); }
td.TdClassName
{
border-color: #B25512;
}
.TagClassName
{
border-color: #B25512;
}
</style>