Shades of Rust #B2491B
Tints of Rust #B2491B
RGB
CMYK
RGB Variations
Color information
#B2491B (or 0xB2491B) is known color: Rust. HEX triplet: B2, 49 and 1B. RGB value is (178,73,27). Sum of RGB (Red+Green+Blue) = 178+73+27=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2491B is #4DB6E4. Grayscale: #636363. Windows color (decimal): -5093093 or 1788338. OLE color: 1788338.
HSL color Cylindrical-coordinate representation of color #B2491B: hue angle of 18.28º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2491B is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 27 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.30 |
| HSL | 18.28º | 0.74% | 0.4% | - |
| HSV(B) | 18.28º | 0.85% | 0.7% | - |
| XYZ | 20.94 | 14.31 | 2.7 | - |
| YUV | 99.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 27 | 0 | 0.59 | 0.85 | 0.30 | 18.28 | 0.74 | 0.4 |
| Hex | B2 | 49 | 1B | 0 | 3B | 55 | 1E | 12 | 4A | 28 |
| Octal | 262 | 111 | 33 | 0 | 73 | 125 | 36 | 22 | 112 | 50 |
| Binary | 10110010 | 1001001 | 11011 | 0 | 111011 | 1010101 | 11110 | 10010 | 1001010 | 101000 |
Color Harmonies of #B2491B
Complementary color
Monochromatic Colors of #B2491B
Black with #B2491B
Text Example
Text Example
White with #B2491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2491B; }
p { color: rgb(178,73,27); }
H1.HeaderClassName
{
color: #B2491B;
}
.AnyTagClassName
{
color: #B2491B;
}
</style>
background-color css
<style>
a { background-color: #B2491B; }
a { background-color: rgb(178,73,27); }
div.DivClassName
{
background-color: #B2491B;
}
.BgClassName
{
background-color: #B2491B;
}
</style>
border-color css
<style>
span { border-color: #B2491B; }
span { border-color: rgb(178,73,27); }
td.TdClassName
{
border-color: #B2491B;
}
.TagClassName
{
border-color: #B2491B;
}
</style>