Shades of Rust #B7390E
Tints of Rust #B7390E
RGB
CMYK
RGB Variations
Color information
#B7390E (or 0xB7390E) is known color: Rust. HEX triplet: B7, 39 and 0E. RGB value is (183,57,14). Sum of RGB (Red+Green+Blue) = 183+57+14=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B7390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7390E is #48C6F1. Grayscale: #5A5A5A. Windows color (decimal): -4769522 or 932279. OLE color: 932279.
HSL color Cylindrical-coordinate representation of color #B7390E: hue angle of 15.27º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7390E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.28 |
| HSL | 15.27º | 0.86% | 0.39% | - |
| HSV(B) | 15.27º | 0.92% | 0.72% | - |
| XYZ | 21.07 | 13.03 | 1.82 | - |
| YUV | 89.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 14 | 0 | 0.69 | 0.92 | 0.28 | 15.27 | 0.86 | 0.39 |
| Hex | B7 | 39 | E | 0 | 45 | 5C | 1C | F | 56 | 27 |
| Octal | 267 | 71 | 16 | 0 | 105 | 134 | 34 | 17 | 126 | 47 |
| Binary | 10110111 | 111001 | 1110 | 0 | 1000101 | 1011100 | 11100 | 1111 | 1010110 | 100111 |
Color Harmonies of #B7390E
Complementary color
Monochromatic Colors of #B7390E
Black with #B7390E
Text Example
Text Example
White with #B7390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7390E; }
p { color: rgb(183,57,14); }
H1.HeaderClassName
{
color: #B7390E;
}
.AnyTagClassName
{
color: #B7390E;
}
</style>
background-color css
<style>
a { background-color: #B7390E; }
a { background-color: rgb(183,57,14); }
div.DivClassName
{
background-color: #B7390E;
}
.BgClassName
{
background-color: #B7390E;
}
</style>
border-color css
<style>
span { border-color: #B7390E; }
span { border-color: rgb(183,57,14); }
td.TdClassName
{
border-color: #B7390E;
}
.TagClassName
{
border-color: #B7390E;
}
</style>