Shades of Rust #B5370B
Tints of Rust #B5370B
RGB
CMYK
RGB Variations
Color information
#B5370B (or 0xB5370B) is known color: Rust. HEX triplet: B5, 37 and 0B. RGB value is (181,55,11). Sum of RGB (Red+Green+Blue) = 181+55+11=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5370B is #4AC8F4. Grayscale: #575757. Windows color (decimal): -4901109 or 735157. OLE color: 735157.
HSL color Cylindrical-coordinate representation of color #B5370B: hue angle of 15.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5370B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.29 |
| HSL | 15.53º | 0.89% | 0.38% | - |
| HSV(B) | 15.53º | 0.94% | 0.71% | - |
| XYZ | 20.48 | 12.58 | 1.67 | - |
| YUV | 87.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 11 | 0 | 0.70 | 0.94 | 0.29 | 15.53 | 0.89 | 0.38 |
| Hex | B5 | 37 | B | 0 | 46 | 5E | 1D | 10 | 59 | 26 |
| Octal | 265 | 67 | 13 | 0 | 106 | 136 | 35 | 20 | 131 | 46 |
| Binary | 10110101 | 110111 | 1011 | 0 | 1000110 | 1011110 | 11101 | 10000 | 1011001 | 100110 |
Color Harmonies of #B5370B
Complementary color
Monochromatic Colors of #B5370B
Black with #B5370B
Text Example
Text Example
White with #B5370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5370B; }
p { color: rgb(181,55,11); }
H1.HeaderClassName
{
color: #B5370B;
}
.AnyTagClassName
{
color: #B5370B;
}
</style>
background-color css
<style>
a { background-color: #B5370B; }
a { background-color: rgb(181,55,11); }
div.DivClassName
{
background-color: #B5370B;
}
.BgClassName
{
background-color: #B5370B;
}
</style>
border-color css
<style>
span { border-color: #B5370B; }
span { border-color: rgb(181,55,11); }
td.TdClassName
{
border-color: #B5370B;
}
.TagClassName
{
border-color: #B5370B;
}
</style>