Shades of Rust #B84D0A
Tints of Rust #B84D0A
RGB
CMYK
RGB Variations
Color information
#B84D0A (or 0xB84D0A) is known color: Rust. HEX triplet: B8, 4D and 0A. RGB value is (184,77,10). Sum of RGB (Red+Green+Blue) = 184+77+10=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D0A is #47B2F5. Grayscale: #656565. Windows color (decimal): -4698870 or 675256. OLE color: 675256.
HSL color Cylindrical-coordinate representation of color #B84D0A: hue angle of 23.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B84D0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.28 |
| HSL | 23.1º | 0.9% | 0.38% | - |
| HSV(B) | 23.1º | 0.95% | 0.72% | - |
| XYZ | 22.48 | 15.52 | 2.1 | - |
| YUV | 101.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 10 | 0 | 0.58 | 0.95 | 0.28 | 23.1 | 0.9 | 0.38 |
| Hex | B8 | 4D | A | 0 | 3A | 5F | 1C | 17 | 5A | 26 |
| Octal | 270 | 115 | 12 | 0 | 72 | 137 | 34 | 27 | 132 | 46 |
| Binary | 10111000 | 1001101 | 1010 | 0 | 111010 | 1011111 | 11100 | 10111 | 1011010 | 100110 |
Color Harmonies of #B84D0A
Complementary color
Monochromatic Colors of #B84D0A
Black with #B84D0A
Text Example
Text Example
White with #B84D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D0A; }
p { color: rgb(184,77,10); }
H1.HeaderClassName
{
color: #B84D0A;
}
.AnyTagClassName
{
color: #B84D0A;
}
</style>
background-color css
<style>
a { background-color: #B84D0A; }
a { background-color: rgb(184,77,10); }
div.DivClassName
{
background-color: #B84D0A;
}
.BgClassName
{
background-color: #B84D0A;
}
</style>
border-color css
<style>
span { border-color: #B84D0A; }
span { border-color: rgb(184,77,10); }
td.TdClassName
{
border-color: #B84D0A;
}
.TagClassName
{
border-color: #B84D0A;
}
</style>