Shades of Rust #B44519
Tints of Rust #B44519
RGB
CMYK
RGB Variations
Color information
#B44519 (or 0xB44519) is known color: Rust. HEX triplet: B4, 45 and 19. RGB value is (180,69,25). Sum of RGB (Red+Green+Blue) = 180+69+25=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44519 is #4BBAE6. Grayscale: #616161. Windows color (decimal): -4963047 or 1656244. OLE color: 1656244.
HSL color Cylindrical-coordinate representation of color #B44519: hue angle of 17.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B44519 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 25 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.29 |
| HSL | 17.03º | 0.76% | 0.4% | - |
| HSV(B) | 17.03º | 0.86% | 0.71% | - |
| XYZ | 21.13 | 14.03 | 2.51 | - |
| YUV | 97.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 25 | 0 | 0.62 | 0.86 | 0.29 | 17.03 | 0.76 | 0.4 |
| Hex | B4 | 45 | 19 | 0 | 3E | 56 | 1D | 11 | 4C | 28 |
| Octal | 264 | 105 | 31 | 0 | 76 | 126 | 35 | 21 | 114 | 50 |
| Binary | 10110100 | 1000101 | 11001 | 0 | 111110 | 1010110 | 11101 | 10001 | 1001100 | 101000 |
Color Harmonies of #B44519
Complementary color
Monochromatic Colors of #B44519
Black with #B44519
Text Example
Text Example
White with #B44519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44519; }
p { color: rgb(180,69,25); }
H1.HeaderClassName
{
color: #B44519;
}
.AnyTagClassName
{
color: #B44519;
}
</style>
background-color css
<style>
a { background-color: #B44519; }
a { background-color: rgb(180,69,25); }
div.DivClassName
{
background-color: #B44519;
}
.BgClassName
{
background-color: #B44519;
}
</style>
border-color css
<style>
span { border-color: #B44519; }
span { border-color: rgb(180,69,25); }
td.TdClassName
{
border-color: #B44519;
}
.TagClassName
{
border-color: #B44519;
}
</style>