Shades of Rust #B7471D
Tints of Rust #B7471D
RGB
CMYK
RGB Variations
Color information
#B7471D (or 0xB7471D) is known color: Rust. HEX triplet: B7, 47 and 1D. RGB value is (183,71,29). Sum of RGB (Red+Green+Blue) = 183+71+29=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7471D is #48B8E2. Grayscale: #636363. Windows color (decimal): -4765923 or 1918903. OLE color: 1918903.
HSL color Cylindrical-coordinate representation of color #B7471D: hue angle of 16.36º degrees, saturation: 0.73, 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 #B7471D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 29 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.28 |
| HSL | 16.36º | 0.73% | 0.42% | - |
| HSV(B) | 16.36º | 0.84% | 0.72% | - |
| XYZ | 22 | 14.66 | 2.83 | - |
| YUV | 99.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 29 | 0 | 0.61 | 0.84 | 0.28 | 16.36 | 0.73 | 0.42 |
| Hex | B7 | 47 | 1D | 0 | 3D | 54 | 1C | 10 | 49 | 2A |
| Octal | 267 | 107 | 35 | 0 | 75 | 124 | 34 | 20 | 111 | 52 |
| Binary | 10110111 | 1000111 | 11101 | 0 | 111101 | 1010100 | 11100 | 10000 | 1001001 | 101010 |
Color Harmonies of #B7471D
Complementary color
Monochromatic Colors of #B7471D
Black with #B7471D
Text Example
Text Example
White with #B7471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7471D; }
p { color: rgb(183,71,29); }
H1.HeaderClassName
{
color: #B7471D;
}
.AnyTagClassName
{
color: #B7471D;
}
</style>
background-color css
<style>
a { background-color: #B7471D; }
a { background-color: rgb(183,71,29); }
div.DivClassName
{
background-color: #B7471D;
}
.BgClassName
{
background-color: #B7471D;
}
</style>
border-color css
<style>
span { border-color: #B7471D; }
span { border-color: rgb(183,71,29); }
td.TdClassName
{
border-color: #B7471D;
}
.TagClassName
{
border-color: #B7471D;
}
</style>