Shades of Rust #B14C14
Tints of Rust #B14C14
RGB
CMYK
RGB Variations
Color information
#B14C14 (or 0xB14C14) is known color: Rust. HEX triplet: B1, 4C and 14. RGB value is (177,76,20). Sum of RGB (Red+Green+Blue) = 177+76+20=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C14 is #4EB3EB. Grayscale: #646464. Windows color (decimal): -5157868 or 1330353. OLE color: 1330353.
HSL color Cylindrical-coordinate representation of color #B14C14: hue angle of 21.4º 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 #B14C14 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 20 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.31 |
| HSL | 21.4º | 0.8% | 0.39% | - |
| HSV(B) | 21.4º | 0.89% | 0.69% | - |
| XYZ | 20.84 | 14.57 | 2.37 | - |
| YUV | 99.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 20 | 0 | 0.57 | 0.89 | 0.31 | 21.4 | 0.8 | 0.39 |
| Hex | B1 | 4C | 14 | 0 | 39 | 59 | 1F | 15 | 50 | 27 |
| Octal | 261 | 114 | 24 | 0 | 71 | 131 | 37 | 25 | 120 | 47 |
| Binary | 10110001 | 1001100 | 10100 | 0 | 111001 | 1011001 | 11111 | 10101 | 1010000 | 100111 |
Color Harmonies of #B14C14
Complementary color
Monochromatic Colors of #B14C14
Black with #B14C14
Text Example
Text Example
White with #B14C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C14; }
p { color: rgb(177,76,20); }
H1.HeaderClassName
{
color: #B14C14;
}
.AnyTagClassName
{
color: #B14C14;
}
</style>
background-color css
<style>
a { background-color: #B14C14; }
a { background-color: rgb(177,76,20); }
div.DivClassName
{
background-color: #B14C14;
}
.BgClassName
{
background-color: #B14C14;
}
</style>
border-color css
<style>
span { border-color: #B14C14; }
span { border-color: rgb(177,76,20); }
td.TdClassName
{
border-color: #B14C14;
}
.TagClassName
{
border-color: #B14C14;
}
</style>