Shades of Rust #B44B16
Tints of Rust #B44B16
RGB
CMYK
RGB Variations
Color information
#B44B16 (or 0xB44B16) is known color: Rust. HEX triplet: B4, 4B and 16. RGB value is (180,75,22). Sum of RGB (Red+Green+Blue) = 180+75+22=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B16 is #4BB4E9. Grayscale: #646464. Windows color (decimal): -4961514 or 1461172. OLE color: 1461172.
HSL color Cylindrical-coordinate representation of color #B44B16: hue angle of 20.13º 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 #B44B16 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 22 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.29 |
| HSL | 20.13º | 0.78% | 0.4% | - |
| HSV(B) | 20.13º | 0.88% | 0.71% | - |
| XYZ | 21.48 | 14.79 | 2.48 | - |
| YUV | 100.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 22 | 0 | 0.58 | 0.88 | 0.29 | 20.13 | 0.78 | 0.4 |
| Hex | B4 | 4B | 16 | 0 | 3A | 58 | 1D | 14 | 4E | 28 |
| Octal | 264 | 113 | 26 | 0 | 72 | 130 | 35 | 24 | 116 | 50 |
| Binary | 10110100 | 1001011 | 10110 | 0 | 111010 | 1011000 | 11101 | 10100 | 1001110 | 101000 |
Color Harmonies of #B44B16
Complementary color
Monochromatic Colors of #B44B16
Black with #B44B16
Text Example
Text Example
White with #B44B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B16; }
p { color: rgb(180,75,22); }
H1.HeaderClassName
{
color: #B44B16;
}
.AnyTagClassName
{
color: #B44B16;
}
</style>
background-color css
<style>
a { background-color: #B44B16; }
a { background-color: rgb(180,75,22); }
div.DivClassName
{
background-color: #B44B16;
}
.BgClassName
{
background-color: #B44B16;
}
</style>
border-color css
<style>
span { border-color: #B44B16; }
span { border-color: rgb(180,75,22); }
td.TdClassName
{
border-color: #B44B16;
}
.TagClassName
{
border-color: #B44B16;
}
</style>