Shades of Rust #B3491C
Tints of Rust #B3491C
RGB
CMYK
RGB Variations
Color information
#B3491C (or 0xB3491C) is known color: Rust. HEX triplet: B3, 49 and 1C. RGB value is (179,73,28). Sum of RGB (Red+Green+Blue) = 179+73+28=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3491C is #4CB6E3. Grayscale: #636363. Windows color (decimal): -5027556 or 1853875. OLE color: 1853875.
HSL color Cylindrical-coordinate representation of color #B3491C: hue angle of 17.88º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3491C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.30 |
| HSL | 17.88º | 0.73% | 0.41% | - |
| HSV(B) | 17.88º | 0.84% | 0.7% | - |
| XYZ | 21.18 | 14.43 | 2.77 | - |
| YUV | 99.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 28 | 0 | 0.59 | 0.84 | 0.30 | 17.88 | 0.73 | 0.41 |
| Hex | B3 | 49 | 1C | 0 | 3B | 54 | 1E | 12 | 49 | 29 |
| Octal | 263 | 111 | 34 | 0 | 73 | 124 | 36 | 22 | 111 | 51 |
| Binary | 10110011 | 1001001 | 11100 | 0 | 111011 | 1010100 | 11110 | 10010 | 1001001 | 101001 |
Color Harmonies of #B3491C
Complementary color
Monochromatic Colors of #B3491C
Black with #B3491C
Text Example
Text Example
White with #B3491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3491C; }
p { color: rgb(179,73,28); }
H1.HeaderClassName
{
color: #B3491C;
}
.AnyTagClassName
{
color: #B3491C;
}
</style>
background-color css
<style>
a { background-color: #B3491C; }
a { background-color: rgb(179,73,28); }
div.DivClassName
{
background-color: #B3491C;
}
.BgClassName
{
background-color: #B3491C;
}
</style>
border-color css
<style>
span { border-color: #B3491C; }
span { border-color: rgb(179,73,28); }
td.TdClassName
{
border-color: #B3491C;
}
.TagClassName
{
border-color: #B3491C;
}
</style>