Shades of Rust #B5310D
Tints of Rust #B5310D
RGB
CMYK
RGB Variations
Color information
#B5310D (or 0xB5310D) is known color: Rust. HEX triplet: B5, 31 and 0D. RGB value is (181,49,13). Sum of RGB (Red+Green+Blue) = 181+49+13=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5310D is #4ACEF2. Grayscale: #545454. Windows color (decimal): -4902643 or 864693. OLE color: 864693.
HSL color Cylindrical-coordinate representation of color #B5310D: hue angle of 12.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5310D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.29 |
| HSL | 12.86º | 0.87% | 0.38% | - |
| HSV(B) | 12.86º | 0.93% | 0.71% | - |
| XYZ | 20.23 | 12.05 | 1.64 | - |
| YUV | 84.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 13 | 0 | 0.73 | 0.93 | 0.29 | 12.86 | 0.87 | 0.38 |
| Hex | B5 | 31 | D | 0 | 49 | 5D | 1D | D | 57 | 26 |
| Octal | 265 | 61 | 15 | 0 | 111 | 135 | 35 | 15 | 127 | 46 |
| Binary | 10110101 | 110001 | 1101 | 0 | 1001001 | 1011101 | 11101 | 1101 | 1010111 | 100110 |
Color Harmonies of #B5310D
Complementary color
Monochromatic Colors of #B5310D
Black with #B5310D
Text Example
Text Example
White with #B5310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5310D; }
p { color: rgb(181,49,13); }
H1.HeaderClassName
{
color: #B5310D;
}
.AnyTagClassName
{
color: #B5310D;
}
</style>
background-color css
<style>
a { background-color: #B5310D; }
a { background-color: rgb(181,49,13); }
div.DivClassName
{
background-color: #B5310D;
}
.BgClassName
{
background-color: #B5310D;
}
</style>
border-color css
<style>
span { border-color: #B5310D; }
span { border-color: rgb(181,49,13); }
td.TdClassName
{
border-color: #B5310D;
}
.TagClassName
{
border-color: #B5310D;
}
</style>