Shades of Rust #B7471B
Tints of Rust #B7471B
RGB
CMYK
RGB Variations
Color information
#B7471B (or 0xB7471B) is known color: Rust. HEX triplet: B7, 47 and 1B. RGB value is (183,71,27). Sum of RGB (Red+Green+Blue) = 183+71+27=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7471B is #48B8E4. Grayscale: #636363. Windows color (decimal): -4765925 or 1787831. OLE color: 1787831.
HSL color Cylindrical-coordinate representation of color #B7471B: hue angle of 16.92º degrees, saturation: 0.74, 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 #B7471B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.28 |
| HSL | 16.92º | 0.74% | 0.41% | - |
| HSV(B) | 16.92º | 0.85% | 0.72% | - |
| XYZ | 21.98 | 14.65 | 2.71 | - |
| YUV | 99.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 27 | 0 | 0.61 | 0.85 | 0.28 | 16.92 | 0.74 | 0.41 |
| Hex | B7 | 47 | 1B | 0 | 3D | 55 | 1C | 11 | 4A | 29 |
| Octal | 267 | 107 | 33 | 0 | 75 | 125 | 34 | 21 | 112 | 51 |
| Binary | 10110111 | 1000111 | 11011 | 0 | 111101 | 1010101 | 11100 | 10001 | 1001010 | 101001 |
Color Harmonies of #B7471B
Complementary color
Monochromatic Colors of #B7471B
Black with #B7471B
Text Example
Text Example
White with #B7471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7471B; }
p { color: rgb(183,71,27); }
H1.HeaderClassName
{
color: #B7471B;
}
.AnyTagClassName
{
color: #B7471B;
}
</style>
background-color css
<style>
a { background-color: #B7471B; }
a { background-color: rgb(183,71,27); }
div.DivClassName
{
background-color: #B7471B;
}
.BgClassName
{
background-color: #B7471B;
}
</style>
border-color css
<style>
span { border-color: #B7471B; }
span { border-color: rgb(183,71,27); }
td.TdClassName
{
border-color: #B7471B;
}
.TagClassName
{
border-color: #B7471B;
}
</style>