Shades of Rust #B82E00
Tints of Rust #B82E00
RGB
CMYK
RGB Variations
Color information
#B82E00 (or 0xB82E00) is known color: Rust. HEX triplet: B8, 2E and 00. RGB value is (184,46,0). Sum of RGB (Red+Green+Blue) = 184+46+0=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82E00 is #47D1FF. Grayscale: #525252. Windows color (decimal): -4706816 or 11960. OLE color: 11960.
HSL color Cylindrical-coordinate representation of color #B82E00: hue angle of 15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B82E00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.28 |
| HSL | 15º | 1% | 0.36% | - |
| HSV(B) | 15º | 1% | 0.72% | - |
| XYZ | 20.74 | 12.14 | 1.25 | - |
| YUV | 82.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 0 | 0 | 0.75 | 1 | 0.28 | 15 | 1 | 0.36 |
| Hex | B8 | 2E | 0 | 0 | 4B | 64 | 1C | F | 64 | 24 |
| Octal | 270 | 56 | 0 | 0 | 113 | 144 | 34 | 17 | 144 | 44 |
| Binary | 10111000 | 101110 | 0 | 0 | 1001011 | 1100100 | 11100 | 1111 | 1100100 | 100100 |
Color Harmonies of #B82E00
Complementary color
Monochromatic Colors of #B82E00
Black with #B82E00
Text Example
Text Example
White with #B82E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E00; }
p { color: rgb(184,46,0); }
H1.HeaderClassName
{
color: #B82E00;
}
.AnyTagClassName
{
color: #B82E00;
}
</style>
background-color css
<style>
a { background-color: #B82E00; }
a { background-color: rgb(184,46,0); }
div.DivClassName
{
background-color: #B82E00;
}
.BgClassName
{
background-color: #B82E00;
}
</style>
border-color css
<style>
span { border-color: #B82E00; }
span { border-color: rgb(184,46,0); }
td.TdClassName
{
border-color: #B82E00;
}
.TagClassName
{
border-color: #B82E00;
}
</style>