Shades of Rust #B84514
Tints of Rust #B84514
RGB
CMYK
RGB Variations
Color information
#B84514 (or 0xB84514) is known color: Rust. HEX triplet: B8, 45 and 14. RGB value is (184,69,20). Sum of RGB (Red+Green+Blue) = 184+69+20=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B84514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84514 is #47BAEB. Grayscale: #626262. Windows color (decimal): -4700908 or 1328568. OLE color: 1328568.
HSL color Cylindrical-coordinate representation of color #B84514: hue angle of 17.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B84514 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.28 |
| HSL | 17.93º | 0.8% | 0.4% | - |
| HSV(B) | 17.93º | 0.89% | 0.72% | - |
| XYZ | 22.02 | 14.5 | 2.3 | - |
| YUV | 97.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 20 | 0 | 0.62 | 0.89 | 0.28 | 17.93 | 0.8 | 0.4 |
| Hex | B8 | 45 | 14 | 0 | 3E | 59 | 1C | 12 | 50 | 28 |
| Octal | 270 | 105 | 24 | 0 | 76 | 131 | 34 | 22 | 120 | 50 |
| Binary | 10111000 | 1000101 | 10100 | 0 | 111110 | 1011001 | 11100 | 10010 | 1010000 | 101000 |
Color Harmonies of #B84514
Complementary color
Monochromatic Colors of #B84514
Black with #B84514
Text Example
Text Example
White with #B84514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84514; }
p { color: rgb(184,69,20); }
H1.HeaderClassName
{
color: #B84514;
}
.AnyTagClassName
{
color: #B84514;
}
</style>
background-color css
<style>
a { background-color: #B84514; }
a { background-color: rgb(184,69,20); }
div.DivClassName
{
background-color: #B84514;
}
.BgClassName
{
background-color: #B84514;
}
</style>
border-color css
<style>
span { border-color: #B84514; }
span { border-color: rgb(184,69,20); }
td.TdClassName
{
border-color: #B84514;
}
.TagClassName
{
border-color: #B84514;
}
</style>