Shades of Rust #B13313
Tints of Rust #B13313
RGB
CMYK
RGB Variations
Color information
#B13313 (or 0xB13313) is known color: Rust. HEX triplet: B1, 33 and 13. RGB value is (177,51,19). Sum of RGB (Red+Green+Blue) = 177+51+19=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13313 is #4ECCEC. Grayscale: #555555. Windows color (decimal): -5164269 or 1258417. OLE color: 1258417.
HSL color Cylindrical-coordinate representation of color #B13313: hue angle of 12.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B13313 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.31 |
| HSL | 12.15º | 0.81% | 0.38% | - |
| HSV(B) | 12.15º | 0.89% | 0.69% | - |
| XYZ | 19.43 | 11.76 | 1.86 | - |
| YUV | 85.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 19 | 0 | 0.71 | 0.89 | 0.31 | 12.15 | 0.81 | 0.38 |
| Hex | B1 | 33 | 13 | 0 | 47 | 59 | 1F | C | 51 | 26 |
| Octal | 261 | 63 | 23 | 0 | 107 | 131 | 37 | 14 | 121 | 46 |
| Binary | 10110001 | 110011 | 10011 | 0 | 1000111 | 1011001 | 11111 | 1100 | 1010001 | 100110 |
Color Harmonies of #B13313
Complementary color
Monochromatic Colors of #B13313
Black with #B13313
Text Example
Text Example
White with #B13313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13313; }
p { color: rgb(177,51,19); }
H1.HeaderClassName
{
color: #B13313;
}
.AnyTagClassName
{
color: #B13313;
}
</style>
background-color css
<style>
a { background-color: #B13313; }
a { background-color: rgb(177,51,19); }
div.DivClassName
{
background-color: #B13313;
}
.BgClassName
{
background-color: #B13313;
}
</style>
border-color css
<style>
span { border-color: #B13313; }
span { border-color: rgb(177,51,19); }
td.TdClassName
{
border-color: #B13313;
}
.TagClassName
{
border-color: #B13313;
}
</style>