Shades of Rust #B14001
Tints of Rust #B14001
RGB
CMYK
RGB Variations
Color information
#B14001 (or 0xB14001) is known color: Rust. HEX triplet: B1, 40 and 01. RGB value is (177,64,1). Sum of RGB (Red+Green+Blue) = 177+64+1=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B14001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14001 is #4EBFFE. Grayscale: #5A5A5A. Windows color (decimal): -5160959 or 82097. OLE color: 82097.
HSL color Cylindrical-coordinate representation of color #B14001: hue angle of 21.48º 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 #B14001 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.31 |
| HSL | 21.48º | 0.99% | 0.35% | - |
| HSV(B) | 21.48º | 0.99% | 0.69% | - |
| XYZ | 19.97 | 13.02 | 1.49 | - |
| YUV | 90.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 1 | 0 | 0.64 | 0.99 | 0.31 | 21.48 | 0.99 | 0.35 |
| Hex | B1 | 40 | 1 | 0 | 40 | 63 | 1F | 15 | 63 | 23 |
| Octal | 261 | 100 | 1 | 0 | 100 | 143 | 37 | 25 | 143 | 43 |
| Binary | 10110001 | 1000000 | 1 | 0 | 1000000 | 1100011 | 11111 | 10101 | 1100011 | 100011 |
Color Harmonies of #B14001
Complementary color
Monochromatic Colors of #B14001
Black with #B14001
Text Example
Text Example
White with #B14001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14001; }
p { color: rgb(177,64,1); }
H1.HeaderClassName
{
color: #B14001;
}
.AnyTagClassName
{
color: #B14001;
}
</style>
background-color css
<style>
a { background-color: #B14001; }
a { background-color: rgb(177,64,1); }
div.DivClassName
{
background-color: #B14001;
}
.BgClassName
{
background-color: #B14001;
}
</style>
border-color css
<style>
span { border-color: #B14001; }
span { border-color: rgb(177,64,1); }
td.TdClassName
{
border-color: #B14001;
}
.TagClassName
{
border-color: #B14001;
}
</style>