Shades of Rust #B13013
Tints of Rust #B13013
RGB
CMYK
RGB Variations
Color information
#B13013 (or 0xB13013) is known color: Rust. HEX triplet: B1, 30 and 13. RGB value is (177,48,19). Sum of RGB (Red+Green+Blue) = 177+48+19=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B13013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13013 is #4ECFEC. Grayscale: #535353. Windows color (decimal): -5165037 or 1257649. OLE color: 1257649.
HSL color Cylindrical-coordinate representation of color #B13013: hue angle of 11.01º 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 #B13013 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 19 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.31 |
| HSL | 11.01º | 0.81% | 0.38% | - |
| HSV(B) | 11.01º | 0.89% | 0.69% | - |
| XYZ | 19.31 | 11.51 | 1.82 | - |
| YUV | 83.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 19 | 0 | 0.73 | 0.89 | 0.31 | 11.01 | 0.81 | 0.38 |
| Hex | B1 | 30 | 13 | 0 | 49 | 59 | 1F | B | 51 | 26 |
| Octal | 261 | 60 | 23 | 0 | 111 | 131 | 37 | 13 | 121 | 46 |
| Binary | 10110001 | 110000 | 10011 | 0 | 1001001 | 1011001 | 11111 | 1011 | 1010001 | 100110 |
Color Harmonies of #B13013
Complementary color
Monochromatic Colors of #B13013
Black with #B13013
Text Example
Text Example
White with #B13013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13013; }
p { color: rgb(177,48,19); }
H1.HeaderClassName
{
color: #B13013;
}
.AnyTagClassName
{
color: #B13013;
}
</style>
background-color css
<style>
a { background-color: #B13013; }
a { background-color: rgb(177,48,19); }
div.DivClassName
{
background-color: #B13013;
}
.BgClassName
{
background-color: #B13013;
}
</style>
border-color css
<style>
span { border-color: #B13013; }
span { border-color: rgb(177,48,19); }
td.TdClassName
{
border-color: #B13013;
}
.TagClassName
{
border-color: #B13013;
}
</style>