Shades of Rust #B8460C
Tints of Rust #B8460C
RGB
CMYK
RGB Variations
Color information
#B8460C (or 0xB8460C) is known color: Rust. HEX triplet: B8, 46 and 0C. RGB value is (184,70,12). Sum of RGB (Red+Green+Blue) = 184+70+12=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8460C is #47B9F3. Grayscale: #616161. Windows color (decimal): -4700660 or 804536. OLE color: 804536.
HSL color Cylindrical-coordinate representation of color #B8460C: hue angle of 20.23º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8460C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.28 |
| HSL | 20.23º | 0.88% | 0.38% | - |
| HSV(B) | 20.23º | 0.93% | 0.72% | - |
| XYZ | 22.02 | 14.6 | 2 | - |
| YUV | 97.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 12 | 0 | 0.62 | 0.93 | 0.28 | 20.23 | 0.88 | 0.38 |
| Hex | B8 | 46 | C | 0 | 3E | 5D | 1C | 14 | 58 | 26 |
| Octal | 270 | 106 | 14 | 0 | 76 | 135 | 34 | 24 | 130 | 46 |
| Binary | 10111000 | 1000110 | 1100 | 0 | 111110 | 1011101 | 11100 | 10100 | 1011000 | 100110 |
Color Harmonies of #B8460C
Complementary color
Monochromatic Colors of #B8460C
Black with #B8460C
Text Example
Text Example
White with #B8460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8460C; }
p { color: rgb(184,70,12); }
H1.HeaderClassName
{
color: #B8460C;
}
.AnyTagClassName
{
color: #B8460C;
}
</style>
background-color css
<style>
a { background-color: #B8460C; }
a { background-color: rgb(184,70,12); }
div.DivClassName
{
background-color: #B8460C;
}
.BgClassName
{
background-color: #B8460C;
}
</style>
border-color css
<style>
span { border-color: #B8460C; }
span { border-color: rgb(184,70,12); }
td.TdClassName
{
border-color: #B8460C;
}
.TagClassName
{
border-color: #B8460C;
}
</style>