Shades of Rust #B94813
Tints of Rust #B94813
RGB
CMYK
RGB Variations
Color information
#B94813 (or 0xB94813) is known color: Rust. HEX triplet: B9, 48 and 13. RGB value is (185,72,19). Sum of RGB (Red+Green+Blue) = 185+72+19=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94813 is #46B7EC. Grayscale: #646464. Windows color (decimal): -4634605 or 1263801. OLE color: 1263801.
HSL color Cylindrical-coordinate representation of color #B94813: hue angle of 19.16º 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 #B94813 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.27 |
| HSL | 19.16º | 0.81% | 0.4% | - |
| HSV(B) | 19.16º | 0.9% | 0.73% | - |
| XYZ | 22.44 | 15 | 2.33 | - |
| YUV | 99.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 19 | 0 | 0.61 | 0.90 | 0.27 | 19.16 | 0.81 | 0.4 |
| Hex | B9 | 48 | 13 | 0 | 3D | 5A | 1B | 13 | 51 | 28 |
| Octal | 271 | 110 | 23 | 0 | 75 | 132 | 33 | 23 | 121 | 50 |
| Binary | 10111001 | 1001000 | 10011 | 0 | 111101 | 1011010 | 11011 | 10011 | 1010001 | 101000 |
Color Harmonies of #B94813
Complementary color
Monochromatic Colors of #B94813
Black with #B94813
Text Example
Text Example
White with #B94813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94813; }
p { color: rgb(185,72,19); }
H1.HeaderClassName
{
color: #B94813;
}
.AnyTagClassName
{
color: #B94813;
}
</style>
background-color css
<style>
a { background-color: #B94813; }
a { background-color: rgb(185,72,19); }
div.DivClassName
{
background-color: #B94813;
}
.BgClassName
{
background-color: #B94813;
}
</style>
border-color css
<style>
span { border-color: #B94813; }
span { border-color: rgb(185,72,19); }
td.TdClassName
{
border-color: #B94813;
}
.TagClassName
{
border-color: #B94813;
}
</style>