Shades of Rust #B13F0E
Tints of Rust #B13F0E
RGB
CMYK
RGB Variations
Color information
#B13F0E (or 0xB13F0E) is known color: Rust. HEX triplet: B1, 3F and 0E. RGB value is (177,63,14). Sum of RGB (Red+Green+Blue) = 177+63+14=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F0E is #4EC0F1. Grayscale: #5B5B5B. Windows color (decimal): -5161202 or 933809. OLE color: 933809.
HSL color Cylindrical-coordinate representation of color #B13F0E: hue angle of 18.04º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B13F0E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.31 |
| HSL | 18.04º | 0.85% | 0.37% | - |
| HSV(B) | 18.04º | 0.92% | 0.69% | - |
| XYZ | 19.99 | 12.93 | 1.86 | - |
| YUV | 91.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 14 | 0 | 0.64 | 0.92 | 0.31 | 18.04 | 0.85 | 0.37 |
| Hex | B1 | 3F | E | 0 | 40 | 5C | 1F | 12 | 55 | 25 |
| Octal | 261 | 77 | 16 | 0 | 100 | 134 | 37 | 22 | 125 | 45 |
| Binary | 10110001 | 111111 | 1110 | 0 | 1000000 | 1011100 | 11111 | 10010 | 1010101 | 100101 |
Color Harmonies of #B13F0E
Complementary color
Monochromatic Colors of #B13F0E
Black with #B13F0E
Text Example
Text Example
White with #B13F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F0E; }
p { color: rgb(177,63,14); }
H1.HeaderClassName
{
color: #B13F0E;
}
.AnyTagClassName
{
color: #B13F0E;
}
</style>
background-color css
<style>
a { background-color: #B13F0E; }
a { background-color: rgb(177,63,14); }
div.DivClassName
{
background-color: #B13F0E;
}
.BgClassName
{
background-color: #B13F0E;
}
</style>
border-color css
<style>
span { border-color: #B13F0E; }
span { border-color: rgb(177,63,14); }
td.TdClassName
{
border-color: #B13F0E;
}
.TagClassName
{
border-color: #B13F0E;
}
</style>