Shades of Rust #B14007
Tints of Rust #B14007
RGB
CMYK
RGB Variations
Color information
#B14007 (or 0xB14007) is known color: Rust. HEX triplet: B1, 40 and 07. RGB value is (177,64,7). Sum of RGB (Red+Green+Blue) = 177+64+7=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B14007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14007 is #4EBFF8. Grayscale: #5B5B5B. Windows color (decimal): -5160953 or 475313. OLE color: 475313.
HSL color Cylindrical-coordinate representation of color #B14007: hue angle of 20.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B14007 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.31 |
| HSL | 20.12º | 0.92% | 0.36% | - |
| HSV(B) | 20.12º | 0.96% | 0.69% | - |
| XYZ | 20 | 13.03 | 1.66 | - |
| YUV | 91.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 7 | 0 | 0.64 | 0.96 | 0.31 | 20.12 | 0.92 | 0.36 |
| Hex | B1 | 40 | 7 | 0 | 40 | 60 | 1F | 14 | 5C | 24 |
| Octal | 261 | 100 | 7 | 0 | 100 | 140 | 37 | 24 | 134 | 44 |
| Binary | 10110001 | 1000000 | 111 | 0 | 1000000 | 1100000 | 11111 | 10100 | 1011100 | 100100 |
Color Harmonies of #B14007
Complementary color
Monochromatic Colors of #B14007
Black with #B14007
Text Example
Text Example
White with #B14007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14007; }
p { color: rgb(177,64,7); }
H1.HeaderClassName
{
color: #B14007;
}
.AnyTagClassName
{
color: #B14007;
}
</style>
background-color css
<style>
a { background-color: #B14007; }
a { background-color: rgb(177,64,7); }
div.DivClassName
{
background-color: #B14007;
}
.BgClassName
{
background-color: #B14007;
}
</style>
border-color css
<style>
span { border-color: #B14007; }
span { border-color: rgb(177,64,7); }
td.TdClassName
{
border-color: #B14007;
}
.TagClassName
{
border-color: #B14007;
}
</style>