Shades of Rust #B7391F
Tints of Rust #B7391F
RGB
CMYK
RGB Variations
Color information
#B7391F (or 0xB7391F) is known color: Rust. HEX triplet: B7, 39 and 1F. RGB value is (183,57,31). Sum of RGB (Red+Green+Blue) = 183+57+31=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391F is #48C6E0. Grayscale: #5B5B5B. Windows color (decimal): -4769505 or 2046391. OLE color: 2046391.
HSL color Cylindrical-coordinate representation of color #B7391F: hue angle of 10.26º 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 #B7391F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 31 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.28 |
| HSL | 10.26º | 0.71% | 0.42% | - |
| HSV(B) | 10.26º | 0.83% | 0.72% | - |
| XYZ | 21.24 | 13.09 | 2.7 | - |
| YUV | 91.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 31 | 0 | 0.69 | 0.83 | 0.28 | 10.26 | 0.71 | 0.42 |
| Hex | B7 | 39 | 1F | 0 | 45 | 53 | 1C | A | 47 | 2A |
| Octal | 267 | 71 | 37 | 0 | 105 | 123 | 34 | 12 | 107 | 52 |
| Binary | 10110111 | 111001 | 11111 | 0 | 1000101 | 1010011 | 11100 | 1010 | 1000111 | 101010 |
Color Harmonies of #B7391F
Complementary color
Monochromatic Colors of #B7391F
Black with #B7391F
Text Example
Text Example
White with #B7391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7391F; }
p { color: rgb(183,57,31); }
H1.HeaderClassName
{
color: #B7391F;
}
.AnyTagClassName
{
color: #B7391F;
}
</style>
background-color css
<style>
a { background-color: #B7391F; }
a { background-color: rgb(183,57,31); }
div.DivClassName
{
background-color: #B7391F;
}
.BgClassName
{
background-color: #B7391F;
}
</style>
border-color css
<style>
span { border-color: #B7391F; }
span { border-color: rgb(183,57,31); }
td.TdClassName
{
border-color: #B7391F;
}
.TagClassName
{
border-color: #B7391F;
}
</style>