Shades of Rust #B7461D
Tints of Rust #B7461D
RGB
CMYK
RGB Variations
Color information
#B7461D (or 0xB7461D) is known color: Rust. HEX triplet: B7, 46 and 1D. RGB value is (183,70,29). Sum of RGB (Red+Green+Blue) = 183+70+29=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461D is #48B9E2. Grayscale: #636363. Windows color (decimal): -4766179 or 1918647. OLE color: 1918647.
HSL color Cylindrical-coordinate representation of color #B7461D: hue angle of 15.97º 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 #B7461D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.28 |
| HSL | 15.97º | 0.73% | 0.42% | - |
| HSV(B) | 15.97º | 0.84% | 0.72% | - |
| XYZ | 21.94 | 14.54 | 2.81 | - |
| YUV | 99.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 29 | 0 | 0.62 | 0.84 | 0.28 | 15.97 | 0.73 | 0.42 |
| Hex | B7 | 46 | 1D | 0 | 3E | 54 | 1C | 10 | 49 | 2A |
| Octal | 267 | 106 | 35 | 0 | 76 | 124 | 34 | 20 | 111 | 52 |
| Binary | 10110111 | 1000110 | 11101 | 0 | 111110 | 1010100 | 11100 | 10000 | 1001001 | 101010 |
Color Harmonies of #B7461D
Complementary color
Monochromatic Colors of #B7461D
Black with #B7461D
Text Example
Text Example
White with #B7461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7461D; }
p { color: rgb(183,70,29); }
H1.HeaderClassName
{
color: #B7461D;
}
.AnyTagClassName
{
color: #B7461D;
}
</style>
background-color css
<style>
a { background-color: #B7461D; }
a { background-color: rgb(183,70,29); }
div.DivClassName
{
background-color: #B7461D;
}
.BgClassName
{
background-color: #B7461D;
}
</style>
border-color css
<style>
span { border-color: #B7461D; }
span { border-color: rgb(183,70,29); }
td.TdClassName
{
border-color: #B7461D;
}
.TagClassName
{
border-color: #B7461D;
}
</style>