Shades of Rust #B5371E
Tints of Rust #B5371E
RGB
CMYK
RGB Variations
Color information
#B5371E (or 0xB5371E) is known color: Rust. HEX triplet: B5, 37 and 1E. RGB value is (181,55,30). Sum of RGB (Red+Green+Blue) = 181+55+30=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5371E is #4AC8E1. Grayscale: #5A5A5A. Windows color (decimal): -4901090 or 1980341. OLE color: 1980341.
HSL color Cylindrical-coordinate representation of color #B5371E: hue angle of 9.93º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5371E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.29 |
| HSL | 9.93º | 0.72% | 0.41% | - |
| HSV(B) | 9.93º | 0.83% | 0.71% | - |
| XYZ | 20.66 | 12.65 | 2.58 | - |
| YUV | 89.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 30 | 0 | 0.70 | 0.83 | 0.29 | 9.93 | 0.72 | 0.41 |
| Hex | B5 | 37 | 1E | 0 | 46 | 53 | 1D | A | 48 | 29 |
| Octal | 265 | 67 | 36 | 0 | 106 | 123 | 35 | 12 | 110 | 51 |
| Binary | 10110101 | 110111 | 11110 | 0 | 1000110 | 1010011 | 11101 | 1010 | 1001000 | 101001 |
Color Harmonies of #B5371E
Complementary color
Monochromatic Colors of #B5371E
Black with #B5371E
Text Example
Text Example
White with #B5371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5371E; }
p { color: rgb(181,55,30); }
H1.HeaderClassName
{
color: #B5371E;
}
.AnyTagClassName
{
color: #B5371E;
}
</style>
background-color css
<style>
a { background-color: #B5371E; }
a { background-color: rgb(181,55,30); }
div.DivClassName
{
background-color: #B5371E;
}
.BgClassName
{
background-color: #B5371E;
}
</style>
border-color css
<style>
span { border-color: #B5371E; }
span { border-color: rgb(181,55,30); }
td.TdClassName
{
border-color: #B5371E;
}
.TagClassName
{
border-color: #B5371E;
}
</style>