Shades of Rust #B7391B
Tints of Rust #B7391B
RGB
CMYK
RGB Variations
Color information
#B7391B (or 0xB7391B) is known color: Rust. HEX triplet: B7, 39 and 1B. RGB value is (183,57,27). Sum of RGB (Red+Green+Blue) = 183+57+27=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391B is #48C6E4. Grayscale: #5B5B5B. Windows color (decimal): -4769509 or 1784247. OLE color: 1784247.
HSL color Cylindrical-coordinate representation of color #B7391B: hue angle of 11.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7391B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.28 |
| HSL | 11.54º | 0.74% | 0.41% | - |
| HSV(B) | 11.54º | 0.85% | 0.72% | - |
| XYZ | 21.19 | 13.07 | 2.44 | - |
| YUV | 91.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 27 | 0 | 0.69 | 0.85 | 0.28 | 11.54 | 0.74 | 0.41 |
| Hex | B7 | 39 | 1B | 0 | 45 | 55 | 1C | C | 4A | 29 |
| Octal | 267 | 71 | 33 | 0 | 105 | 125 | 34 | 14 | 112 | 51 |
| Binary | 10110111 | 111001 | 11011 | 0 | 1000101 | 1010101 | 11100 | 1100 | 1001010 | 101001 |
Color Harmonies of #B7391B
Complementary color
Monochromatic Colors of #B7391B
Black with #B7391B
Text Example
Text Example
White with #B7391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7391B; }
p { color: rgb(183,57,27); }
H1.HeaderClassName
{
color: #B7391B;
}
.AnyTagClassName
{
color: #B7391B;
}
</style>
background-color css
<style>
a { background-color: #B7391B; }
a { background-color: rgb(183,57,27); }
div.DivClassName
{
background-color: #B7391B;
}
.BgClassName
{
background-color: #B7391B;
}
</style>
border-color css
<style>
span { border-color: #B7391B; }
span { border-color: rgb(183,57,27); }
td.TdClassName
{
border-color: #B7391B;
}
.TagClassName
{
border-color: #B7391B;
}
</style>