Shades of Rust #B44617
Tints of Rust #B44617
RGB
CMYK
RGB Variations
Color information
#B44617 (or 0xB44617) is known color: Rust. HEX triplet: B4, 46 and 17. RGB value is (180,70,23). Sum of RGB (Red+Green+Blue) = 180+70+23=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B44617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44617 is #4BB9E8. Grayscale: #616161. Windows color (decimal): -4962793 or 1525428. OLE color: 1525428.
HSL color Cylindrical-coordinate representation of color #B44617: hue angle of 17.96º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B44617 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.29 |
| HSL | 17.96º | 0.77% | 0.4% | - |
| HSV(B) | 17.96º | 0.87% | 0.71% | - |
| XYZ | 21.17 | 14.15 | 2.43 | - |
| YUV | 97.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 23 | 0 | 0.61 | 0.87 | 0.29 | 17.96 | 0.77 | 0.4 |
| Hex | B4 | 46 | 17 | 0 | 3D | 57 | 1D | 12 | 4D | 28 |
| Octal | 264 | 106 | 27 | 0 | 75 | 127 | 35 | 22 | 115 | 50 |
| Binary | 10110100 | 1000110 | 10111 | 0 | 111101 | 1010111 | 11101 | 10010 | 1001101 | 101000 |
Color Harmonies of #B44617
Complementary color
Monochromatic Colors of #B44617
Black with #B44617
Text Example
Text Example
White with #B44617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44617; }
p { color: rgb(180,70,23); }
H1.HeaderClassName
{
color: #B44617;
}
.AnyTagClassName
{
color: #B44617;
}
</style>
background-color css
<style>
a { background-color: #B44617; }
a { background-color: rgb(180,70,23); }
div.DivClassName
{
background-color: #B44617;
}
.BgClassName
{
background-color: #B44617;
}
</style>
border-color css
<style>
span { border-color: #B44617; }
span { border-color: rgb(180,70,23); }
td.TdClassName
{
border-color: #B44617;
}
.TagClassName
{
border-color: #B44617;
}
</style>