Shades of Rust #B25200
Tints of Rust #B25200
RGB
CMYK
RGB Variations
Color information
#B25200 (or 0xB25200) is known color: Rust. HEX triplet: B2, 52 and 00. RGB value is (178,82,0). Sum of RGB (Red+Green+Blue) = 178+82+0=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B25200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25200 is #4DADFF. Grayscale: #656565. Windows color (decimal): -5090816 or 21170. OLE color: 21170.
HSL color Cylindrical-coordinate representation of color #B25200: hue angle of 27.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B25200 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.30 |
| HSL | 27.64º | 1% | 0.35% | - |
| HSV(B) | 27.64º | 1% | 0.7% | - |
| XYZ | 21.38 | 15.5 | 1.87 | - |
| YUV | 101.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 0 | 0 | 0.54 | 1 | 0.30 | 27.64 | 1 | 0.35 |
| Hex | B2 | 52 | 0 | 0 | 36 | 64 | 1E | 1C | 64 | 23 |
| Octal | 262 | 122 | 0 | 0 | 66 | 144 | 36 | 34 | 144 | 43 |
| Binary | 10110010 | 1010010 | 0 | 0 | 110110 | 1100100 | 11110 | 11100 | 1100100 | 100011 |
Color Harmonies of #B25200
Complementary color
Monochromatic Colors of #B25200
Black with #B25200
Text Example
Text Example
White with #B25200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25200; }
p { color: rgb(178,82,0); }
H1.HeaderClassName
{
color: #B25200;
}
.AnyTagClassName
{
color: #B25200;
}
</style>
background-color css
<style>
a { background-color: #B25200; }
a { background-color: rgb(178,82,0); }
div.DivClassName
{
background-color: #B25200;
}
.BgClassName
{
background-color: #B25200;
}
</style>
border-color css
<style>
span { border-color: #B25200; }
span { border-color: rgb(178,82,0); }
td.TdClassName
{
border-color: #B25200;
}
.TagClassName
{
border-color: #B25200;
}
</style>