Shades of Rust #B94007
Tints of Rust #B94007
RGB
CMYK
RGB Variations
Color information
#B94007 (or 0xB94007) is known color: Rust. HEX triplet: B9, 40 and 07. RGB value is (185,64,7). Sum of RGB (Red+Green+Blue) = 185+64+7=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B94007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94007 is #46BFF8. Grayscale: #5E5E5E. Windows color (decimal): -4636665 or 475321. OLE color: 475321.
HSL color Cylindrical-coordinate representation of color #B94007: hue angle of 19.21º 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 #B94007 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.27 |
| HSL | 19.21º | 0.93% | 0.38% | - |
| HSV(B) | 19.21º | 0.96% | 0.73% | - |
| XYZ | 21.88 | 14 | 1.75 | - |
| YUV | 93.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 7 | 0 | 0.65 | 0.96 | 0.27 | 19.21 | 0.93 | 0.38 |
| Hex | B9 | 40 | 7 | 0 | 41 | 60 | 1B | 13 | 5D | 26 |
| Octal | 271 | 100 | 7 | 0 | 101 | 140 | 33 | 23 | 135 | 46 |
| Binary | 10111001 | 1000000 | 111 | 0 | 1000001 | 1100000 | 11011 | 10011 | 1011101 | 100110 |
Color Harmonies of #B94007
Complementary color
Monochromatic Colors of #B94007
Black with #B94007
Text Example
Text Example
White with #B94007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94007; }
p { color: rgb(185,64,7); }
H1.HeaderClassName
{
color: #B94007;
}
.AnyTagClassName
{
color: #B94007;
}
</style>
background-color css
<style>
a { background-color: #B94007; }
a { background-color: rgb(185,64,7); }
div.DivClassName
{
background-color: #B94007;
}
.BgClassName
{
background-color: #B94007;
}
</style>
border-color css
<style>
span { border-color: #B94007; }
span { border-color: rgb(185,64,7); }
td.TdClassName
{
border-color: #B94007;
}
.TagClassName
{
border-color: #B94007;
}
</style>