Shades of Rust #B5371B
Tints of Rust #B5371B
RGB
CMYK
RGB Variations
Color information
#B5371B (or 0xB5371B) is known color: Rust. HEX triplet: B5, 37 and 1B. RGB value is (181,55,27). Sum of RGB (Red+Green+Blue) = 181+55+27=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5371B is #4AC8E4. Grayscale: #595959. Windows color (decimal): -4901093 or 1783733. OLE color: 1783733.
HSL color Cylindrical-coordinate representation of color #B5371B: hue angle of 10.91º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5371B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.29 |
| HSL | 10.91º | 0.74% | 0.41% | - |
| HSV(B) | 10.91º | 0.85% | 0.71% | - |
| XYZ | 20.62 | 12.64 | 2.39 | - |
| YUV | 89.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 27 | 0 | 0.70 | 0.85 | 0.29 | 10.91 | 0.74 | 0.41 |
| Hex | B5 | 37 | 1B | 0 | 46 | 55 | 1D | B | 4A | 29 |
| Octal | 265 | 67 | 33 | 0 | 106 | 125 | 35 | 13 | 112 | 51 |
| Binary | 10110101 | 110111 | 11011 | 0 | 1000110 | 1010101 | 11101 | 1011 | 1001010 | 101001 |
Color Harmonies of #B5371B
Complementary color
Monochromatic Colors of #B5371B
Black with #B5371B
Text Example
Text Example
White with #B5371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5371B; }
p { color: rgb(181,55,27); }
H1.HeaderClassName
{
color: #B5371B;
}
.AnyTagClassName
{
color: #B5371B;
}
</style>
background-color css
<style>
a { background-color: #B5371B; }
a { background-color: rgb(181,55,27); }
div.DivClassName
{
background-color: #B5371B;
}
.BgClassName
{
background-color: #B5371B;
}
</style>
border-color css
<style>
span { border-color: #B5371B; }
span { border-color: rgb(181,55,27); }
td.TdClassName
{
border-color: #B5371B;
}
.TagClassName
{
border-color: #B5371B;
}
</style>