Shades of Rust #B44417
Tints of Rust #B44417
RGB
CMYK
RGB Variations
Color information
#B44417 (or 0xB44417) is known color: Rust. HEX triplet: B4, 44 and 17. RGB value is (180,68,23). Sum of RGB (Red+Green+Blue) = 180+68+23=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44417 is #4BBBE8. Grayscale: #606060. Windows color (decimal): -4963305 or 1524916. OLE color: 1524916.
HSL color Cylindrical-coordinate representation of color #B44417: hue angle of 17.2º 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 #B44417 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.29 |
| HSL | 17.2º | 0.77% | 0.4% | - |
| HSV(B) | 17.2º | 0.87% | 0.71% | - |
| XYZ | 21.04 | 13.9 | 2.38 | - |
| YUV | 96.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 23 | 0 | 0.62 | 0.87 | 0.29 | 17.2 | 0.77 | 0.4 |
| Hex | B4 | 44 | 17 | 0 | 3E | 57 | 1D | 11 | 4D | 28 |
| Octal | 264 | 104 | 27 | 0 | 76 | 127 | 35 | 21 | 115 | 50 |
| Binary | 10110100 | 1000100 | 10111 | 0 | 111110 | 1010111 | 11101 | 10001 | 1001101 | 101000 |
Color Harmonies of #B44417
Complementary color
Monochromatic Colors of #B44417
Black with #B44417
Text Example
Text Example
White with #B44417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44417; }
p { color: rgb(180,68,23); }
H1.HeaderClassName
{
color: #B44417;
}
.AnyTagClassName
{
color: #B44417;
}
</style>
background-color css
<style>
a { background-color: #B44417; }
a { background-color: rgb(180,68,23); }
div.DivClassName
{
background-color: #B44417;
}
.BgClassName
{
background-color: #B44417;
}
</style>
border-color css
<style>
span { border-color: #B44417; }
span { border-color: rgb(180,68,23); }
td.TdClassName
{
border-color: #B44417;
}
.TagClassName
{
border-color: #B44417;
}
</style>