Shades of Rust #B44619
Tints of Rust #B44619
RGB
CMYK
RGB Variations
Color information
#B44619 (or 0xB44619) is known color: Rust. HEX triplet: B4, 46 and 19. RGB value is (180,70,25). Sum of RGB (Red+Green+Blue) = 180+70+25=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B44619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44619 is #4BB9E6. Grayscale: #626262. Windows color (decimal): -4962791 or 1656500. OLE color: 1656500.
HSL color Cylindrical-coordinate representation of color #B44619: hue angle of 17.42º 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 #B44619 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.29 |
| HSL | 17.42º | 0.76% | 0.4% | - |
| HSV(B) | 17.42º | 0.86% | 0.71% | - |
| XYZ | 21.19 | 14.15 | 2.53 | - |
| YUV | 97.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 25 | 0 | 0.61 | 0.86 | 0.29 | 17.42 | 0.76 | 0.4 |
| Hex | B4 | 46 | 19 | 0 | 3D | 56 | 1D | 11 | 4C | 28 |
| Octal | 264 | 106 | 31 | 0 | 75 | 126 | 35 | 21 | 114 | 50 |
| Binary | 10110100 | 1000110 | 11001 | 0 | 111101 | 1010110 | 11101 | 10001 | 1001100 | 101000 |
Color Harmonies of #B44619
Complementary color
Monochromatic Colors of #B44619
Black with #B44619
Text Example
Text Example
White with #B44619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44619; }
p { color: rgb(180,70,25); }
H1.HeaderClassName
{
color: #B44619;
}
.AnyTagClassName
{
color: #B44619;
}
</style>
background-color css
<style>
a { background-color: #B44619; }
a { background-color: rgb(180,70,25); }
div.DivClassName
{
background-color: #B44619;
}
.BgClassName
{
background-color: #B44619;
}
</style>
border-color css
<style>
span { border-color: #B44619; }
span { border-color: rgb(180,70,25); }
td.TdClassName
{
border-color: #B44619;
}
.TagClassName
{
border-color: #B44619;
}
</style>