Shades of Rust #B84E00
Tints of Rust #B84E00
RGB
CMYK
RGB Variations
Color information
#B84E00 (or 0xB84E00) is known color: Rust. HEX triplet: B8, 4E and 00. RGB value is (184,78,0). Sum of RGB (Red+Green+Blue) = 184+78+0=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84E00 is #47B1FF. Grayscale: #656565. Windows color (decimal): -4698624 or 20152. OLE color: 20152.
HSL color Cylindrical-coordinate representation of color #B84E00: hue angle of 25.43º 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 #B84E00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.28 |
| HSL | 25.43º | 1% | 0.36% | - |
| HSV(B) | 25.43º | 1% | 0.72% | - |
| XYZ | 22.49 | 15.64 | 1.83 | - |
| YUV | 100.8 | 71.12 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 0 | 0 | 0.58 | 1 | 0.28 | 25.43 | 1 | 0.36 |
| Hex | B8 | 4E | 0 | 0 | 3A | 64 | 1C | 19 | 64 | 24 |
| Octal | 270 | 116 | 0 | 0 | 72 | 144 | 34 | 31 | 144 | 44 |
| Binary | 10111000 | 1001110 | 0 | 0 | 111010 | 1100100 | 11100 | 11001 | 1100100 | 100100 |
Color Harmonies of #B84E00
Complementary color
Monochromatic Colors of #B84E00
Black with #B84E00
Text Example
Text Example
White with #B84E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E00; }
p { color: rgb(184,78,0); }
H1.HeaderClassName
{
color: #B84E00;
}
.AnyTagClassName
{
color: #B84E00;
}
</style>
background-color css
<style>
a { background-color: #B84E00; }
a { background-color: rgb(184,78,0); }
div.DivClassName
{
background-color: #B84E00;
}
.BgClassName
{
background-color: #B84E00;
}
</style>
border-color css
<style>
span { border-color: #B84E00; }
span { border-color: rgb(184,78,0); }
td.TdClassName
{
border-color: #B84E00;
}
.TagClassName
{
border-color: #B84E00;
}
</style>