Shades of Rust #B94713
Tints of Rust #B94713
RGB
CMYK
RGB Variations
Color information
#B94713 (or 0xB94713) is known color: Rust. HEX triplet: B9, 47 and 13. RGB value is (185,71,19). Sum of RGB (Red+Green+Blue) = 185+71+19=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94713 is #46B8EC. Grayscale: #636363. Windows color (decimal): -4634861 or 1263545. OLE color: 1263545.
HSL color Cylindrical-coordinate representation of color #B94713: hue angle of 18.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94713 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.8º | 0.81% | 0.4% | - |
| HSV(B) | 18.8º | 0.9% | 0.73% | - |
| XYZ | 22.38 | 14.87 | 2.31 | - |
| YUV | 99.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 19 | 0 | 0.62 | 0.90 | 0.27 | 18.8 | 0.81 | 0.4 |
| Hex | B9 | 47 | 13 | 0 | 3E | 5A | 1B | 13 | 51 | 28 |
| Octal | 271 | 107 | 23 | 0 | 76 | 132 | 33 | 23 | 121 | 50 |
| Binary | 10111001 | 1000111 | 10011 | 0 | 111110 | 1011010 | 11011 | 10011 | 1010001 | 101000 |
Color Harmonies of #B94713
Complementary color
Monochromatic Colors of #B94713
Black with #B94713
Text Example
Text Example
White with #B94713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94713; }
p { color: rgb(185,71,19); }
H1.HeaderClassName
{
color: #B94713;
}
.AnyTagClassName
{
color: #B94713;
}
</style>
background-color css
<style>
a { background-color: #B94713; }
a { background-color: rgb(185,71,19); }
div.DivClassName
{
background-color: #B94713;
}
.BgClassName
{
background-color: #B94713;
}
</style>
border-color css
<style>
span { border-color: #B94713; }
span { border-color: rgb(185,71,19); }
td.TdClassName
{
border-color: #B94713;
}
.TagClassName
{
border-color: #B94713;
}
</style>