Shades of Rust #B84B17
Tints of Rust #B84B17
RGB
CMYK
RGB Variations
Color information
#B84B17 (or 0xB84B17) is known color: Rust. HEX triplet: B8, 4B and 17. RGB value is (184,75,23). Sum of RGB (Red+Green+Blue) = 184+75+23=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B17 is #47B4E8. Grayscale: #656565. Windows color (decimal): -4699369 or 1526712. OLE color: 1526712.
HSL color Cylindrical-coordinate representation of color #B84B17: hue angle of 19.38º 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 #B84B17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.28 |
| HSL | 19.38º | 0.78% | 0.41% | - |
| HSV(B) | 19.38º | 0.88% | 0.72% | - |
| XYZ | 22.44 | 15.28 | 2.58 | - |
| YUV | 101.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 23 | 0 | 0.59 | 0.88 | 0.28 | 19.38 | 0.78 | 0.41 |
| Hex | B8 | 4B | 17 | 0 | 3B | 58 | 1C | 13 | 4E | 29 |
| Octal | 270 | 113 | 27 | 0 | 73 | 130 | 34 | 23 | 116 | 51 |
| Binary | 10111000 | 1001011 | 10111 | 0 | 111011 | 1011000 | 11100 | 10011 | 1001110 | 101001 |
Color Harmonies of #B84B17
Complementary color
Monochromatic Colors of #B84B17
Black with #B84B17
Text Example
Text Example
White with #B84B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B17; }
p { color: rgb(184,75,23); }
H1.HeaderClassName
{
color: #B84B17;
}
.AnyTagClassName
{
color: #B84B17;
}
</style>
background-color css
<style>
a { background-color: #B84B17; }
a { background-color: rgb(184,75,23); }
div.DivClassName
{
background-color: #B84B17;
}
.BgClassName
{
background-color: #B84B17;
}
</style>
border-color css
<style>
span { border-color: #B84B17; }
span { border-color: rgb(184,75,23); }
td.TdClassName
{
border-color: #B84B17;
}
.TagClassName
{
border-color: #B84B17;
}
</style>