Shades of Rust #B44516
Tints of Rust #B44516
RGB
CMYK
RGB Variations
Color information
#B44516 (or 0xB44516) is known color: Rust. HEX triplet: B4, 45 and 16. RGB value is (180,69,22). Sum of RGB (Red+Green+Blue) = 180+69+22=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44516 is #4BBAE9. Grayscale: #616161. Windows color (decimal): -4963050 or 1459636. OLE color: 1459636.
HSL color Cylindrical-coordinate representation of color #B44516: hue angle of 17.85º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B44516 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.29 |
| HSL | 17.85º | 0.78% | 0.4% | - |
| HSV(B) | 17.85º | 0.88% | 0.71% | - |
| XYZ | 21.1 | 14.02 | 2.35 | - |
| YUV | 96.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 22 | 0 | 0.62 | 0.88 | 0.29 | 17.85 | 0.78 | 0.4 |
| Hex | B4 | 45 | 16 | 0 | 3E | 58 | 1D | 12 | 4E | 28 |
| Octal | 264 | 105 | 26 | 0 | 76 | 130 | 35 | 22 | 116 | 50 |
| Binary | 10110100 | 1000101 | 10110 | 0 | 111110 | 1011000 | 11101 | 10010 | 1001110 | 101000 |
Color Harmonies of #B44516
Complementary color
Monochromatic Colors of #B44516
Black with #B44516
Text Example
Text Example
White with #B44516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44516; }
p { color: rgb(180,69,22); }
H1.HeaderClassName
{
color: #B44516;
}
.AnyTagClassName
{
color: #B44516;
}
</style>
background-color css
<style>
a { background-color: #B44516; }
a { background-color: rgb(180,69,22); }
div.DivClassName
{
background-color: #B44516;
}
.BgClassName
{
background-color: #B44516;
}
</style>
border-color css
<style>
span { border-color: #B44516; }
span { border-color: rgb(180,69,22); }
td.TdClassName
{
border-color: #B44516;
}
.TagClassName
{
border-color: #B44516;
}
</style>