Shades of Rust #B14F0A
Tints of Rust #B14F0A
RGB
CMYK
RGB Variations
Color information
#B14F0A (or 0xB14F0A) is known color: Rust. HEX triplet: B1, 4F and 0A. RGB value is (177,79,10). Sum of RGB (Red+Green+Blue) = 177+79+10=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F0A is #4EB0F5. Grayscale: #646464. Windows color (decimal): -5157110 or 675761. OLE color: 675761.
HSL color Cylindrical-coordinate representation of color #B14F0A: hue angle of 24.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B14F0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.31 |
| HSL | 24.79º | 0.89% | 0.37% | - |
| HSV(B) | 24.79º | 0.94% | 0.69% | - |
| XYZ | 20.98 | 14.96 | 2.07 | - |
| YUV | 100.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 10 | 0 | 0.55 | 0.94 | 0.31 | 24.79 | 0.89 | 0.37 |
| Hex | B1 | 4F | A | 0 | 37 | 5E | 1F | 19 | 59 | 25 |
| Octal | 261 | 117 | 12 | 0 | 67 | 136 | 37 | 31 | 131 | 45 |
| Binary | 10110001 | 1001111 | 1010 | 0 | 110111 | 1011110 | 11111 | 11001 | 1011001 | 100101 |
Color Harmonies of #B14F0A
Complementary color
Monochromatic Colors of #B14F0A
Black with #B14F0A
Text Example
Text Example
White with #B14F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14F0A; }
p { color: rgb(177,79,10); }
H1.HeaderClassName
{
color: #B14F0A;
}
.AnyTagClassName
{
color: #B14F0A;
}
</style>
background-color css
<style>
a { background-color: #B14F0A; }
a { background-color: rgb(177,79,10); }
div.DivClassName
{
background-color: #B14F0A;
}
.BgClassName
{
background-color: #B14F0A;
}
</style>
border-color css
<style>
span { border-color: #B14F0A; }
span { border-color: rgb(177,79,10); }
td.TdClassName
{
border-color: #B14F0A;
}
.TagClassName
{
border-color: #B14F0A;
}
</style>