Shades of Rust #B7391C
Tints of Rust #B7391C
RGB
CMYK
RGB Variations
Color information
#B7391C (or 0xB7391C) is known color: Rust. HEX triplet: B7, 39 and 1C. RGB value is (183,57,28). Sum of RGB (Red+Green+Blue) = 183+57+28=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391C is #48C6E3. Grayscale: #5B5B5B. Windows color (decimal): -4769508 or 1849783. OLE color: 1849783.
HSL color Cylindrical-coordinate representation of color #B7391C: hue angle of 11.23º degrees, saturation: 0.73, 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 #B7391C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 28 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.28 |
| HSL | 11.23º | 0.73% | 0.41% | - |
| HSV(B) | 11.23º | 0.85% | 0.72% | - |
| XYZ | 21.2 | 13.08 | 2.51 | - |
| YUV | 91.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 28 | 0 | 0.69 | 0.85 | 0.28 | 11.23 | 0.73 | 0.41 |
| Hex | B7 | 39 | 1C | 0 | 45 | 55 | 1C | B | 49 | 29 |
| Octal | 267 | 71 | 34 | 0 | 105 | 125 | 34 | 13 | 111 | 51 |
| Binary | 10110111 | 111001 | 11100 | 0 | 1000101 | 1010101 | 11100 | 1011 | 1001001 | 101001 |
Color Harmonies of #B7391C
Complementary color
Monochromatic Colors of #B7391C
Black with #B7391C
Text Example
Text Example
White with #B7391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7391C; }
p { color: rgb(183,57,28); }
H1.HeaderClassName
{
color: #B7391C;
}
.AnyTagClassName
{
color: #B7391C;
}
</style>
background-color css
<style>
a { background-color: #B7391C; }
a { background-color: rgb(183,57,28); }
div.DivClassName
{
background-color: #B7391C;
}
.BgClassName
{
background-color: #B7391C;
}
</style>
border-color css
<style>
span { border-color: #B7391C; }
span { border-color: rgb(183,57,28); }
td.TdClassName
{
border-color: #B7391C;
}
.TagClassName
{
border-color: #B7391C;
}
</style>