Shades of Rust #B4490C
Tints of Rust #B4490C
RGB
CMYK
RGB Variations
Color information
#B4490C (or 0xB4490C) is known color: Rust. HEX triplet: B4, 49 and 0C. RGB value is (180,73,12). Sum of RGB (Red+Green+Blue) = 180+73+12=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B4490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4490C is #4BB6F3. Grayscale: #626262. Windows color (decimal): -4962036 or 805300. OLE color: 805300.
HSL color Cylindrical-coordinate representation of color #B4490C: hue angle of 21.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4490C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 12 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.29 |
| HSL | 21.79º | 0.88% | 0.38% | - |
| HSV(B) | 21.79º | 0.93% | 0.71% | - |
| XYZ | 21.27 | 14.49 | 2.02 | - |
| YUV | 98.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 12 | 0 | 0.59 | 0.93 | 0.29 | 21.79 | 0.88 | 0.38 |
| Hex | B4 | 49 | C | 0 | 3B | 5D | 1D | 16 | 58 | 26 |
| Octal | 264 | 111 | 14 | 0 | 73 | 135 | 35 | 26 | 130 | 46 |
| Binary | 10110100 | 1001001 | 1100 | 0 | 111011 | 1011101 | 11101 | 10110 | 1011000 | 100110 |
Color Harmonies of #B4490C
Complementary color
Monochromatic Colors of #B4490C
Black with #B4490C
Text Example
Text Example
White with #B4490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4490C; }
p { color: rgb(180,73,12); }
H1.HeaderClassName
{
color: #B4490C;
}
.AnyTagClassName
{
color: #B4490C;
}
</style>
background-color css
<style>
a { background-color: #B4490C; }
a { background-color: rgb(180,73,12); }
div.DivClassName
{
background-color: #B4490C;
}
.BgClassName
{
background-color: #B4490C;
}
</style>
border-color css
<style>
span { border-color: #B4490C; }
span { border-color: rgb(180,73,12); }
td.TdClassName
{
border-color: #B4490C;
}
.TagClassName
{
border-color: #B4490C;
}
</style>