Shades of Rust #B44919
Tints of Rust #B44919
RGB
CMYK
RGB Variations
Color information
#B44919 (or 0xB44919) is known color: Rust. HEX triplet: B4, 49 and 19. RGB value is (180,73,25). Sum of RGB (Red+Green+Blue) = 180+73+25=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44919 is #4BB6E6. Grayscale: #636363. Windows color (decimal): -4962023 or 1657268. OLE color: 1657268.
HSL color Cylindrical-coordinate representation of color #B44919: hue angle of 18.58º 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 #B44919 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 25 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.29 |
| HSL | 18.58º | 0.76% | 0.4% | - |
| HSV(B) | 18.58º | 0.86% | 0.71% | - |
| XYZ | 21.38 | 14.54 | 2.6 | - |
| YUV | 99.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 25 | 0 | 0.59 | 0.86 | 0.29 | 18.58 | 0.76 | 0.4 |
| Hex | B4 | 49 | 19 | 0 | 3B | 56 | 1D | 13 | 4C | 28 |
| Octal | 264 | 111 | 31 | 0 | 73 | 126 | 35 | 23 | 114 | 50 |
| Binary | 10110100 | 1001001 | 11001 | 0 | 111011 | 1010110 | 11101 | 10011 | 1001100 | 101000 |
Color Harmonies of #B44919
Complementary color
Monochromatic Colors of #B44919
Black with #B44919
Text Example
Text Example
White with #B44919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44919; }
p { color: rgb(180,73,25); }
H1.HeaderClassName
{
color: #B44919;
}
.AnyTagClassName
{
color: #B44919;
}
</style>
background-color css
<style>
a { background-color: #B44919; }
a { background-color: rgb(180,73,25); }
div.DivClassName
{
background-color: #B44919;
}
.BgClassName
{
background-color: #B44919;
}
</style>
border-color css
<style>
span { border-color: #B44919; }
span { border-color: rgb(180,73,25); }
td.TdClassName
{
border-color: #B44919;
}
.TagClassName
{
border-color: #B44919;
}
</style>