Shades of Rust #B7491A
Tints of Rust #B7491A
RGB
CMYK
RGB Variations
Color information
#B7491A (or 0xB7491A) is known color: Rust. HEX triplet: B7, 49 and 1A. RGB value is (183,73,26). Sum of RGB (Red+Green+Blue) = 183+73+26=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7491A is #48B6E5. Grayscale: #646464. Windows color (decimal): -4765414 or 1722807. OLE color: 1722807.
HSL color Cylindrical-coordinate representation of color #B7491A: hue angle of 17.96º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7491A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 26 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.28 |
| HSL | 17.96º | 0.75% | 0.41% | - |
| HSV(B) | 17.96º | 0.86% | 0.72% | - |
| XYZ | 22.1 | 14.91 | 2.69 | - |
| YUV | 100.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 26 | 0 | 0.60 | 0.86 | 0.28 | 17.96 | 0.75 | 0.41 |
| Hex | B7 | 49 | 1A | 0 | 3C | 56 | 1C | 12 | 4B | 29 |
| Octal | 267 | 111 | 32 | 0 | 74 | 126 | 34 | 22 | 113 | 51 |
| Binary | 10110111 | 1001001 | 11010 | 0 | 111100 | 1010110 | 11100 | 10010 | 1001011 | 101001 |
Color Harmonies of #B7491A
Complementary color
Monochromatic Colors of #B7491A
Black with #B7491A
Text Example
Text Example
White with #B7491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7491A; }
p { color: rgb(183,73,26); }
H1.HeaderClassName
{
color: #B7491A;
}
.AnyTagClassName
{
color: #B7491A;
}
</style>
background-color css
<style>
a { background-color: #B7491A; }
a { background-color: rgb(183,73,26); }
div.DivClassName
{
background-color: #B7491A;
}
.BgClassName
{
background-color: #B7491A;
}
</style>
border-color css
<style>
span { border-color: #B7491A; }
span { border-color: rgb(183,73,26); }
td.TdClassName
{
border-color: #B7491A;
}
.TagClassName
{
border-color: #B7491A;
}
</style>