Shades of Rust #B8460D
Tints of Rust #B8460D
RGB
CMYK
RGB Variations
Color information
#B8460D (or 0xB8460D) is known color: Rust. HEX triplet: B8, 46 and 0D. RGB value is (184,70,13). Sum of RGB (Red+Green+Blue) = 184+70+13=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8460D is #47B9F2. Grayscale: #616161. Windows color (decimal): -4700659 or 870072. OLE color: 870072.
HSL color Cylindrical-coordinate representation of color #B8460D: hue angle of 20º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8460D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.28 |
| HSL | 20º | 0.87% | 0.39% | - |
| HSV(B) | 20º | 0.93% | 0.72% | - |
| XYZ | 22.03 | 14.6 | 2.04 | - |
| YUV | 97.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 13 | 0 | 0.62 | 0.93 | 0.28 | 20 | 0.87 | 0.39 |
| Hex | B8 | 46 | D | 0 | 3E | 5D | 1C | 14 | 57 | 27 |
| Octal | 270 | 106 | 15 | 0 | 76 | 135 | 34 | 24 | 127 | 47 |
| Binary | 10111000 | 1000110 | 1101 | 0 | 111110 | 1011101 | 11100 | 10100 | 1010111 | 100111 |
Color Harmonies of #B8460D
Complementary color
Monochromatic Colors of #B8460D
Black with #B8460D
Text Example
Text Example
White with #B8460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8460D; }
p { color: rgb(184,70,13); }
H1.HeaderClassName
{
color: #B8460D;
}
.AnyTagClassName
{
color: #B8460D;
}
</style>
background-color css
<style>
a { background-color: #B8460D; }
a { background-color: rgb(184,70,13); }
div.DivClassName
{
background-color: #B8460D;
}
.BgClassName
{
background-color: #B8460D;
}
</style>
border-color css
<style>
span { border-color: #B8460D; }
span { border-color: rgb(184,70,13); }
td.TdClassName
{
border-color: #B8460D;
}
.TagClassName
{
border-color: #B8460D;
}
</style>