Shades of Rust #B13D0E
Tints of Rust #B13D0E
RGB
CMYK
RGB Variations
Color information
#B13D0E (or 0xB13D0E) is known color: Rust. HEX triplet: B1, 3D and 0E. RGB value is (177,61,14). Sum of RGB (Red+Green+Blue) = 177+61+14=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D0E is #4EC2F1. Grayscale: #5A5A5A. Windows color (decimal): -5161714 or 933297. OLE color: 933297.
HSL color Cylindrical-coordinate representation of color #B13D0E: hue angle of 17.3º 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 #B13D0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.31 |
| HSL | 17.3º | 0.85% | 0.37% | - |
| HSV(B) | 17.3º | 0.92% | 0.69% | - |
| XYZ | 19.88 | 12.72 | 1.82 | - |
| YUV | 90.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 14 | 0 | 0.66 | 0.92 | 0.31 | 17.3 | 0.85 | 0.37 |
| Hex | B1 | 3D | E | 0 | 42 | 5C | 1F | 11 | 55 | 25 |
| Octal | 261 | 75 | 16 | 0 | 102 | 134 | 37 | 21 | 125 | 45 |
| Binary | 10110001 | 111101 | 1110 | 0 | 1000010 | 1011100 | 11111 | 10001 | 1010101 | 100101 |
Color Harmonies of #B13D0E
Complementary color
Monochromatic Colors of #B13D0E
Black with #B13D0E
Text Example
Text Example
White with #B13D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D0E; }
p { color: rgb(177,61,14); }
H1.HeaderClassName
{
color: #B13D0E;
}
.AnyTagClassName
{
color: #B13D0E;
}
</style>
background-color css
<style>
a { background-color: #B13D0E; }
a { background-color: rgb(177,61,14); }
div.DivClassName
{
background-color: #B13D0E;
}
.BgClassName
{
background-color: #B13D0E;
}
</style>
border-color css
<style>
span { border-color: #B13D0E; }
span { border-color: rgb(177,61,14); }
td.TdClassName
{
border-color: #B13D0E;
}
.TagClassName
{
border-color: #B13D0E;
}
</style>