Shades of Rust #B14E06
Tints of Rust #B14E06
RGB
CMYK
RGB Variations
Color information
#B14E06 (or 0xB14E06) is known color: Rust. HEX triplet: B1, 4E and 06. RGB value is (177,78,6). Sum of RGB (Red+Green+Blue) = 177+78+6=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E06 is #4EB1F9. Grayscale: #636363. Windows color (decimal): -5157370 or 413361. OLE color: 413361.
HSL color Cylindrical-coordinate representation of color #B14E06: hue angle of 25.26º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B14E06 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.31 |
| HSL | 25.26º | 0.93% | 0.36% | - |
| HSV(B) | 25.26º | 0.97% | 0.69% | - |
| XYZ | 20.89 | 14.81 | 1.93 | - |
| YUV | 99.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 6 | 0 | 0.56 | 0.97 | 0.31 | 25.26 | 0.93 | 0.36 |
| Hex | B1 | 4E | 6 | 0 | 38 | 61 | 1F | 19 | 5D | 24 |
| Octal | 261 | 116 | 6 | 0 | 70 | 141 | 37 | 31 | 135 | 44 |
| Binary | 10110001 | 1001110 | 110 | 0 | 111000 | 1100001 | 11111 | 11001 | 1011101 | 100100 |
Color Harmonies of #B14E06
Complementary color
Monochromatic Colors of #B14E06
Black with #B14E06
Text Example
Text Example
White with #B14E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E06; }
p { color: rgb(177,78,6); }
H1.HeaderClassName
{
color: #B14E06;
}
.AnyTagClassName
{
color: #B14E06;
}
</style>
background-color css
<style>
a { background-color: #B14E06; }
a { background-color: rgb(177,78,6); }
div.DivClassName
{
background-color: #B14E06;
}
.BgClassName
{
background-color: #B14E06;
}
</style>
border-color css
<style>
span { border-color: #B14E06; }
span { border-color: rgb(177,78,6); }
td.TdClassName
{
border-color: #B14E06;
}
.TagClassName
{
border-color: #B14E06;
}
</style>