Shades of Rust #B7471C
Tints of Rust #B7471C
RGB
CMYK
RGB Variations
Color information
#B7471C (or 0xB7471C) is known color: Rust. HEX triplet: B7, 47 and 1C. RGB value is (183,71,28). Sum of RGB (Red+Green+Blue) = 183+71+28=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7471C is #48B8E3. Grayscale: #636363. Windows color (decimal): -4765924 or 1853367. OLE color: 1853367.
HSL color Cylindrical-coordinate representation of color #B7471C: hue angle of 16.65º 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 #B7471C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 28 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.28 |
| HSL | 16.65º | 0.73% | 0.41% | - |
| HSV(B) | 16.65º | 0.85% | 0.72% | - |
| XYZ | 21.99 | 14.66 | 2.77 | - |
| YUV | 99.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 28 | 0 | 0.61 | 0.85 | 0.28 | 16.65 | 0.73 | 0.41 |
| Hex | B7 | 47 | 1C | 0 | 3D | 55 | 1C | 11 | 49 | 29 |
| Octal | 267 | 107 | 34 | 0 | 75 | 125 | 34 | 21 | 111 | 51 |
| Binary | 10110111 | 1000111 | 11100 | 0 | 111101 | 1010101 | 11100 | 10001 | 1001001 | 101001 |
Color Harmonies of #B7471C
Complementary color
Monochromatic Colors of #B7471C
Black with #B7471C
Text Example
Text Example
White with #B7471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7471C; }
p { color: rgb(183,71,28); }
H1.HeaderClassName
{
color: #B7471C;
}
.AnyTagClassName
{
color: #B7471C;
}
</style>
background-color css
<style>
a { background-color: #B7471C; }
a { background-color: rgb(183,71,28); }
div.DivClassName
{
background-color: #B7471C;
}
.BgClassName
{
background-color: #B7471C;
}
</style>
border-color css
<style>
span { border-color: #B7471C; }
span { border-color: rgb(183,71,28); }
td.TdClassName
{
border-color: #B7471C;
}
.TagClassName
{
border-color: #B7471C;
}
</style>