Shades of Rust #B84703
Tints of Rust #B84703
RGB
CMYK
RGB Variations
Color information
#B84703 (or 0xB84703) is known color: Rust. HEX triplet: B8, 47 and 03. RGB value is (184,71,3). Sum of RGB (Red+Green+Blue) = 184+71+3=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B84703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84703 is #47B8FC. Grayscale: #616161. Windows color (decimal): -4700413 or 214968. OLE color: 214968.
HSL color Cylindrical-coordinate representation of color #B84703: hue angle of 22.54º 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 #B84703 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.28 |
| HSL | 22.54º | 0.97% | 0.37% | - |
| HSV(B) | 22.54º | 0.98% | 0.72% | - |
| XYZ | 22.04 | 14.7 | 1.76 | - |
| YUV | 97.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 3 | 0 | 0.61 | 0.98 | 0.28 | 22.54 | 0.97 | 0.37 |
| Hex | B8 | 47 | 3 | 0 | 3D | 62 | 1C | 17 | 61 | 25 |
| Octal | 270 | 107 | 3 | 0 | 75 | 142 | 34 | 27 | 141 | 45 |
| Binary | 10111000 | 1000111 | 11 | 0 | 111101 | 1100010 | 11100 | 10111 | 1100001 | 100101 |
Color Harmonies of #B84703
Complementary color
Monochromatic Colors of #B84703
Black with #B84703
Text Example
Text Example
White with #B84703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84703; }
p { color: rgb(184,71,3); }
H1.HeaderClassName
{
color: #B84703;
}
.AnyTagClassName
{
color: #B84703;
}
</style>
background-color css
<style>
a { background-color: #B84703; }
a { background-color: rgb(184,71,3); }
div.DivClassName
{
background-color: #B84703;
}
.BgClassName
{
background-color: #B84703;
}
</style>
border-color css
<style>
span { border-color: #B84703; }
span { border-color: rgb(184,71,3); }
td.TdClassName
{
border-color: #B84703;
}
.TagClassName
{
border-color: #B84703;
}
</style>