Shades of Rust #B7471A
Tints of Rust #B7471A
RGB
CMYK
RGB Variations
Color information
#B7471A (or 0xB7471A) is known color: Rust. HEX triplet: B7, 47 and 1A. RGB value is (183,71,26). Sum of RGB (Red+Green+Blue) = 183+71+26=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7471A is #48B8E5. Grayscale: #636363. Windows color (decimal): -4765926 or 1722295. OLE color: 1722295.
HSL color Cylindrical-coordinate representation of color #B7471A: hue angle of 17.2º 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 #B7471A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.28 |
| HSL | 17.2º | 0.75% | 0.41% | - |
| HSV(B) | 17.2º | 0.86% | 0.72% | - |
| XYZ | 21.97 | 14.65 | 2.65 | - |
| YUV | 99.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 26 | 0 | 0.61 | 0.86 | 0.28 | 17.2 | 0.75 | 0.41 |
| Hex | B7 | 47 | 1A | 0 | 3D | 56 | 1C | 11 | 4B | 29 |
| Octal | 267 | 107 | 32 | 0 | 75 | 126 | 34 | 21 | 113 | 51 |
| Binary | 10110111 | 1000111 | 11010 | 0 | 111101 | 1010110 | 11100 | 10001 | 1001011 | 101001 |
Color Harmonies of #B7471A
Complementary color
Monochromatic Colors of #B7471A
Black with #B7471A
Text Example
Text Example
White with #B7471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7471A; }
p { color: rgb(183,71,26); }
H1.HeaderClassName
{
color: #B7471A;
}
.AnyTagClassName
{
color: #B7471A;
}
</style>
background-color css
<style>
a { background-color: #B7471A; }
a { background-color: rgb(183,71,26); }
div.DivClassName
{
background-color: #B7471A;
}
.BgClassName
{
background-color: #B7471A;
}
</style>
border-color css
<style>
span { border-color: #B7471A; }
span { border-color: rgb(183,71,26); }
td.TdClassName
{
border-color: #B7471A;
}
.TagClassName
{
border-color: #B7471A;
}
</style>