Shades of Rust #B14C16
Tints of Rust #B14C16
RGB
CMYK
RGB Variations
Color information
#B14C16 (or 0xB14C16) is known color: Rust. HEX triplet: B1, 4C and 16. RGB value is (177,76,22). Sum of RGB (Red+Green+Blue) = 177+76+22=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C16 is #4EB3E9. Grayscale: #646464. Windows color (decimal): -5157866 or 1461425. OLE color: 1461425.
HSL color Cylindrical-coordinate representation of color #B14C16: hue angle of 20.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14C16 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 22 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.31 |
| HSL | 20.9º | 0.78% | 0.39% | - |
| HSV(B) | 20.9º | 0.88% | 0.69% | - |
| XYZ | 20.86 | 14.57 | 2.47 | - |
| YUV | 100.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 22 | 0 | 0.57 | 0.88 | 0.31 | 20.9 | 0.78 | 0.39 |
| Hex | B1 | 4C | 16 | 0 | 39 | 58 | 1F | 15 | 4E | 27 |
| Octal | 261 | 114 | 26 | 0 | 71 | 130 | 37 | 25 | 116 | 47 |
| Binary | 10110001 | 1001100 | 10110 | 0 | 111001 | 1011000 | 11111 | 10101 | 1001110 | 100111 |
Color Harmonies of #B14C16
Complementary color
Monochromatic Colors of #B14C16
Black with #B14C16
Text Example
Text Example
White with #B14C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C16; }
p { color: rgb(177,76,22); }
H1.HeaderClassName
{
color: #B14C16;
}
.AnyTagClassName
{
color: #B14C16;
}
</style>
background-color css
<style>
a { background-color: #B14C16; }
a { background-color: rgb(177,76,22); }
div.DivClassName
{
background-color: #B14C16;
}
.BgClassName
{
background-color: #B14C16;
}
</style>
border-color css
<style>
span { border-color: #B14C16; }
span { border-color: rgb(177,76,22); }
td.TdClassName
{
border-color: #B14C16;
}
.TagClassName
{
border-color: #B14C16;
}
</style>