Shades of Rust #B8461D
Tints of Rust #B8461D
RGB
CMYK
RGB Variations
Color information
#B8461D (or 0xB8461D) is known color: Rust. HEX triplet: B8, 46 and 1D. RGB value is (184,70,29). Sum of RGB (Red+Green+Blue) = 184+70+29=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8461D is #47B9E2. Grayscale: #636363. Windows color (decimal): -4700643 or 1918648. OLE color: 1918648.
HSL color Cylindrical-coordinate representation of color #B8461D: hue angle of 15.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8461D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.28 |
| HSL | 15.87º | 0.73% | 0.42% | - |
| HSV(B) | 15.87º | 0.84% | 0.72% | - |
| XYZ | 22.18 | 14.66 | 2.82 | - |
| YUV | 99.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 29 | 0 | 0.62 | 0.84 | 0.28 | 15.87 | 0.73 | 0.42 |
| Hex | B8 | 46 | 1D | 0 | 3E | 54 | 1C | 10 | 49 | 2A |
| Octal | 270 | 106 | 35 | 0 | 76 | 124 | 34 | 20 | 111 | 52 |
| Binary | 10111000 | 1000110 | 11101 | 0 | 111110 | 1010100 | 11100 | 10000 | 1001001 | 101010 |
Color Harmonies of #B8461D
Complementary color
Monochromatic Colors of #B8461D
Black with #B8461D
Text Example
Text Example
White with #B8461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8461D; }
p { color: rgb(184,70,29); }
H1.HeaderClassName
{
color: #B8461D;
}
.AnyTagClassName
{
color: #B8461D;
}
</style>
background-color css
<style>
a { background-color: #B8461D; }
a { background-color: rgb(184,70,29); }
div.DivClassName
{
background-color: #B8461D;
}
.BgClassName
{
background-color: #B8461D;
}
</style>
border-color css
<style>
span { border-color: #B8461D; }
span { border-color: rgb(184,70,29); }
td.TdClassName
{
border-color: #B8461D;
}
.TagClassName
{
border-color: #B8461D;
}
</style>