Shades of Rust #B8491C
Tints of Rust #B8491C
RGB
CMYK
RGB Variations
Color information
#B8491C (or 0xB8491C) is known color: Rust. HEX triplet: B8, 49 and 1C. RGB value is (184,73,28). Sum of RGB (Red+Green+Blue) = 184+73+28=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8491C is #47B6E3. Grayscale: #656565. Windows color (decimal): -4699876 or 1853880. OLE color: 1853880.
HSL color Cylindrical-coordinate representation of color #B8491C: hue angle of 17.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8491C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 28 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.28 |
| HSL | 17.31º | 0.74% | 0.42% | - |
| HSV(B) | 17.31º | 0.85% | 0.72% | - |
| XYZ | 22.36 | 15.04 | 2.82 | - |
| YUV | 101.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 28 | 0 | 0.60 | 0.85 | 0.28 | 17.31 | 0.74 | 0.42 |
| Hex | B8 | 49 | 1C | 0 | 3C | 55 | 1C | 11 | 4A | 2A |
| Octal | 270 | 111 | 34 | 0 | 74 | 125 | 34 | 21 | 112 | 52 |
| Binary | 10111000 | 1001001 | 11100 | 0 | 111100 | 1010101 | 11100 | 10001 | 1001010 | 101010 |
Color Harmonies of #B8491C
Complementary color
Monochromatic Colors of #B8491C
Black with #B8491C
Text Example
Text Example
White with #B8491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8491C; }
p { color: rgb(184,73,28); }
H1.HeaderClassName
{
color: #B8491C;
}
.AnyTagClassName
{
color: #B8491C;
}
</style>
background-color css
<style>
a { background-color: #B8491C; }
a { background-color: rgb(184,73,28); }
div.DivClassName
{
background-color: #B8491C;
}
.BgClassName
{
background-color: #B8491C;
}
</style>
border-color css
<style>
span { border-color: #B8491C; }
span { border-color: rgb(184,73,28); }
td.TdClassName
{
border-color: #B8491C;
}
.TagClassName
{
border-color: #B8491C;
}
</style>