Shades of Rust #B94207
Tints of Rust #B94207
RGB
CMYK
RGB Variations
Color information
#B94207 (or 0xB94207) is known color: Rust. HEX triplet: B9, 42 and 07. RGB value is (185,66,7). Sum of RGB (Red+Green+Blue) = 185+66+7=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B94207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94207 is #46BDF8. Grayscale: #5F5F5F. Windows color (decimal): -4636153 or 475833. OLE color: 475833.
HSL color Cylindrical-coordinate representation of color #B94207: hue angle of 19.89º 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 #B94207 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.27 |
| HSL | 19.89º | 0.93% | 0.38% | - |
| HSV(B) | 19.89º | 0.96% | 0.73% | - |
| XYZ | 21.99 | 14.23 | 1.79 | - |
| YUV | 94.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 7 | 0 | 0.64 | 0.96 | 0.27 | 19.89 | 0.93 | 0.38 |
| Hex | B9 | 42 | 7 | 0 | 40 | 60 | 1B | 14 | 5D | 26 |
| Octal | 271 | 102 | 7 | 0 | 100 | 140 | 33 | 24 | 135 | 46 |
| Binary | 10111001 | 1000010 | 111 | 0 | 1000000 | 1100000 | 11011 | 10100 | 1011101 | 100110 |
Color Harmonies of #B94207
Complementary color
Monochromatic Colors of #B94207
Black with #B94207
Text Example
Text Example
White with #B94207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94207; }
p { color: rgb(185,66,7); }
H1.HeaderClassName
{
color: #B94207;
}
.AnyTagClassName
{
color: #B94207;
}
</style>
background-color css
<style>
a { background-color: #B94207; }
a { background-color: rgb(185,66,7); }
div.DivClassName
{
background-color: #B94207;
}
.BgClassName
{
background-color: #B94207;
}
</style>
border-color css
<style>
span { border-color: #B94207; }
span { border-color: rgb(185,66,7); }
td.TdClassName
{
border-color: #B94207;
}
.TagClassName
{
border-color: #B94207;
}
</style>