Shades of Rust #B8491E
Tints of Rust #B8491E
RGB
CMYK
RGB Variations
Color information
#B8491E (or 0xB8491E) is known color: Rust. HEX triplet: B8, 49 and 1E. RGB value is (184,73,30). Sum of RGB (Red+Green+Blue) = 184+73+30=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B8491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8491E is #47B6E1. Grayscale: #656565. Windows color (decimal): -4699874 or 1984952. OLE color: 1984952.
HSL color Cylindrical-coordinate representation of color #B8491E: hue angle of 16.75º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8491E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 30 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.28 |
| HSL | 16.75º | 0.72% | 0.42% | - |
| HSV(B) | 16.75º | 0.84% | 0.72% | - |
| XYZ | 22.38 | 15.05 | 2.95 | - |
| YUV | 101.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 30 | 0 | 0.60 | 0.84 | 0.28 | 16.75 | 0.72 | 0.42 |
| Hex | B8 | 49 | 1E | 0 | 3C | 54 | 1C | 11 | 48 | 2A |
| Octal | 270 | 111 | 36 | 0 | 74 | 124 | 34 | 21 | 110 | 52 |
| Binary | 10111000 | 1001001 | 11110 | 0 | 111100 | 1010100 | 11100 | 10001 | 1001000 | 101010 |
Color Harmonies of #B8491E
Complementary color
Monochromatic Colors of #B8491E
Black with #B8491E
Text Example
Text Example
White with #B8491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8491E; }
p { color: rgb(184,73,30); }
H1.HeaderClassName
{
color: #B8491E;
}
.AnyTagClassName
{
color: #B8491E;
}
</style>
background-color css
<style>
a { background-color: #B8491E; }
a { background-color: rgb(184,73,30); }
div.DivClassName
{
background-color: #B8491E;
}
.BgClassName
{
background-color: #B8491E;
}
</style>
border-color css
<style>
span { border-color: #B8491E; }
span { border-color: rgb(184,73,30); }
td.TdClassName
{
border-color: #B8491E;
}
.TagClassName
{
border-color: #B8491E;
}
</style>