Shades of Rust #B7390B
Tints of Rust #B7390B
RGB
CMYK
RGB Variations
Color information
#B7390B (or 0xB7390B) is known color: Rust. HEX triplet: B7, 39 and 0B. RGB value is (183,57,11). Sum of RGB (Red+Green+Blue) = 183+57+11=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7390B is #48C6F4. Grayscale: #595959. Windows color (decimal): -4769525 or 735671. OLE color: 735671.
HSL color Cylindrical-coordinate representation of color #B7390B: hue angle of 16.05º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.28 |
| HSL | 16.05º | 0.89% | 0.38% | - |
| HSV(B) | 16.05º | 0.94% | 0.72% | - |
| XYZ | 21.05 | 13.02 | 1.72 | - |
| YUV | 89.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 11 | 0 | 0.69 | 0.94 | 0.28 | 16.05 | 0.89 | 0.38 |
| Hex | B7 | 39 | B | 0 | 45 | 5E | 1C | 10 | 59 | 26 |
| Octal | 267 | 71 | 13 | 0 | 105 | 136 | 34 | 20 | 131 | 46 |
| Binary | 10110111 | 111001 | 1011 | 0 | 1000101 | 1011110 | 11100 | 10000 | 1011001 | 100110 |
Color Harmonies of #B7390B
Complementary color
Monochromatic Colors of #B7390B
Black with #B7390B
Text Example
Text Example
White with #B7390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7390B; }
p { color: rgb(183,57,11); }
H1.HeaderClassName
{
color: #B7390B;
}
.AnyTagClassName
{
color: #B7390B;
}
</style>
background-color css
<style>
a { background-color: #B7390B; }
a { background-color: rgb(183,57,11); }
div.DivClassName
{
background-color: #B7390B;
}
.BgClassName
{
background-color: #B7390B;
}
</style>
border-color css
<style>
span { border-color: #B7390B; }
span { border-color: rgb(183,57,11); }
td.TdClassName
{
border-color: #B7390B;
}
.TagClassName
{
border-color: #B7390B;
}
</style>