Shades of Rust #B7461E
Tints of Rust #B7461E
RGB
CMYK
RGB Variations
Color information
#B7461E (or 0xB7461E) is known color: Rust. HEX triplet: B7, 46 and 1E. RGB value is (183,70,30). Sum of RGB (Red+Green+Blue) = 183+70+30=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461E is #48B9E1. Grayscale: #636363. Windows color (decimal): -4766178 or 1984183. OLE color: 1984183.
HSL color Cylindrical-coordinate representation of color #B7461E: hue angle of 15.69º degrees, saturation: 0.72, 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 #B7461E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 30 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.28 |
| HSL | 15.69º | 0.72% | 0.42% | - |
| HSV(B) | 15.69º | 0.84% | 0.72% | - |
| XYZ | 21.95 | 14.54 | 2.88 | - |
| YUV | 99.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 30 | 0 | 0.62 | 0.84 | 0.28 | 15.69 | 0.72 | 0.42 |
| Hex | B7 | 46 | 1E | 0 | 3E | 54 | 1C | 10 | 48 | 2A |
| Octal | 267 | 106 | 36 | 0 | 76 | 124 | 34 | 20 | 110 | 52 |
| Binary | 10110111 | 1000110 | 11110 | 0 | 111110 | 1010100 | 11100 | 10000 | 1001000 | 101010 |
Color Harmonies of #B7461E
Complementary color
Monochromatic Colors of #B7461E
Black with #B7461E
Text Example
Text Example
White with #B7461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7461E; }
p { color: rgb(183,70,30); }
H1.HeaderClassName
{
color: #B7461E;
}
.AnyTagClassName
{
color: #B7461E;
}
</style>
background-color css
<style>
a { background-color: #B7461E; }
a { background-color: rgb(183,70,30); }
div.DivClassName
{
background-color: #B7461E;
}
.BgClassName
{
background-color: #B7461E;
}
</style>
border-color css
<style>
span { border-color: #B7461E; }
span { border-color: rgb(183,70,30); }
td.TdClassName
{
border-color: #B7461E;
}
.TagClassName
{
border-color: #B7461E;
}
</style>