Shades of Rust #B25612
Tints of Rust #B25612
RGB
CMYK
RGB Variations
Color information
#B25612 (or 0xB25612) is known color: Rust. HEX triplet: B2, 56 and 12. RGB value is (178,86,18). Sum of RGB (Red+Green+Blue) = 178+86+18=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B25612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25612 is #4DA9ED. Grayscale: #6A6A6A. Windows color (decimal): -5089774 or 1201842. OLE color: 1201842.
HSL color Cylindrical-coordinate representation of color #B25612: hue angle of 25.5º 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 #B25612 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.30 |
| HSL | 25.5º | 0.82% | 0.38% | - |
| HSV(B) | 25.5º | 0.9% | 0.7% | - |
| XYZ | 21.8 | 16.16 | 2.54 | - |
| YUV | 105.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 18 | 0 | 0.52 | 0.90 | 0.30 | 25.5 | 0.82 | 0.38 |
| Hex | B2 | 56 | 12 | 0 | 34 | 5A | 1E | 1A | 52 | 26 |
| Octal | 262 | 126 | 22 | 0 | 64 | 132 | 36 | 32 | 122 | 46 |
| Binary | 10110010 | 1010110 | 10010 | 0 | 110100 | 1011010 | 11110 | 11010 | 1010010 | 100110 |
Color Harmonies of #B25612
Complementary color
Monochromatic Colors of #B25612
Black with #B25612
Text Example
Text Example
White with #B25612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25612; }
p { color: rgb(178,86,18); }
H1.HeaderClassName
{
color: #B25612;
}
.AnyTagClassName
{
color: #B25612;
}
</style>
background-color css
<style>
a { background-color: #B25612; }
a { background-color: rgb(178,86,18); }
div.DivClassName
{
background-color: #B25612;
}
.BgClassName
{
background-color: #B25612;
}
</style>
border-color css
<style>
span { border-color: #B25612; }
span { border-color: rgb(178,86,18); }
td.TdClassName
{
border-color: #B25612;
}
.TagClassName
{
border-color: #B25612;
}
</style>