Shades of Rust #B14314
Tints of Rust #B14314
RGB
CMYK
RGB Variations
Color information
#B14314 (or 0xB14314) is known color: Rust. HEX triplet: B1, 43 and 14. RGB value is (177,67,20). Sum of RGB (Red+Green+Blue) = 177+67+20=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B14314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14314 is #4EBCEB. Grayscale: #5E5E5E. Windows color (decimal): -5160172 or 1328049. OLE color: 1328049.
HSL color Cylindrical-coordinate representation of color #B14314: hue angle of 17.96º 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 #B14314 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 17.96º | 0.8% | 0.39% | - |
| HSV(B) | 17.96º | 0.89% | 0.69% | - |
| XYZ | 20.26 | 13.41 | 2.18 | - |
| YUV | 94.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 20 | 0 | 0.62 | 0.89 | 0.31 | 17.96 | 0.8 | 0.39 |
| Hex | B1 | 43 | 14 | 0 | 3E | 59 | 1F | 12 | 50 | 27 |
| Octal | 261 | 103 | 24 | 0 | 76 | 131 | 37 | 22 | 120 | 47 |
| Binary | 10110001 | 1000011 | 10100 | 0 | 111110 | 1011001 | 11111 | 10010 | 1010000 | 100111 |
Color Harmonies of #B14314
Complementary color
Monochromatic Colors of #B14314
Black with #B14314
Text Example
Text Example
White with #B14314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14314; }
p { color: rgb(177,67,20); }
H1.HeaderClassName
{
color: #B14314;
}
.AnyTagClassName
{
color: #B14314;
}
</style>
background-color css
<style>
a { background-color: #B14314; }
a { background-color: rgb(177,67,20); }
div.DivClassName
{
background-color: #B14314;
}
.BgClassName
{
background-color: #B14314;
}
</style>
border-color css
<style>
span { border-color: #B14314; }
span { border-color: rgb(177,67,20); }
td.TdClassName
{
border-color: #B14314;
}
.TagClassName
{
border-color: #B14314;
}
</style>