Shades of Rust #B2540F
Tints of Rust #B2540F
RGB
CMYK
RGB Variations
Color information
#B2540F (or 0xB2540F) is known color: Rust. HEX triplet: B2, 54 and 0F. RGB value is (178,84,15). Sum of RGB (Red+Green+Blue) = 178+84+15=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2540F is #4DABF0. Grayscale: #686868. Windows color (decimal): -5090289 or 1004722. OLE color: 1004722.
HSL color Cylindrical-coordinate representation of color #B2540F: hue angle of 25.4º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2540F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 15 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.30 |
| HSL | 25.4º | 0.84% | 0.38% | - |
| HSV(B) | 25.4º | 0.92% | 0.7% | - |
| XYZ | 21.62 | 15.84 | 2.37 | - |
| YUV | 104.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 15 | 0 | 0.53 | 0.92 | 0.30 | 25.4 | 0.84 | 0.38 |
| Hex | B2 | 54 | F | 0 | 35 | 5C | 1E | 19 | 54 | 26 |
| Octal | 262 | 124 | 17 | 0 | 65 | 134 | 36 | 31 | 124 | 46 |
| Binary | 10110010 | 1010100 | 1111 | 0 | 110101 | 1011100 | 11110 | 11001 | 1010100 | 100110 |
Color Harmonies of #B2540F
Complementary color
Monochromatic Colors of #B2540F
Black with #B2540F
Text Example
Text Example
White with #B2540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2540F; }
p { color: rgb(178,84,15); }
H1.HeaderClassName
{
color: #B2540F;
}
.AnyTagClassName
{
color: #B2540F;
}
</style>
background-color css
<style>
a { background-color: #B2540F; }
a { background-color: rgb(178,84,15); }
div.DivClassName
{
background-color: #B2540F;
}
.BgClassName
{
background-color: #B2540F;
}
</style>
border-color css
<style>
span { border-color: #B2540F; }
span { border-color: rgb(178,84,15); }
td.TdClassName
{
border-color: #B2540F;
}
.TagClassName
{
border-color: #B2540F;
}
</style>