Shades of Rust #B44916
Tints of Rust #B44916
RGB
CMYK
RGB Variations
Color information
#B44916 (or 0xB44916) is known color: Rust. HEX triplet: B4, 49 and 16. RGB value is (180,73,22). Sum of RGB (Red+Green+Blue) = 180+73+22=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B44916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44916 is #4BB6E9. Grayscale: #636363. Windows color (decimal): -4962026 or 1460660. OLE color: 1460660.
HSL color Cylindrical-coordinate representation of color #B44916: hue angle of 19.37º 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 #B44916 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.29 |
| HSL | 19.37º | 0.78% | 0.4% | - |
| HSV(B) | 19.37º | 0.88% | 0.71% | - |
| XYZ | 21.35 | 14.53 | 2.44 | - |
| YUV | 99.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 22 | 0 | 0.59 | 0.88 | 0.29 | 19.37 | 0.78 | 0.4 |
| Hex | B4 | 49 | 16 | 0 | 3B | 58 | 1D | 13 | 4E | 28 |
| Octal | 264 | 111 | 26 | 0 | 73 | 130 | 35 | 23 | 116 | 50 |
| Binary | 10110100 | 1001001 | 10110 | 0 | 111011 | 1011000 | 11101 | 10011 | 1001110 | 101000 |
Color Harmonies of #B44916
Complementary color
Monochromatic Colors of #B44916
Black with #B44916
Text Example
Text Example
White with #B44916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44916; }
p { color: rgb(180,73,22); }
H1.HeaderClassName
{
color: #B44916;
}
.AnyTagClassName
{
color: #B44916;
}
</style>
background-color css
<style>
a { background-color: #B44916; }
a { background-color: rgb(180,73,22); }
div.DivClassName
{
background-color: #B44916;
}
.BgClassName
{
background-color: #B44916;
}
</style>
border-color css
<style>
span { border-color: #B44916; }
span { border-color: rgb(180,73,22); }
td.TdClassName
{
border-color: #B44916;
}
.TagClassName
{
border-color: #B44916;
}
</style>