Shades of Rust #B14F10
Tints of Rust #B14F10
RGB
CMYK
RGB Variations
Color information
#B14F10 (or 0xB14F10) is known color: Rust. HEX triplet: B1, 4F and 10. RGB value is (177,79,16). Sum of RGB (Red+Green+Blue) = 177+79+16=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F10 is #4EB0EF. Grayscale: #656565. Windows color (decimal): -5157104 or 1068977. OLE color: 1068977.
HSL color Cylindrical-coordinate representation of color #B14F10: hue angle of 23.48º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B14F10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.31 |
| HSL | 23.48º | 0.83% | 0.38% | - |
| HSV(B) | 23.48º | 0.91% | 0.69% | - |
| XYZ | 21.02 | 14.98 | 2.27 | - |
| YUV | 101.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 16 | 0 | 0.55 | 0.91 | 0.31 | 23.48 | 0.83 | 0.38 |
| Hex | B1 | 4F | 10 | 0 | 37 | 5B | 1F | 17 | 53 | 26 |
| Octal | 261 | 117 | 20 | 0 | 67 | 133 | 37 | 27 | 123 | 46 |
| Binary | 10110001 | 1001111 | 10000 | 0 | 110111 | 1011011 | 11111 | 10111 | 1010011 | 100110 |
Color Harmonies of #B14F10
Complementary color
Monochromatic Colors of #B14F10
Black with #B14F10
Text Example
Text Example
White with #B14F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F10; }
p { color: rgb(177,79,16); }
H1.HeaderClassName
{
color: #B14F10;
}
.AnyTagClassName
{
color: #B14F10;
}
</style>
background-color css
<style>
a { background-color: #B14F10; }
a { background-color: rgb(177,79,16); }
div.DivClassName
{
background-color: #B14F10;
}
.BgClassName
{
background-color: #B14F10;
}
</style>
border-color css
<style>
span { border-color: #B14F10; }
span { border-color: rgb(177,79,16); }
td.TdClassName
{
border-color: #B14F10;
}
.TagClassName
{
border-color: #B14F10;
}
</style>