Shades of Rust #B25100
Tints of Rust #B25100
RGB
CMYK
RGB Variations
Color information
#B25100 (or 0xB25100) is known color: Rust. HEX triplet: B2, 51 and 00. RGB value is (178,81,0). Sum of RGB (Red+Green+Blue) = 178+81+0=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B25100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25100 is #4DAEFF. Grayscale: #656565. Windows color (decimal): -5091072 or 20914. OLE color: 20914.
HSL color Cylindrical-coordinate representation of color #B25100: hue angle of 27.3º 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 #B25100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.30 |
| HSL | 27.3º | 1% | 0.35% | - |
| HSV(B) | 27.3º | 1% | 0.7% | - |
| XYZ | 21.3 | 15.35 | 1.84 | - |
| YUV | 100.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 0 | 0 | 0.54 | 1 | 0.30 | 27.3 | 1 | 0.35 |
| Hex | B2 | 51 | 0 | 0 | 36 | 64 | 1E | 1B | 64 | 23 |
| Octal | 262 | 121 | 0 | 0 | 66 | 144 | 36 | 33 | 144 | 43 |
| Binary | 10110010 | 1010001 | 0 | 0 | 110110 | 1100100 | 11110 | 11011 | 1100100 | 100011 |
Color Harmonies of #B25100
Complementary color
Monochromatic Colors of #B25100
Black with #B25100
Text Example
Text Example
White with #B25100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25100; }
p { color: rgb(178,81,0); }
H1.HeaderClassName
{
color: #B25100;
}
.AnyTagClassName
{
color: #B25100;
}
</style>
background-color css
<style>
a { background-color: #B25100; }
a { background-color: rgb(178,81,0); }
div.DivClassName
{
background-color: #B25100;
}
.BgClassName
{
background-color: #B25100;
}
</style>
border-color css
<style>
span { border-color: #B25100; }
span { border-color: rgb(178,81,0); }
td.TdClassName
{
border-color: #B25100;
}
.TagClassName
{
border-color: #B25100;
}
</style>