Shades of Rust #B14601
Tints of Rust #B14601
RGB
CMYK
RGB Variations
Color information
#B14601 (or 0xB14601) is known color: Rust. HEX triplet: B1, 46 and 01. RGB value is (177,70,1). Sum of RGB (Red+Green+Blue) = 177+70+1=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B14601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14601 is #4EB9FE. Grayscale: #5E5E5E. Windows color (decimal): -5159423 or 83633. OLE color: 83633.
HSL color Cylindrical-coordinate representation of color #B14601: hue angle of 23.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B14601 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.31 |
| HSL | 23.52º | 0.99% | 0.35% | - |
| HSV(B) | 23.52º | 0.99% | 0.69% | - |
| XYZ | 20.33 | 13.73 | 1.61 | - |
| YUV | 94.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 1 | 0 | 0.60 | 0.99 | 0.31 | 23.52 | 0.99 | 0.35 |
| Hex | B1 | 46 | 1 | 0 | 3C | 63 | 1F | 18 | 63 | 23 |
| Octal | 261 | 106 | 1 | 0 | 74 | 143 | 37 | 30 | 143 | 43 |
| Binary | 10110001 | 1000110 | 1 | 0 | 111100 | 1100011 | 11111 | 11000 | 1100011 | 100011 |
Color Harmonies of #B14601
Complementary color
Monochromatic Colors of #B14601
Black with #B14601
Text Example
Text Example
White with #B14601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14601; }
p { color: rgb(177,70,1); }
H1.HeaderClassName
{
color: #B14601;
}
.AnyTagClassName
{
color: #B14601;
}
</style>
background-color css
<style>
a { background-color: #B14601; }
a { background-color: rgb(177,70,1); }
div.DivClassName
{
background-color: #B14601;
}
.BgClassName
{
background-color: #B14601;
}
</style>
border-color css
<style>
span { border-color: #B14601; }
span { border-color: rgb(177,70,1); }
td.TdClassName
{
border-color: #B14601;
}
.TagClassName
{
border-color: #B14601;
}
</style>