Shades of Rust #B13E14
Tints of Rust #B13E14
RGB
CMYK
RGB Variations
Color information
#B13E14 (or 0xB13E14) is known color: Rust. HEX triplet: B1, 3E and 14. RGB value is (177,62,20). Sum of RGB (Red+Green+Blue) = 177+62+20=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13E14 is #4EC1EB. Grayscale: #5B5B5B. Windows color (decimal): -5161452 or 1326769. OLE color: 1326769.
HSL color Cylindrical-coordinate representation of color #B13E14: hue angle of 16.05º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B13E14 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 20 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.31 |
| HSL | 16.05º | 0.8% | 0.39% | - |
| HSV(B) | 16.05º | 0.89% | 0.69% | - |
| XYZ | 19.98 | 12.84 | 2.09 | - |
| YUV | 91.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 20 | 0 | 0.65 | 0.89 | 0.31 | 16.05 | 0.8 | 0.39 |
| Hex | B1 | 3E | 14 | 0 | 41 | 59 | 1F | 10 | 50 | 27 |
| Octal | 261 | 76 | 24 | 0 | 101 | 131 | 37 | 20 | 120 | 47 |
| Binary | 10110001 | 111110 | 10100 | 0 | 1000001 | 1011001 | 11111 | 10000 | 1010000 | 100111 |
Color Harmonies of #B13E14
Complementary color
Monochromatic Colors of #B13E14
Black with #B13E14
Text Example
Text Example
White with #B13E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E14; }
p { color: rgb(177,62,20); }
H1.HeaderClassName
{
color: #B13E14;
}
.AnyTagClassName
{
color: #B13E14;
}
</style>
background-color css
<style>
a { background-color: #B13E14; }
a { background-color: rgb(177,62,20); }
div.DivClassName
{
background-color: #B13E14;
}
.BgClassName
{
background-color: #B13E14;
}
</style>
border-color css
<style>
span { border-color: #B13E14; }
span { border-color: rgb(177,62,20); }
td.TdClassName
{
border-color: #B13E14;
}
.TagClassName
{
border-color: #B13E14;
}
</style>