Shades of Rust #B53113
Tints of Rust #B53113
RGB
CMYK
RGB Variations
Color information
#B53113 (or 0xB53113) is known color: Rust. HEX triplet: B5, 31 and 13. RGB value is (181,49,19). Sum of RGB (Red+Green+Blue) = 181+49+19=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B53113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53113 is #4ACEEC. Grayscale: #555555. Windows color (decimal): -4902637 or 1257909. OLE color: 1257909.
HSL color Cylindrical-coordinate representation of color #B53113: hue angle of 11.11º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B53113 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.29 |
| HSL | 11.11º | 0.81% | 0.39% | - |
| HSV(B) | 11.11º | 0.9% | 0.71% | - |
| XYZ | 20.27 | 12.07 | 1.88 | - |
| YUV | 85.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 19 | 0 | 0.73 | 0.90 | 0.29 | 11.11 | 0.81 | 0.39 |
| Hex | B5 | 31 | 13 | 0 | 49 | 5A | 1D | B | 51 | 27 |
| Octal | 265 | 61 | 23 | 0 | 111 | 132 | 35 | 13 | 121 | 47 |
| Binary | 10110101 | 110001 | 10011 | 0 | 1001001 | 1011010 | 11101 | 1011 | 1010001 | 100111 |
Color Harmonies of #B53113
Complementary color
Monochromatic Colors of #B53113
Black with #B53113
Text Example
Text Example
White with #B53113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53113; }
p { color: rgb(181,49,19); }
H1.HeaderClassName
{
color: #B53113;
}
.AnyTagClassName
{
color: #B53113;
}
</style>
background-color css
<style>
a { background-color: #B53113; }
a { background-color: rgb(181,49,19); }
div.DivClassName
{
background-color: #B53113;
}
.BgClassName
{
background-color: #B53113;
}
</style>
border-color css
<style>
span { border-color: #B53113; }
span { border-color: rgb(181,49,19); }
td.TdClassName
{
border-color: #B53113;
}
.TagClassName
{
border-color: #B53113;
}
</style>