Shades of Rust #B44F17
Tints of Rust #B44F17
RGB
CMYK
RGB Variations
Color information
#B44F17 (or 0xB44F17) is known color: Rust. HEX triplet: B4, 4F and 17. RGB value is (180,79,23). Sum of RGB (Red+Green+Blue) = 180+79+23=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F17 is #4BB0E8. Grayscale: #676767. Windows color (decimal): -4960489 or 1527732. OLE color: 1527732.
HSL color Cylindrical-coordinate representation of color #B44F17: hue angle of 21.4º 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 #B44F17 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 79 | 23 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.29 |
| HSL | 21.4º | 0.77% | 0.4% | - |
| HSV(B) | 21.4º | 0.87% | 0.71% | - |
| XYZ | 21.77 | 15.36 | 2.63 | - |
| YUV | 102.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 79 | 23 | 0 | 0.56 | 0.87 | 0.29 | 21.4 | 0.77 | 0.4 |
| Hex | B4 | 4F | 17 | 0 | 38 | 57 | 1D | 15 | 4D | 28 |
| Octal | 264 | 117 | 27 | 0 | 70 | 127 | 35 | 25 | 115 | 50 |
| Binary | 10110100 | 1001111 | 10111 | 0 | 111000 | 1010111 | 11101 | 10101 | 1001101 | 101000 |
Color Harmonies of #B44F17
Complementary color
Monochromatic Colors of #B44F17
Black with #B44F17
Text Example
Text Example
White with #B44F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44F17; }
p { color: rgb(180,79,23); }
H1.HeaderClassName
{
color: #B44F17;
}
.AnyTagClassName
{
color: #B44F17;
}
</style>
background-color css
<style>
a { background-color: #B44F17; }
a { background-color: rgb(180,79,23); }
div.DivClassName
{
background-color: #B44F17;
}
.BgClassName
{
background-color: #B44F17;
}
</style>
border-color css
<style>
span { border-color: #B44F17; }
span { border-color: rgb(180,79,23); }
td.TdClassName
{
border-color: #B44F17;
}
.TagClassName
{
border-color: #B44F17;
}
</style>