Shades of Rust #B84A13
Tints of Rust #B84A13
RGB
CMYK
RGB Variations
Color information
#B84A13 (or 0xB84A13) is known color: Rust. HEX triplet: B8, 4A and 13. RGB value is (184,74,19). Sum of RGB (Red+Green+Blue) = 184+74+19=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A13 is #47B5EC. Grayscale: #646464. Windows color (decimal): -4699629 or 1264312. OLE color: 1264312.
HSL color Cylindrical-coordinate representation of color #B84A13: hue angle of 20º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84A13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.28 |
| HSL | 20º | 0.81% | 0.4% | - |
| HSV(B) | 20º | 0.9% | 0.72% | - |
| XYZ | 22.33 | 15.13 | 2.36 | - |
| YUV | 100.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 19 | 0 | 0.60 | 0.90 | 0.28 | 20 | 0.81 | 0.4 |
| Hex | B8 | 4A | 13 | 0 | 3C | 5A | 1C | 14 | 51 | 28 |
| Octal | 270 | 112 | 23 | 0 | 74 | 132 | 34 | 24 | 121 | 50 |
| Binary | 10111000 | 1001010 | 10011 | 0 | 111100 | 1011010 | 11100 | 10100 | 1010001 | 101000 |
Color Harmonies of #B84A13
Complementary color
Monochromatic Colors of #B84A13
Black with #B84A13
Text Example
Text Example
White with #B84A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A13; }
p { color: rgb(184,74,19); }
H1.HeaderClassName
{
color: #B84A13;
}
.AnyTagClassName
{
color: #B84A13;
}
</style>
background-color css
<style>
a { background-color: #B84A13; }
a { background-color: rgb(184,74,19); }
div.DivClassName
{
background-color: #B84A13;
}
.BgClassName
{
background-color: #B84A13;
}
</style>
border-color css
<style>
span { border-color: #B84A13; }
span { border-color: rgb(184,74,19); }
td.TdClassName
{
border-color: #B84A13;
}
.TagClassName
{
border-color: #B84A13;
}
</style>