Shades of Rust #B84903
Tints of Rust #B84903
RGB
CMYK
RGB Variations
Color information
#B84903 (or 0xB84903) is known color: Rust. HEX triplet: B8, 49 and 03. RGB value is (184,73,3). Sum of RGB (Red+Green+Blue) = 184+73+3=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B84903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84903 is #47B6FC. Grayscale: #626262. Windows color (decimal): -4699901 or 215480. OLE color: 215480.
HSL color Cylindrical-coordinate representation of color #B84903: hue angle of 23.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B84903 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.28 |
| HSL | 23.2º | 0.97% | 0.37% | - |
| HSV(B) | 23.2º | 0.98% | 0.72% | - |
| XYZ | 22.17 | 14.96 | 1.81 | - |
| YUV | 98.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 3 | 0 | 0.60 | 0.98 | 0.28 | 23.2 | 0.97 | 0.37 |
| Hex | B8 | 49 | 3 | 0 | 3C | 62 | 1C | 17 | 61 | 25 |
| Octal | 270 | 111 | 3 | 0 | 74 | 142 | 34 | 27 | 141 | 45 |
| Binary | 10111000 | 1001001 | 11 | 0 | 111100 | 1100010 | 11100 | 10111 | 1100001 | 100101 |
Color Harmonies of #B84903
Complementary color
Monochromatic Colors of #B84903
Black with #B84903
Text Example
Text Example
White with #B84903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84903; }
p { color: rgb(184,73,3); }
H1.HeaderClassName
{
color: #B84903;
}
.AnyTagClassName
{
color: #B84903;
}
</style>
background-color css
<style>
a { background-color: #B84903; }
a { background-color: rgb(184,73,3); }
div.DivClassName
{
background-color: #B84903;
}
.BgClassName
{
background-color: #B84903;
}
</style>
border-color css
<style>
span { border-color: #B84903; }
span { border-color: rgb(184,73,3); }
td.TdClassName
{
border-color: #B84903;
}
.TagClassName
{
border-color: #B84903;
}
</style>