Shades of Rust #B8490C
Tints of Rust #B8490C
RGB
CMYK
RGB Variations
Color information
#B8490C (or 0xB8490C) is known color: Rust. HEX triplet: B8, 49 and 0C. RGB value is (184,73,12). Sum of RGB (Red+Green+Blue) = 184+73+12=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8490C is #47B6F3. Grayscale: #636363. Windows color (decimal): -4699892 or 805304. OLE color: 805304.
HSL color Cylindrical-coordinate representation of color #B8490C: hue angle of 21.28º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8490C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.28 |
| HSL | 21.28º | 0.88% | 0.38% | - |
| HSV(B) | 21.28º | 0.93% | 0.72% | - |
| XYZ | 22.22 | 14.98 | 2.07 | - |
| YUV | 99.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 12 | 0 | 0.60 | 0.93 | 0.28 | 21.28 | 0.88 | 0.38 |
| Hex | B8 | 49 | C | 0 | 3C | 5D | 1C | 15 | 58 | 26 |
| Octal | 270 | 111 | 14 | 0 | 74 | 135 | 34 | 25 | 130 | 46 |
| Binary | 10111000 | 1001001 | 1100 | 0 | 111100 | 1011101 | 11100 | 10101 | 1011000 | 100110 |
Color Harmonies of #B8490C
Complementary color
Monochromatic Colors of #B8490C
Black with #B8490C
Text Example
Text Example
White with #B8490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8490C; }
p { color: rgb(184,73,12); }
H1.HeaderClassName
{
color: #B8490C;
}
.AnyTagClassName
{
color: #B8490C;
}
</style>
background-color css
<style>
a { background-color: #B8490C; }
a { background-color: rgb(184,73,12); }
div.DivClassName
{
background-color: #B8490C;
}
.BgClassName
{
background-color: #B8490C;
}
</style>
border-color css
<style>
span { border-color: #B8490C; }
span { border-color: rgb(184,73,12); }
td.TdClassName
{
border-color: #B8490C;
}
.TagClassName
{
border-color: #B8490C;
}
</style>