Shades of Rust #B14816
Tints of Rust #B14816
RGB
CMYK
RGB Variations
Color information
#B14816 (or 0xB14816) is known color: Rust. HEX triplet: B1, 48 and 16. RGB value is (177,72,22). Sum of RGB (Red+Green+Blue) = 177+72+22=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B14816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14816 is #4EB7E9. Grayscale: #626262. Windows color (decimal): -5158890 or 1460401. OLE color: 1460401.
HSL color Cylindrical-coordinate representation of color #B14816: hue angle of 19.35º 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 #B14816 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.31 |
| HSL | 19.35º | 0.78% | 0.39% | - |
| HSV(B) | 19.35º | 0.88% | 0.69% | - |
| XYZ | 20.59 | 14.04 | 2.38 | - |
| YUV | 97.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 22 | 0 | 0.59 | 0.88 | 0.31 | 19.35 | 0.78 | 0.39 |
| Hex | B1 | 48 | 16 | 0 | 3B | 58 | 1F | 13 | 4E | 27 |
| Octal | 261 | 110 | 26 | 0 | 73 | 130 | 37 | 23 | 116 | 47 |
| Binary | 10110001 | 1001000 | 10110 | 0 | 111011 | 1011000 | 11111 | 10011 | 1001110 | 100111 |
Color Harmonies of #B14816
Complementary color
Monochromatic Colors of #B14816
Black with #B14816
Text Example
Text Example
White with #B14816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14816; }
p { color: rgb(177,72,22); }
H1.HeaderClassName
{
color: #B14816;
}
.AnyTagClassName
{
color: #B14816;
}
</style>
background-color css
<style>
a { background-color: #B14816; }
a { background-color: rgb(177,72,22); }
div.DivClassName
{
background-color: #B14816;
}
.BgClassName
{
background-color: #B14816;
}
</style>
border-color css
<style>
span { border-color: #B14816; }
span { border-color: rgb(177,72,22); }
td.TdClassName
{
border-color: #B14816;
}
.TagClassName
{
border-color: #B14816;
}
</style>