Shades of Rust #B84500
Tints of Rust #B84500
RGB
CMYK
RGB Variations
Color information
#B84500 (or 0xB84500) is known color: Rust. HEX triplet: B8, 45 and 00. RGB value is (184,69,0). Sum of RGB (Red+Green+Blue) = 184+69+0=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B84500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84500 is #47BAFF. Grayscale: #5F5F5F. Windows color (decimal): -4700928 or 17848. OLE color: 17848.
HSL color Cylindrical-coordinate representation of color #B84500: hue angle of 22.5º 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 #B84500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.28 |
| HSL | 22.5º | 1% | 0.36% | - |
| HSV(B) | 22.5º | 1% | 0.72% | - |
| XYZ | 21.9 | 14.45 | 1.63 | - |
| YUV | 95.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 0 | 0 | 0.62 | 1 | 0.28 | 22.5 | 1 | 0.36 |
| Hex | B8 | 45 | 0 | 0 | 3E | 64 | 1C | 16 | 64 | 24 |
| Octal | 270 | 105 | 0 | 0 | 76 | 144 | 34 | 26 | 144 | 44 |
| Binary | 10111000 | 1000101 | 0 | 0 | 111110 | 1100100 | 11100 | 10110 | 1100100 | 100100 |
Color Harmonies of #B84500
Complementary color
Monochromatic Colors of #B84500
Black with #B84500
Text Example
Text Example
White with #B84500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84500; }
p { color: rgb(184,69,0); }
H1.HeaderClassName
{
color: #B84500;
}
.AnyTagClassName
{
color: #B84500;
}
</style>
background-color css
<style>
a { background-color: #B84500; }
a { background-color: rgb(184,69,0); }
div.DivClassName
{
background-color: #B84500;
}
.BgClassName
{
background-color: #B84500;
}
</style>
border-color css
<style>
span { border-color: #B84500; }
span { border-color: rgb(184,69,0); }
td.TdClassName
{
border-color: #B84500;
}
.TagClassName
{
border-color: #B84500;
}
</style>