Shades of Rust #B14E0D
Tints of Rust #B14E0D
RGB
CMYK
RGB Variations
Color information
#B14E0D (or 0xB14E0D) is known color: Rust. HEX triplet: B1, 4E and 0D. RGB value is (177,78,13). Sum of RGB (Red+Green+Blue) = 177+78+13=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E0D is #4EB1F2. Grayscale: #646464. Windows color (decimal): -5157363 or 872113. OLE color: 872113.
HSL color Cylindrical-coordinate representation of color #B14E0D: hue angle of 23.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B14E0D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 13 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.31 |
| HSL | 23.78º | 0.86% | 0.37% | - |
| HSV(B) | 23.78º | 0.93% | 0.69% | - |
| XYZ | 20.93 | 14.82 | 2.14 | - |
| YUV | 100.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 13 | 0 | 0.56 | 0.93 | 0.31 | 23.78 | 0.86 | 0.37 |
| Hex | B1 | 4E | D | 0 | 38 | 5D | 1F | 18 | 56 | 25 |
| Octal | 261 | 116 | 15 | 0 | 70 | 135 | 37 | 30 | 126 | 45 |
| Binary | 10110001 | 1001110 | 1101 | 0 | 111000 | 1011101 | 11111 | 11000 | 1010110 | 100101 |
Color Harmonies of #B14E0D
Complementary color
Monochromatic Colors of #B14E0D
Black with #B14E0D
Text Example
Text Example
White with #B14E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E0D; }
p { color: rgb(177,78,13); }
H1.HeaderClassName
{
color: #B14E0D;
}
.AnyTagClassName
{
color: #B14E0D;
}
</style>
background-color css
<style>
a { background-color: #B14E0D; }
a { background-color: rgb(177,78,13); }
div.DivClassName
{
background-color: #B14E0D;
}
.BgClassName
{
background-color: #B14E0D;
}
</style>
border-color css
<style>
span { border-color: #B14E0D; }
span { border-color: rgb(177,78,13); }
td.TdClassName
{
border-color: #B14E0D;
}
.TagClassName
{
border-color: #B14E0D;
}
</style>