Shades of Rust #B4491C
Tints of Rust #B4491C
RGB
CMYK
RGB Variations
Color information
#B4491C (or 0xB4491C) is known color: Rust. HEX triplet: B4, 49 and 1C. RGB value is (180,73,28). Sum of RGB (Red+Green+Blue) = 180+73+28=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4491C is #4BB6E3. Grayscale: #646464. Windows color (decimal): -4962020 or 1853876. OLE color: 1853876.
HSL color Cylindrical-coordinate representation of color #B4491C: hue angle of 17.76º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4491C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.29 |
| HSL | 17.76º | 0.73% | 0.41% | - |
| HSV(B) | 17.76º | 0.84% | 0.71% | - |
| XYZ | 21.41 | 14.55 | 2.78 | - |
| YUV | 99.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 28 | 0 | 0.59 | 0.84 | 0.29 | 17.76 | 0.73 | 0.41 |
| Hex | B4 | 49 | 1C | 0 | 3B | 54 | 1D | 12 | 49 | 29 |
| Octal | 264 | 111 | 34 | 0 | 73 | 124 | 35 | 22 | 111 | 51 |
| Binary | 10110100 | 1001001 | 11100 | 0 | 111011 | 1010100 | 11101 | 10010 | 1001001 | 101001 |
Color Harmonies of #B4491C
Complementary color
Monochromatic Colors of #B4491C
Black with #B4491C
Text Example
Text Example
White with #B4491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4491C; }
p { color: rgb(180,73,28); }
H1.HeaderClassName
{
color: #B4491C;
}
.AnyTagClassName
{
color: #B4491C;
}
</style>
background-color css
<style>
a { background-color: #B4491C; }
a { background-color: rgb(180,73,28); }
div.DivClassName
{
background-color: #B4491C;
}
.BgClassName
{
background-color: #B4491C;
}
</style>
border-color css
<style>
span { border-color: #B4491C; }
span { border-color: rgb(180,73,28); }
td.TdClassName
{
border-color: #B4491C;
}
.TagClassName
{
border-color: #B4491C;
}
</style>