Shades of Rust #B8460F
Tints of Rust #B8460F
RGB
CMYK
RGB Variations
Color information
#B8460F (or 0xB8460F) is known color: Rust. HEX triplet: B8, 46 and 0F. RGB value is (184,70,15). Sum of RGB (Red+Green+Blue) = 184+70+15=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8460F is #47B9F0. Grayscale: #626262. Windows color (decimal): -4700657 or 1001144. OLE color: 1001144.
HSL color Cylindrical-coordinate representation of color #B8460F: hue angle of 19.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8460F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.28 |
| HSL | 19.53º | 0.85% | 0.39% | - |
| HSV(B) | 19.53º | 0.92% | 0.72% | - |
| XYZ | 22.04 | 14.61 | 2.11 | - |
| YUV | 97.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 15 | 0 | 0.62 | 0.92 | 0.28 | 19.53 | 0.85 | 0.39 |
| Hex | B8 | 46 | F | 0 | 3E | 5C | 1C | 14 | 55 | 27 |
| Octal | 270 | 106 | 17 | 0 | 76 | 134 | 34 | 24 | 125 | 47 |
| Binary | 10111000 | 1000110 | 1111 | 0 | 111110 | 1011100 | 11100 | 10100 | 1010101 | 100111 |
Color Harmonies of #B8460F
Complementary color
Monochromatic Colors of #B8460F
Black with #B8460F
Text Example
Text Example
White with #B8460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8460F; }
p { color: rgb(184,70,15); }
H1.HeaderClassName
{
color: #B8460F;
}
.AnyTagClassName
{
color: #B8460F;
}
</style>
background-color css
<style>
a { background-color: #B8460F; }
a { background-color: rgb(184,70,15); }
div.DivClassName
{
background-color: #B8460F;
}
.BgClassName
{
background-color: #B8460F;
}
</style>
border-color css
<style>
span { border-color: #B8460F; }
span { border-color: rgb(184,70,15); }
td.TdClassName
{
border-color: #B8460F;
}
.TagClassName
{
border-color: #B8460F;
}
</style>