Shades of Rust #B14413
Tints of Rust #B14413
RGB
CMYK
RGB Variations
Color information
#B14413 (or 0xB14413) is known color: Rust. HEX triplet: B1, 44 and 13. RGB value is (177,68,19). Sum of RGB (Red+Green+Blue) = 177+68+19=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B14413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14413 is #4EBBEC. Grayscale: #5F5F5F. Windows color (decimal): -5159917 or 1262769. OLE color: 1262769.
HSL color Cylindrical-coordinate representation of color #B14413: hue angle of 18.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B14413 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 19 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 18.61º | 0.81% | 0.38% | - |
| HSV(B) | 18.61º | 0.89% | 0.69% | - |
| XYZ | 20.32 | 13.53 | 2.16 | - |
| YUV | 95.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 19 | 0 | 0.62 | 0.89 | 0.31 | 18.61 | 0.81 | 0.38 |
| Hex | B1 | 44 | 13 | 0 | 3E | 59 | 1F | 13 | 51 | 26 |
| Octal | 261 | 104 | 23 | 0 | 76 | 131 | 37 | 23 | 121 | 46 |
| Binary | 10110001 | 1000100 | 10011 | 0 | 111110 | 1011001 | 11111 | 10011 | 1010001 | 100110 |
Color Harmonies of #B14413
Complementary color
Monochromatic Colors of #B14413
Black with #B14413
Text Example
Text Example
White with #B14413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14413; }
p { color: rgb(177,68,19); }
H1.HeaderClassName
{
color: #B14413;
}
.AnyTagClassName
{
color: #B14413;
}
</style>
background-color css
<style>
a { background-color: #B14413; }
a { background-color: rgb(177,68,19); }
div.DivClassName
{
background-color: #B14413;
}
.BgClassName
{
background-color: #B14413;
}
</style>
border-color css
<style>
span { border-color: #B14413; }
span { border-color: rgb(177,68,19); }
td.TdClassName
{
border-color: #B14413;
}
.TagClassName
{
border-color: #B14413;
}
</style>