Shades of Rust #B84714
Tints of Rust #B84714
RGB
CMYK
RGB Variations
Color information
#B84714 (or 0xB84714) is known color: Rust. HEX triplet: B8, 47 and 14. RGB value is (184,71,20). Sum of RGB (Red+Green+Blue) = 184+71+20=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B84714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84714 is #47B8EB. Grayscale: #636363. Windows color (decimal): -4700396 or 1329080. OLE color: 1329080.
HSL color Cylindrical-coordinate representation of color #B84714: hue angle of 18.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B84714 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.28 |
| HSL | 18.66º | 0.8% | 0.4% | - |
| HSV(B) | 18.66º | 0.89% | 0.72% | - |
| XYZ | 22.15 | 14.75 | 2.34 | - |
| YUV | 98.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 20 | 0 | 0.61 | 0.89 | 0.28 | 18.66 | 0.8 | 0.4 |
| Hex | B8 | 47 | 14 | 0 | 3D | 59 | 1C | 13 | 50 | 28 |
| Octal | 270 | 107 | 24 | 0 | 75 | 131 | 34 | 23 | 120 | 50 |
| Binary | 10111000 | 1000111 | 10100 | 0 | 111101 | 1011001 | 11100 | 10011 | 1010000 | 101000 |
Color Harmonies of #B84714
Complementary color
Monochromatic Colors of #B84714
Black with #B84714
Text Example
Text Example
White with #B84714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84714; }
p { color: rgb(184,71,20); }
H1.HeaderClassName
{
color: #B84714;
}
.AnyTagClassName
{
color: #B84714;
}
</style>
background-color css
<style>
a { background-color: #B84714; }
a { background-color: rgb(184,71,20); }
div.DivClassName
{
background-color: #B84714;
}
.BgClassName
{
background-color: #B84714;
}
</style>
border-color css
<style>
span { border-color: #B84714; }
span { border-color: rgb(184,71,20); }
td.TdClassName
{
border-color: #B84714;
}
.TagClassName
{
border-color: #B84714;
}
</style>