Shades of Rust #B7461F
Tints of Rust #B7461F
RGB
CMYK
RGB Variations
Color information
#B7461F (or 0xB7461F) is known color: Rust. HEX triplet: B7, 46 and 1F. RGB value is (183,70,31). Sum of RGB (Red+Green+Blue) = 183+70+31=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461F is #48B9E0. Grayscale: #636363. Windows color (decimal): -4766177 or 2049719. OLE color: 2049719.
HSL color Cylindrical-coordinate representation of color #B7461F: hue angle of 15.39º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7461F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 31 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.28 |
| HSL | 15.39º | 0.71% | 0.42% | - |
| HSV(B) | 15.39º | 0.83% | 0.72% | - |
| XYZ | 21.97 | 14.55 | 2.95 | - |
| YUV | 99.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 31 | 0 | 0.62 | 0.83 | 0.28 | 15.39 | 0.71 | 0.42 |
| Hex | B7 | 46 | 1F | 0 | 3E | 53 | 1C | F | 47 | 2A |
| Octal | 267 | 106 | 37 | 0 | 76 | 123 | 34 | 17 | 107 | 52 |
| Binary | 10110111 | 1000110 | 11111 | 0 | 111110 | 1010011 | 11100 | 1111 | 1000111 | 101010 |
Color Harmonies of #B7461F
Complementary color
Monochromatic Colors of #B7461F
Black with #B7461F
Text Example
Text Example
White with #B7461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7461F; }
p { color: rgb(183,70,31); }
H1.HeaderClassName
{
color: #B7461F;
}
.AnyTagClassName
{
color: #B7461F;
}
</style>
background-color css
<style>
a { background-color: #B7461F; }
a { background-color: rgb(183,70,31); }
div.DivClassName
{
background-color: #B7461F;
}
.BgClassName
{
background-color: #B7461F;
}
</style>
border-color css
<style>
span { border-color: #B7461F; }
span { border-color: rgb(183,70,31); }
td.TdClassName
{
border-color: #B7461F;
}
.TagClassName
{
border-color: #B7461F;
}
</style>