Shades of Rust #B84E08
Tints of Rust #B84E08
RGB
CMYK
RGB Variations
Color information
#B84E08 (or 0xB84E08) is known color: Rust. HEX triplet: B8, 4E and 08. RGB value is (184,78,8). Sum of RGB (Red+Green+Blue) = 184+78+8=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84E08 is #47B1F7. Grayscale: #666666. Windows color (decimal): -4698616 or 544440. OLE color: 544440.
HSL color Cylindrical-coordinate representation of color #B84E08: hue angle of 23.86º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B84E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.28 |
| HSL | 23.86º | 0.92% | 0.38% | - |
| HSV(B) | 23.86º | 0.96% | 0.72% | - |
| XYZ | 22.54 | 15.66 | 2.06 | - |
| YUV | 101.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 8 | 0 | 0.58 | 0.96 | 0.28 | 23.86 | 0.92 | 0.38 |
| Hex | B8 | 4E | 8 | 0 | 3A | 60 | 1C | 18 | 5C | 26 |
| Octal | 270 | 116 | 10 | 0 | 72 | 140 | 34 | 30 | 134 | 46 |
| Binary | 10111000 | 1001110 | 1000 | 0 | 111010 | 1100000 | 11100 | 11000 | 1011100 | 100110 |
Color Harmonies of #B84E08
Complementary color
Monochromatic Colors of #B84E08
Black with #B84E08
Text Example
Text Example
White with #B84E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E08; }
p { color: rgb(184,78,8); }
H1.HeaderClassName
{
color: #B84E08;
}
.AnyTagClassName
{
color: #B84E08;
}
</style>
background-color css
<style>
a { background-color: #B84E08; }
a { background-color: rgb(184,78,8); }
div.DivClassName
{
background-color: #B84E08;
}
.BgClassName
{
background-color: #B84E08;
}
</style>
border-color css
<style>
span { border-color: #B84E08; }
span { border-color: rgb(184,78,8); }
td.TdClassName
{
border-color: #B84E08;
}
.TagClassName
{
border-color: #B84E08;
}
</style>