Shades of Rust #B7491E
Tints of Rust #B7491E
RGB
CMYK
RGB Variations
Color information
#B7491E (or 0xB7491E) is known color: Rust. HEX triplet: B7, 49 and 1E. RGB value is (183,73,30). Sum of RGB (Red+Green+Blue) = 183+73+30=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B7491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7491E is #48B6E1. Grayscale: #656565. Windows color (decimal): -4765410 or 1984951. OLE color: 1984951.
HSL color Cylindrical-coordinate representation of color #B7491E: hue angle of 16.86º 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 #B7491E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 30 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.28 |
| HSL | 16.86º | 0.72% | 0.42% | - |
| HSV(B) | 16.86º | 0.84% | 0.72% | - |
| XYZ | 22.15 | 14.93 | 2.94 | - |
| YUV | 100.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 30 | 0 | 0.60 | 0.84 | 0.28 | 16.86 | 0.72 | 0.42 |
| Hex | B7 | 49 | 1E | 0 | 3C | 54 | 1C | 11 | 48 | 2A |
| Octal | 267 | 111 | 36 | 0 | 74 | 124 | 34 | 21 | 110 | 52 |
| Binary | 10110111 | 1001001 | 11110 | 0 | 111100 | 1010100 | 11100 | 10001 | 1001000 | 101010 |
Color Harmonies of #B7491E
Complementary color
Monochromatic Colors of #B7491E
Black with #B7491E
Text Example
Text Example
White with #B7491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7491E; }
p { color: rgb(183,73,30); }
H1.HeaderClassName
{
color: #B7491E;
}
.AnyTagClassName
{
color: #B7491E;
}
</style>
background-color css
<style>
a { background-color: #B7491E; }
a { background-color: rgb(183,73,30); }
div.DivClassName
{
background-color: #B7491E;
}
.BgClassName
{
background-color: #B7491E;
}
</style>
border-color css
<style>
span { border-color: #B7491E; }
span { border-color: rgb(183,73,30); }
td.TdClassName
{
border-color: #B7491E;
}
.TagClassName
{
border-color: #B7491E;
}
</style>