Shades of Rust #B7491C
Tints of Rust #B7491C
RGB
CMYK
RGB Variations
Color information
#B7491C (or 0xB7491C) is known color: Rust. HEX triplet: B7, 49 and 1C. RGB value is (183,73,28). Sum of RGB (Red+Green+Blue) = 183+73+28=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7491C is #48B6E3. Grayscale: #656565. Windows color (decimal): -4765412 or 1853879. OLE color: 1853879.
HSL color Cylindrical-coordinate representation of color #B7491C: hue angle of 17.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7491C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 28 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.28 |
| HSL | 17.42º | 0.73% | 0.41% | - |
| HSV(B) | 17.42º | 0.85% | 0.72% | - |
| XYZ | 22.12 | 14.92 | 2.81 | - |
| YUV | 100.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 28 | 0 | 0.60 | 0.85 | 0.28 | 17.42 | 0.73 | 0.41 |
| Hex | B7 | 49 | 1C | 0 | 3C | 55 | 1C | 11 | 49 | 29 |
| Octal | 267 | 111 | 34 | 0 | 74 | 125 | 34 | 21 | 111 | 51 |
| Binary | 10110111 | 1001001 | 11100 | 0 | 111100 | 1010101 | 11100 | 10001 | 1001001 | 101001 |
Color Harmonies of #B7491C
Complementary color
Monochromatic Colors of #B7491C
Black with #B7491C
Text Example
Text Example
White with #B7491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7491C; }
p { color: rgb(183,73,28); }
H1.HeaderClassName
{
color: #B7491C;
}
.AnyTagClassName
{
color: #B7491C;
}
</style>
background-color css
<style>
a { background-color: #B7491C; }
a { background-color: rgb(183,73,28); }
div.DivClassName
{
background-color: #B7491C;
}
.BgClassName
{
background-color: #B7491C;
}
</style>
border-color css
<style>
span { border-color: #B7491C; }
span { border-color: rgb(183,73,28); }
td.TdClassName
{
border-color: #B7491C;
}
.TagClassName
{
border-color: #B7491C;
}
</style>