Shades of Rust #B44117
Tints of Rust #B44117
RGB
CMYK
RGB Variations
Color information
#B44117 (or 0xB44117) is known color: Rust. HEX triplet: B4, 41 and 17. RGB value is (180,65,23). Sum of RGB (Red+Green+Blue) = 180+65+23=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44117 is #4BBEE8. Grayscale: #5E5E5E. Windows color (decimal): -4964073 or 1524148. OLE color: 1524148.
HSL color Cylindrical-coordinate representation of color #B44117: hue angle of 16.05º 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 #B44117 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 23 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.29 |
| HSL | 16.05º | 0.77% | 0.4% | - |
| HSV(B) | 16.05º | 0.87% | 0.71% | - |
| XYZ | 20.87 | 13.55 | 2.33 | - |
| YUV | 94.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 23 | 0 | 0.64 | 0.87 | 0.29 | 16.05 | 0.77 | 0.4 |
| Hex | B4 | 41 | 17 | 0 | 40 | 57 | 1D | 10 | 4D | 28 |
| Octal | 264 | 101 | 27 | 0 | 100 | 127 | 35 | 20 | 115 | 50 |
| Binary | 10110100 | 1000001 | 10111 | 0 | 1000000 | 1010111 | 11101 | 10000 | 1001101 | 101000 |
Color Harmonies of #B44117
Complementary color
Monochromatic Colors of #B44117
Black with #B44117
Text Example
Text Example
White with #B44117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44117; }
p { color: rgb(180,65,23); }
H1.HeaderClassName
{
color: #B44117;
}
.AnyTagClassName
{
color: #B44117;
}
</style>
background-color css
<style>
a { background-color: #B44117; }
a { background-color: rgb(180,65,23); }
div.DivClassName
{
background-color: #B44117;
}
.BgClassName
{
background-color: #B44117;
}
</style>
border-color css
<style>
span { border-color: #B44117; }
span { border-color: rgb(180,65,23); }
td.TdClassName
{
border-color: #B44117;
}
.TagClassName
{
border-color: #B44117;
}
</style>