Shades of Rust #B14401
Tints of Rust #B14401
RGB
CMYK
RGB Variations
Color information
#B14401 (or 0xB14401) is known color: Rust. HEX triplet: B1, 44 and 01. RGB value is (177,68,1). Sum of RGB (Red+Green+Blue) = 177+68+1=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B14401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14401 is #4EBBFE. Grayscale: #5D5D5D. Windows color (decimal): -5159935 or 83121. OLE color: 83121.
HSL color Cylindrical-coordinate representation of color #B14401: hue angle of 22.84º 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 #B14401 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.31 |
| HSL | 22.84º | 0.99% | 0.35% | - |
| HSV(B) | 22.84º | 0.99% | 0.69% | - |
| XYZ | 20.2 | 13.48 | 1.57 | - |
| YUV | 92.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 1 | 0 | 0.62 | 0.99 | 0.31 | 22.84 | 0.99 | 0.35 |
| Hex | B1 | 44 | 1 | 0 | 3E | 63 | 1F | 17 | 63 | 23 |
| Octal | 261 | 104 | 1 | 0 | 76 | 143 | 37 | 27 | 143 | 43 |
| Binary | 10110001 | 1000100 | 1 | 0 | 111110 | 1100011 | 11111 | 10111 | 1100011 | 100011 |
Color Harmonies of #B14401
Complementary color
Monochromatic Colors of #B14401
Black with #B14401
Text Example
Text Example
White with #B14401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14401; }
p { color: rgb(177,68,1); }
H1.HeaderClassName
{
color: #B14401;
}
.AnyTagClassName
{
color: #B14401;
}
</style>
background-color css
<style>
a { background-color: #B14401; }
a { background-color: rgb(177,68,1); }
div.DivClassName
{
background-color: #B14401;
}
.BgClassName
{
background-color: #B14401;
}
</style>
border-color css
<style>
span { border-color: #B14401; }
span { border-color: rgb(177,68,1); }
td.TdClassName
{
border-color: #B14401;
}
.TagClassName
{
border-color: #B14401;
}
</style>