Shades of Rust #B84E0A
Tints of Rust #B84E0A
RGB
CMYK
RGB Variations
Color information
#B84E0A (or 0xB84E0A) is known color: Rust. HEX triplet: B8, 4E and 0A. RGB value is (184,78,10). Sum of RGB (Red+Green+Blue) = 184+78+10=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84E0A is #47B1F5. Grayscale: #666666. Windows color (decimal): -4698614 or 675512. OLE color: 675512.
HSL color Cylindrical-coordinate representation of color #B84E0A: hue angle of 23.45º 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 #B84E0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.28 |
| HSL | 23.45º | 0.9% | 0.38% | - |
| HSV(B) | 23.45º | 0.95% | 0.72% | - |
| XYZ | 22.55 | 15.66 | 2.12 | - |
| YUV | 101.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 10 | 0 | 0.58 | 0.95 | 0.28 | 23.45 | 0.9 | 0.38 |
| Hex | B8 | 4E | A | 0 | 3A | 5F | 1C | 17 | 5A | 26 |
| Octal | 270 | 116 | 12 | 0 | 72 | 137 | 34 | 27 | 132 | 46 |
| Binary | 10111000 | 1001110 | 1010 | 0 | 111010 | 1011111 | 11100 | 10111 | 1011010 | 100110 |
Color Harmonies of #B84E0A
Complementary color
Monochromatic Colors of #B84E0A
Black with #B84E0A
Text Example
Text Example
White with #B84E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E0A; }
p { color: rgb(184,78,10); }
H1.HeaderClassName
{
color: #B84E0A;
}
.AnyTagClassName
{
color: #B84E0A;
}
</style>
background-color css
<style>
a { background-color: #B84E0A; }
a { background-color: rgb(184,78,10); }
div.DivClassName
{
background-color: #B84E0A;
}
.BgClassName
{
background-color: #B84E0A;
}
</style>
border-color css
<style>
span { border-color: #B84E0A; }
span { border-color: rgb(184,78,10); }
td.TdClassName
{
border-color: #B84E0A;
}
.TagClassName
{
border-color: #B84E0A;
}
</style>