Shades of Rust #B44116
Tints of Rust #B44116
RGB
CMYK
RGB Variations
Color information
#B44116 (or 0xB44116) is known color: Rust. HEX triplet: B4, 41 and 16. RGB value is (180,65,22). Sum of RGB (Red+Green+Blue) = 180+65+22=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44116 is #4BBEE9. Grayscale: #5E5E5E. Windows color (decimal): -4964074 or 1458612. OLE color: 1458612.
HSL color Cylindrical-coordinate representation of color #B44116: hue angle of 16.33º 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 #B44116 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.29 |
| HSL | 16.33º | 0.78% | 0.4% | - |
| HSV(B) | 16.33º | 0.88% | 0.71% | - |
| XYZ | 20.86 | 13.54 | 2.27 | - |
| YUV | 94.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 22 | 0 | 0.64 | 0.88 | 0.29 | 16.33 | 0.78 | 0.4 |
| Hex | B4 | 41 | 16 | 0 | 40 | 58 | 1D | 10 | 4E | 28 |
| Octal | 264 | 101 | 26 | 0 | 100 | 130 | 35 | 20 | 116 | 50 |
| Binary | 10110100 | 1000001 | 10110 | 0 | 1000000 | 1011000 | 11101 | 10000 | 1001110 | 101000 |
Color Harmonies of #B44116
Complementary color
Monochromatic Colors of #B44116
Black with #B44116
Text Example
Text Example
White with #B44116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44116; }
p { color: rgb(180,65,22); }
H1.HeaderClassName
{
color: #B44116;
}
.AnyTagClassName
{
color: #B44116;
}
</style>
background-color css
<style>
a { background-color: #B44116; }
a { background-color: rgb(180,65,22); }
div.DivClassName
{
background-color: #B44116;
}
.BgClassName
{
background-color: #B44116;
}
</style>
border-color css
<style>
span { border-color: #B44116; }
span { border-color: rgb(180,65,22); }
td.TdClassName
{
border-color: #B44116;
}
.TagClassName
{
border-color: #B44116;
}
</style>