Shades of Rust #B94607
Tints of Rust #B94607
RGB
CMYK
RGB Variations
Color information
#B94607 (or 0xB94607) is known color: Rust. HEX triplet: B9, 46 and 07. RGB value is (185,70,7). Sum of RGB (Red+Green+Blue) = 185+70+7=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B94607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94607 is #46B9F8. Grayscale: #616161. Windows color (decimal): -4635129 or 476857. OLE color: 476857.
HSL color Cylindrical-coordinate representation of color #B94607: hue angle of 21.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B94607 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.27 |
| HSL | 21.24º | 0.93% | 0.38% | - |
| HSV(B) | 21.24º | 0.96% | 0.73% | - |
| XYZ | 22.24 | 14.71 | 1.87 | - |
| YUV | 97.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 7 | 0 | 0.62 | 0.96 | 0.27 | 21.24 | 0.93 | 0.38 |
| Hex | B9 | 46 | 7 | 0 | 3E | 60 | 1B | 15 | 5D | 26 |
| Octal | 271 | 106 | 7 | 0 | 76 | 140 | 33 | 25 | 135 | 46 |
| Binary | 10111001 | 1000110 | 111 | 0 | 111110 | 1100000 | 11011 | 10101 | 1011101 | 100110 |
Color Harmonies of #B94607
Complementary color
Monochromatic Colors of #B94607
Black with #B94607
Text Example
Text Example
White with #B94607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94607; }
p { color: rgb(185,70,7); }
H1.HeaderClassName
{
color: #B94607;
}
.AnyTagClassName
{
color: #B94607;
}
</style>
background-color css
<style>
a { background-color: #B94607; }
a { background-color: rgb(185,70,7); }
div.DivClassName
{
background-color: #B94607;
}
.BgClassName
{
background-color: #B94607;
}
</style>
border-color css
<style>
span { border-color: #B94607; }
span { border-color: rgb(185,70,7); }
td.TdClassName
{
border-color: #B94607;
}
.TagClassName
{
border-color: #B94607;
}
</style>