Shades of Rust #B84017
Tints of Rust #B84017
RGB
CMYK
RGB Variations
Color information
#B84017 (or 0xB84017) is known color: Rust. HEX triplet: B8, 40 and 17. RGB value is (184,64,23). Sum of RGB (Red+Green+Blue) = 184+64+23=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B84017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84017 is #47BFE8. Grayscale: #5F5F5F. Windows color (decimal): -4702185 or 1523896. OLE color: 1523896.
HSL color Cylindrical-coordinate representation of color #B84017: hue angle of 15.28º 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 #B84017 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.28 |
| HSL | 15.28º | 0.78% | 0.41% | - |
| HSV(B) | 15.28º | 0.88% | 0.72% | - |
| XYZ | 21.76 | 13.92 | 2.35 | - |
| YUV | 95.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 23 | 0 | 0.65 | 0.88 | 0.28 | 15.28 | 0.78 | 0.41 |
| Hex | B8 | 40 | 17 | 0 | 41 | 58 | 1C | F | 4E | 29 |
| Octal | 270 | 100 | 27 | 0 | 101 | 130 | 34 | 17 | 116 | 51 |
| Binary | 10111000 | 1000000 | 10111 | 0 | 1000001 | 1011000 | 11100 | 1111 | 1001110 | 101001 |
Color Harmonies of #B84017
Complementary color
Monochromatic Colors of #B84017
Black with #B84017
Text Example
Text Example
White with #B84017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84017; }
p { color: rgb(184,64,23); }
H1.HeaderClassName
{
color: #B84017;
}
.AnyTagClassName
{
color: #B84017;
}
</style>
background-color css
<style>
a { background-color: #B84017; }
a { background-color: rgb(184,64,23); }
div.DivClassName
{
background-color: #B84017;
}
.BgClassName
{
background-color: #B84017;
}
</style>
border-color css
<style>
span { border-color: #B84017; }
span { border-color: rgb(184,64,23); }
td.TdClassName
{
border-color: #B84017;
}
.TagClassName
{
border-color: #B84017;
}
</style>