Shades of Rust #B7391E
Tints of Rust #B7391E
RGB
CMYK
RGB Variations
Color information
#B7391E (or 0xB7391E) is known color: Rust. HEX triplet: B7, 39 and 1E. RGB value is (183,57,30). Sum of RGB (Red+Green+Blue) = 183+57+30=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391E is #48C6E1. Grayscale: #5B5B5B. Windows color (decimal): -4769506 or 1980855. OLE color: 1980855.
HSL color Cylindrical-coordinate representation of color #B7391E: hue angle of 10.59º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7391E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 30 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.28 |
| HSL | 10.59º | 0.72% | 0.42% | - |
| HSV(B) | 10.59º | 0.84% | 0.72% | - |
| XYZ | 21.23 | 13.09 | 2.64 | - |
| YUV | 91.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 30 | 0 | 0.69 | 0.84 | 0.28 | 10.59 | 0.72 | 0.42 |
| Hex | B7 | 39 | 1E | 0 | 45 | 54 | 1C | B | 48 | 2A |
| Octal | 267 | 71 | 36 | 0 | 105 | 124 | 34 | 13 | 110 | 52 |
| Binary | 10110111 | 111001 | 11110 | 0 | 1000101 | 1010100 | 11100 | 1011 | 1001000 | 101010 |
Color Harmonies of #B7391E
Complementary color
Monochromatic Colors of #B7391E
Black with #B7391E
Text Example
Text Example
White with #B7391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7391E; }
p { color: rgb(183,57,30); }
H1.HeaderClassName
{
color: #B7391E;
}
.AnyTagClassName
{
color: #B7391E;
}
</style>
background-color css
<style>
a { background-color: #B7391E; }
a { background-color: rgb(183,57,30); }
div.DivClassName
{
background-color: #B7391E;
}
.BgClassName
{
background-color: #B7391E;
}
</style>
border-color css
<style>
span { border-color: #B7391E; }
span { border-color: rgb(183,57,30); }
td.TdClassName
{
border-color: #B7391E;
}
.TagClassName
{
border-color: #B7391E;
}
</style>