Shades of Rust #B94613
Tints of Rust #B94613
RGB
CMYK
RGB Variations
Color information
#B94613 (or 0xB94613) is known color: Rust. HEX triplet: B9, 46 and 13. RGB value is (185,70,19). Sum of RGB (Red+Green+Blue) = 185+70+19=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94613 is #46B9EC. Grayscale: #626262. Windows color (decimal): -4635117 or 1263289. OLE color: 1263289.
HSL color Cylindrical-coordinate representation of color #B94613: hue angle of 18.43º 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 #B94613 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.43º | 0.81% | 0.4% | - |
| HSV(B) | 18.43º | 0.9% | 0.73% | - |
| XYZ | 22.32 | 14.74 | 2.29 | - |
| YUV | 98.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 19 | 0 | 0.62 | 0.90 | 0.27 | 18.43 | 0.81 | 0.4 |
| Hex | B9 | 46 | 13 | 0 | 3E | 5A | 1B | 12 | 51 | 28 |
| Octal | 271 | 106 | 23 | 0 | 76 | 132 | 33 | 22 | 121 | 50 |
| Binary | 10111001 | 1000110 | 10011 | 0 | 111110 | 1011010 | 11011 | 10010 | 1010001 | 101000 |
Color Harmonies of #B94613
Complementary color
Monochromatic Colors of #B94613
Black with #B94613
Text Example
Text Example
White with #B94613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94613; }
p { color: rgb(185,70,19); }
H1.HeaderClassName
{
color: #B94613;
}
.AnyTagClassName
{
color: #B94613;
}
</style>
background-color css
<style>
a { background-color: #B94613; }
a { background-color: rgb(185,70,19); }
div.DivClassName
{
background-color: #B94613;
}
.BgClassName
{
background-color: #B94613;
}
</style>
border-color css
<style>
span { border-color: #B94613; }
span { border-color: rgb(185,70,19); }
td.TdClassName
{
border-color: #B94613;
}
.TagClassName
{
border-color: #B94613;
}
</style>