Shades of Rust #B13F1B
Tints of Rust #B13F1B
RGB
CMYK
RGB Variations
Color information
#B13F1B (or 0xB13F1B) is known color: Rust. HEX triplet: B1, 3F and 1B. RGB value is (177,63,27). Sum of RGB (Red+Green+Blue) = 177+63+27=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F1B is #4EC0E4. Grayscale: #5D5D5D. Windows color (decimal): -5161189 or 1785777. OLE color: 1785777.
HSL color Cylindrical-coordinate representation of color #B13F1B: hue angle of 14.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B13F1B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.31 |
| HSL | 14.4º | 0.74% | 0.4% | - |
| HSV(B) | 14.4º | 0.85% | 0.69% | - |
| XYZ | 20.11 | 12.98 | 2.48 | - |
| YUV | 92.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 27 | 0 | 0.64 | 0.85 | 0.31 | 14.4 | 0.74 | 0.4 |
| Hex | B1 | 3F | 1B | 0 | 40 | 55 | 1F | E | 4A | 28 |
| Octal | 261 | 77 | 33 | 0 | 100 | 125 | 37 | 16 | 112 | 50 |
| Binary | 10110001 | 111111 | 11011 | 0 | 1000000 | 1010101 | 11111 | 1110 | 1001010 | 101000 |
Color Harmonies of #B13F1B
Complementary color
Monochromatic Colors of #B13F1B
Black with #B13F1B
Text Example
Text Example
White with #B13F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F1B; }
p { color: rgb(177,63,27); }
H1.HeaderClassName
{
color: #B13F1B;
}
.AnyTagClassName
{
color: #B13F1B;
}
</style>
background-color css
<style>
a { background-color: #B13F1B; }
a { background-color: rgb(177,63,27); }
div.DivClassName
{
background-color: #B13F1B;
}
.BgClassName
{
background-color: #B13F1B;
}
</style>
border-color css
<style>
span { border-color: #B13F1B; }
span { border-color: rgb(177,63,27); }
td.TdClassName
{
border-color: #B13F1B;
}
.TagClassName
{
border-color: #B13F1B;
}
</style>