Shades of Rust #B7370F
Tints of Rust #B7370F
RGB
CMYK
RGB Variations
Color information
#B7370F (or 0xB7370F) is known color: Rust. HEX triplet: B7, 37 and 0F. RGB value is (183,55,15). Sum of RGB (Red+Green+Blue) = 183+55+15=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B7370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7370F is #48C8F0. Grayscale: #595959. Windows color (decimal): -4770033 or 997303. OLE color: 997303.
HSL color Cylindrical-coordinate representation of color #B7370F: hue angle of 14.29º degrees, saturation: 0.85, 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 #B7370F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.28 |
| HSL | 14.29º | 0.85% | 0.39% | - |
| HSV(B) | 14.29º | 0.92% | 0.72% | - |
| XYZ | 20.98 | 12.83 | 1.82 | - |
| YUV | 88.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 15 | 0 | 0.70 | 0.92 | 0.28 | 14.29 | 0.85 | 0.39 |
| Hex | B7 | 37 | F | 0 | 46 | 5C | 1C | E | 55 | 27 |
| Octal | 267 | 67 | 17 | 0 | 106 | 134 | 34 | 16 | 125 | 47 |
| Binary | 10110111 | 110111 | 1111 | 0 | 1000110 | 1011100 | 11100 | 1110 | 1010101 | 100111 |
Color Harmonies of #B7370F
Complementary color
Monochromatic Colors of #B7370F
Black with #B7370F
Text Example
Text Example
White with #B7370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7370F; }
p { color: rgb(183,55,15); }
H1.HeaderClassName
{
color: #B7370F;
}
.AnyTagClassName
{
color: #B7370F;
}
</style>
background-color css
<style>
a { background-color: #B7370F; }
a { background-color: rgb(183,55,15); }
div.DivClassName
{
background-color: #B7370F;
}
.BgClassName
{
background-color: #B7370F;
}
</style>
border-color css
<style>
span { border-color: #B7370F; }
span { border-color: rgb(183,55,15); }
td.TdClassName
{
border-color: #B7370F;
}
.TagClassName
{
border-color: #B7370F;
}
</style>