Shades of Rust #B84612
Tints of Rust #B84612
RGB
CMYK
RGB Variations
Color information
#B84612 (or 0xB84612) is known color: Rust. HEX triplet: B8, 46 and 12. RGB value is (184,70,18). Sum of RGB (Red+Green+Blue) = 184+70+18=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84612 is #47B9ED. Grayscale: #626262. Windows color (decimal): -4700654 or 1197752. OLE color: 1197752.
HSL color Cylindrical-coordinate representation of color #B84612: hue angle of 18.8º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.28 |
| HSL | 18.8º | 0.82% | 0.4% | - |
| HSV(B) | 18.8º | 0.9% | 0.72% | - |
| XYZ | 22.07 | 14.61 | 2.23 | - |
| YUV | 98.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 18 | 0 | 0.62 | 0.90 | 0.28 | 18.8 | 0.82 | 0.4 |
| Hex | B8 | 46 | 12 | 0 | 3E | 5A | 1C | 13 | 52 | 28 |
| Octal | 270 | 106 | 22 | 0 | 76 | 132 | 34 | 23 | 122 | 50 |
| Binary | 10111000 | 1000110 | 10010 | 0 | 111110 | 1011010 | 11100 | 10011 | 1010010 | 101000 |
Color Harmonies of #B84612
Complementary color
Monochromatic Colors of #B84612
Black with #B84612
Text Example
Text Example
White with #B84612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84612; }
p { color: rgb(184,70,18); }
H1.HeaderClassName
{
color: #B84612;
}
.AnyTagClassName
{
color: #B84612;
}
</style>
background-color css
<style>
a { background-color: #B84612; }
a { background-color: rgb(184,70,18); }
div.DivClassName
{
background-color: #B84612;
}
.BgClassName
{
background-color: #B84612;
}
</style>
border-color css
<style>
span { border-color: #B84612; }
span { border-color: rgb(184,70,18); }
td.TdClassName
{
border-color: #B84612;
}
.TagClassName
{
border-color: #B84612;
}
</style>