Shades of Rust #B84E1D
Tints of Rust #B84E1D
RGB
CMYK
RGB Variations
Color information
#B84E1D (or 0xB84E1D) is known color: Rust. HEX triplet: B8, 4E and 1D. RGB value is (184,78,29). Sum of RGB (Red+Green+Blue) = 184+78+29=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84E1D is #47B1E2. Grayscale: #686868. Windows color (decimal): -4698595 or 1920696. OLE color: 1920696.
HSL color Cylindrical-coordinate representation of color #B84E1D: hue angle of 18.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B84E1D is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 29 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.28 |
| HSL | 18.97º | 0.73% | 0.42% | - |
| HSV(B) | 18.97º | 0.84% | 0.72% | - |
| XYZ | 22.71 | 15.73 | 3 | - |
| YUV | 104.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 29 | 0 | 0.58 | 0.84 | 0.28 | 18.97 | 0.73 | 0.42 |
| Hex | B8 | 4E | 1D | 0 | 3A | 54 | 1C | 13 | 49 | 2A |
| Octal | 270 | 116 | 35 | 0 | 72 | 124 | 34 | 23 | 111 | 52 |
| Binary | 10111000 | 1001110 | 11101 | 0 | 111010 | 1010100 | 11100 | 10011 | 1001001 | 101010 |
Color Harmonies of #B84E1D
Complementary color
Monochromatic Colors of #B84E1D
Black with #B84E1D
Text Example
Text Example
White with #B84E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E1D; }
p { color: rgb(184,78,29); }
H1.HeaderClassName
{
color: #B84E1D;
}
.AnyTagClassName
{
color: #B84E1D;
}
</style>
background-color css
<style>
a { background-color: #B84E1D; }
a { background-color: rgb(184,78,29); }
div.DivClassName
{
background-color: #B84E1D;
}
.BgClassName
{
background-color: #B84E1D;
}
</style>
border-color css
<style>
span { border-color: #B84E1D; }
span { border-color: rgb(184,78,29); }
td.TdClassName
{
border-color: #B84E1D;
}
.TagClassName
{
border-color: #B84E1D;
}
</style>