Shades of Rust #B84A17
Tints of Rust #B84A17
RGB
CMYK
RGB Variations
Color information
#B84A17 (or 0xB84A17) is known color: Rust. HEX triplet: B8, 4A and 17. RGB value is (184,74,23). Sum of RGB (Red+Green+Blue) = 184+74+23=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A17 is #47B5E8. Grayscale: #656565. Windows color (decimal): -4699625 or 1526456. OLE color: 1526456.
HSL color Cylindrical-coordinate representation of color #B84A17: hue angle of 19.01º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B84A17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.28 |
| HSL | 19.01º | 0.78% | 0.41% | - |
| HSV(B) | 19.01º | 0.88% | 0.72% | - |
| XYZ | 22.37 | 15.15 | 2.56 | - |
| YUV | 101.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 23 | 0 | 0.60 | 0.88 | 0.28 | 19.01 | 0.78 | 0.41 |
| Hex | B8 | 4A | 17 | 0 | 3C | 58 | 1C | 13 | 4E | 29 |
| Octal | 270 | 112 | 27 | 0 | 74 | 130 | 34 | 23 | 116 | 51 |
| Binary | 10111000 | 1001010 | 10111 | 0 | 111100 | 1011000 | 11100 | 10011 | 1001110 | 101001 |
Color Harmonies of #B84A17
Complementary color
Monochromatic Colors of #B84A17
Black with #B84A17
Text Example
Text Example
White with #B84A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A17; }
p { color: rgb(184,74,23); }
H1.HeaderClassName
{
color: #B84A17;
}
.AnyTagClassName
{
color: #B84A17;
}
</style>
background-color css
<style>
a { background-color: #B84A17; }
a { background-color: rgb(184,74,23); }
div.DivClassName
{
background-color: #B84A17;
}
.BgClassName
{
background-color: #B84A17;
}
</style>
border-color css
<style>
span { border-color: #B84A17; }
span { border-color: rgb(184,74,23); }
td.TdClassName
{
border-color: #B84A17;
}
.TagClassName
{
border-color: #B84A17;
}
</style>