Shades of Rust #B13F0F
Tints of Rust #B13F0F
RGB
CMYK
RGB Variations
Color information
#B13F0F (or 0xB13F0F) is known color: Rust. HEX triplet: B1, 3F and 0F. RGB value is (177,63,15). Sum of RGB (Red+Green+Blue) = 177+63+15=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F0F is #4EC0F0. Grayscale: #5B5B5B. Windows color (decimal): -5161201 or 999345. OLE color: 999345.
HSL color Cylindrical-coordinate representation of color #B13F0F: hue angle of 17.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B13F0F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.31 |
| HSL | 17.78º | 0.84% | 0.38% | - |
| HSV(B) | 17.78º | 0.92% | 0.69% | - |
| XYZ | 20 | 12.94 | 1.9 | - |
| YUV | 91.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 15 | 0 | 0.64 | 0.92 | 0.31 | 17.78 | 0.84 | 0.38 |
| Hex | B1 | 3F | F | 0 | 40 | 5C | 1F | 12 | 54 | 26 |
| Octal | 261 | 77 | 17 | 0 | 100 | 134 | 37 | 22 | 124 | 46 |
| Binary | 10110001 | 111111 | 1111 | 0 | 1000000 | 1011100 | 11111 | 10010 | 1010100 | 100110 |
Color Harmonies of #B13F0F
Complementary color
Monochromatic Colors of #B13F0F
Black with #B13F0F
Text Example
Text Example
White with #B13F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F0F; }
p { color: rgb(177,63,15); }
H1.HeaderClassName
{
color: #B13F0F;
}
.AnyTagClassName
{
color: #B13F0F;
}
</style>
background-color css
<style>
a { background-color: #B13F0F; }
a { background-color: rgb(177,63,15); }
div.DivClassName
{
background-color: #B13F0F;
}
.BgClassName
{
background-color: #B13F0F;
}
</style>
border-color css
<style>
span { border-color: #B13F0F; }
span { border-color: rgb(177,63,15); }
td.TdClassName
{
border-color: #B13F0F;
}
.TagClassName
{
border-color: #B13F0F;
}
</style>