Shades of Rust #B84613
Tints of Rust #B84613
RGB
CMYK
RGB Variations
Color information
#B84613 (or 0xB84613) is known color: Rust. HEX triplet: B8, 46 and 13. RGB value is (184,70,19). Sum of RGB (Red+Green+Blue) = 184+70+19=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B84613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84613 is #47B9EC. Grayscale: #626262. Windows color (decimal): -4700653 or 1263288. OLE color: 1263288.
HSL color Cylindrical-coordinate representation of color #B84613: hue angle of 18.55º degrees, saturation: 0.81, 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 #B84613 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.28 |
| HSL | 18.55º | 0.81% | 0.4% | - |
| HSV(B) | 18.55º | 0.9% | 0.72% | - |
| XYZ | 22.07 | 14.62 | 2.27 | - |
| YUV | 98.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 19 | 0 | 0.62 | 0.90 | 0.28 | 18.55 | 0.81 | 0.4 |
| Hex | B8 | 46 | 13 | 0 | 3E | 5A | 1C | 13 | 51 | 28 |
| Octal | 270 | 106 | 23 | 0 | 76 | 132 | 34 | 23 | 121 | 50 |
| Binary | 10111000 | 1000110 | 10011 | 0 | 111110 | 1011010 | 11100 | 10011 | 1010001 | 101000 |
Color Harmonies of #B84613
Complementary color
Monochromatic Colors of #B84613
Black with #B84613
Text Example
Text Example
White with #B84613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84613; }
p { color: rgb(184,70,19); }
H1.HeaderClassName
{
color: #B84613;
}
.AnyTagClassName
{
color: #B84613;
}
</style>
background-color css
<style>
a { background-color: #B84613; }
a { background-color: rgb(184,70,19); }
div.DivClassName
{
background-color: #B84613;
}
.BgClassName
{
background-color: #B84613;
}
</style>
border-color css
<style>
span { border-color: #B84613; }
span { border-color: rgb(184,70,19); }
td.TdClassName
{
border-color: #B84613;
}
.TagClassName
{
border-color: #B84613;
}
</style>