Shades of Rust #B84904
Tints of Rust #B84904
RGB
CMYK
RGB Variations
Color information
#B84904 (or 0xB84904) is known color: Rust. HEX triplet: B8, 49 and 04. RGB value is (184,73,4). Sum of RGB (Red+Green+Blue) = 184+73+4=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84904 is #47B6FB. Grayscale: #626262. Windows color (decimal): -4699900 or 281016. OLE color: 281016.
HSL color Cylindrical-coordinate representation of color #B84904: hue angle of 23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B84904 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.28 |
| HSL | 23º | 0.96% | 0.37% | - |
| HSV(B) | 23º | 0.98% | 0.72% | - |
| XYZ | 22.17 | 14.96 | 1.83 | - |
| YUV | 98.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 4 | 0 | 0.60 | 0.98 | 0.28 | 23 | 0.96 | 0.37 |
| Hex | B8 | 49 | 4 | 0 | 3C | 62 | 1C | 17 | 60 | 25 |
| Octal | 270 | 111 | 4 | 0 | 74 | 142 | 34 | 27 | 140 | 45 |
| Binary | 10111000 | 1001001 | 100 | 0 | 111100 | 1100010 | 11100 | 10111 | 1100000 | 100101 |
Color Harmonies of #B84904
Complementary color
Monochromatic Colors of #B84904
Black with #B84904
Text Example
Text Example
White with #B84904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84904; }
p { color: rgb(184,73,4); }
H1.HeaderClassName
{
color: #B84904;
}
.AnyTagClassName
{
color: #B84904;
}
</style>
background-color css
<style>
a { background-color: #B84904; }
a { background-color: rgb(184,73,4); }
div.DivClassName
{
background-color: #B84904;
}
.BgClassName
{
background-color: #B84904;
}
</style>
border-color css
<style>
span { border-color: #B84904; }
span { border-color: rgb(184,73,4); }
td.TdClassName
{
border-color: #B84904;
}
.TagClassName
{
border-color: #B84904;
}
</style>