Shades of Rust #B84D08
Tints of Rust #B84D08
RGB
CMYK
RGB Variations
Color information
#B84D08 (or 0xB84D08) is known color: Rust. HEX triplet: B8, 4D and 08. RGB value is (184,77,8). Sum of RGB (Red+Green+Blue) = 184+77+8=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D08 is #47B2F7. Grayscale: #656565. Windows color (decimal): -4698872 or 544184. OLE color: 544184.
HSL color Cylindrical-coordinate representation of color #B84D08: hue angle of 23.52º 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 #B84D08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.28 |
| HSL | 23.52º | 0.92% | 0.38% | - |
| HSV(B) | 23.52º | 0.96% | 0.72% | - |
| XYZ | 22.46 | 15.52 | 2.04 | - |
| YUV | 101.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 8 | 0 | 0.58 | 0.96 | 0.28 | 23.52 | 0.92 | 0.38 |
| Hex | B8 | 4D | 8 | 0 | 3A | 60 | 1C | 18 | 5C | 26 |
| Octal | 270 | 115 | 10 | 0 | 72 | 140 | 34 | 30 | 134 | 46 |
| Binary | 10111000 | 1001101 | 1000 | 0 | 111010 | 1100000 | 11100 | 11000 | 1011100 | 100110 |
Color Harmonies of #B84D08
Complementary color
Monochromatic Colors of #B84D08
Black with #B84D08
Text Example
Text Example
White with #B84D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D08; }
p { color: rgb(184,77,8); }
H1.HeaderClassName
{
color: #B84D08;
}
.AnyTagClassName
{
color: #B84D08;
}
</style>
background-color css
<style>
a { background-color: #B84D08; }
a { background-color: rgb(184,77,8); }
div.DivClassName
{
background-color: #B84D08;
}
.BgClassName
{
background-color: #B84D08;
}
</style>
border-color css
<style>
span { border-color: #B84D08; }
span { border-color: rgb(184,77,8); }
td.TdClassName
{
border-color: #B84D08;
}
.TagClassName
{
border-color: #B84D08;
}
</style>