Shades of Rust #B14907
Tints of Rust #B14907
RGB
CMYK
RGB Variations
Color information
#B14907 (or 0xB14907) is known color: Rust. HEX triplet: B1, 49 and 07. RGB value is (177,73,7). Sum of RGB (Red+Green+Blue) = 177+73+7=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B14907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14907 is #4EB6F8. Grayscale: #606060. Windows color (decimal): -5158649 or 477617. OLE color: 477617.
HSL color Cylindrical-coordinate representation of color #B14907: hue angle of 23.29º 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 #B14907 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.31 |
| HSL | 23.29º | 0.92% | 0.36% | - |
| HSV(B) | 23.29º | 0.96% | 0.69% | - |
| XYZ | 20.55 | 14.13 | 1.84 | - |
| YUV | 96.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 7 | 0 | 0.59 | 0.96 | 0.31 | 23.29 | 0.92 | 0.36 |
| Hex | B1 | 49 | 7 | 0 | 3B | 60 | 1F | 17 | 5C | 24 |
| Octal | 261 | 111 | 7 | 0 | 73 | 140 | 37 | 27 | 134 | 44 |
| Binary | 10110001 | 1001001 | 111 | 0 | 111011 | 1100000 | 11111 | 10111 | 1011100 | 100100 |
Color Harmonies of #B14907
Complementary color
Monochromatic Colors of #B14907
Black with #B14907
Text Example
Text Example
White with #B14907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14907; }
p { color: rgb(177,73,7); }
H1.HeaderClassName
{
color: #B14907;
}
.AnyTagClassName
{
color: #B14907;
}
</style>
background-color css
<style>
a { background-color: #B14907; }
a { background-color: rgb(177,73,7); }
div.DivClassName
{
background-color: #B14907;
}
.BgClassName
{
background-color: #B14907;
}
</style>
border-color css
<style>
span { border-color: #B14907; }
span { border-color: rgb(177,73,7); }
td.TdClassName
{
border-color: #B14907;
}
.TagClassName
{
border-color: #B14907;
}
</style>