Shades of Rust #B13F14
Tints of Rust #B13F14
RGB
CMYK
RGB Variations
Color information
#B13F14 (or 0xB13F14) is known color: Rust. HEX triplet: B1, 3F and 14. RGB value is (177,63,20). Sum of RGB (Red+Green+Blue) = 177+63+20=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F14 is #4EC0EB. Grayscale: #5C5C5C. Windows color (decimal): -5161196 or 1327025. OLE color: 1327025.
HSL color Cylindrical-coordinate representation of color #B13F14: hue angle of 16.43º 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 #B13F14 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.31 |
| HSL | 16.43º | 0.8% | 0.39% | - |
| HSV(B) | 16.43º | 0.89% | 0.69% | - |
| XYZ | 20.04 | 12.95 | 2.11 | - |
| YUV | 92.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 20 | 0 | 0.64 | 0.89 | 0.31 | 16.43 | 0.8 | 0.39 |
| Hex | B1 | 3F | 14 | 0 | 40 | 59 | 1F | 10 | 50 | 27 |
| Octal | 261 | 77 | 24 | 0 | 100 | 131 | 37 | 20 | 120 | 47 |
| Binary | 10110001 | 111111 | 10100 | 0 | 1000000 | 1011001 | 11111 | 10000 | 1010000 | 100111 |
Color Harmonies of #B13F14
Complementary color
Monochromatic Colors of #B13F14
Black with #B13F14
Text Example
Text Example
White with #B13F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F14; }
p { color: rgb(177,63,20); }
H1.HeaderClassName
{
color: #B13F14;
}
.AnyTagClassName
{
color: #B13F14;
}
</style>
background-color css
<style>
a { background-color: #B13F14; }
a { background-color: rgb(177,63,20); }
div.DivClassName
{
background-color: #B13F14;
}
.BgClassName
{
background-color: #B13F14;
}
</style>
border-color css
<style>
span { border-color: #B13F14; }
span { border-color: rgb(177,63,20); }
td.TdClassName
{
border-color: #B13F14;
}
.TagClassName
{
border-color: #B13F14;
}
</style>