Shades of Rust #B14400
Tints of Rust #B14400
RGB
CMYK
RGB Variations
Color information
#B14400 (or 0xB14400) is known color: Rust. HEX triplet: B1, 44 and 00. RGB value is (177,68,0). Sum of RGB (Red+Green+Blue) = 177+68+0=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B14400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14400 is #4EBBFF. Grayscale: #5D5D5D. Windows color (decimal): -5159936 or 17585. OLE color: 17585.
HSL color Cylindrical-coordinate representation of color #B14400: hue angle of 23.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B14400 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.31 |
| HSL | 23.05º | 1% | 0.35% | - |
| HSV(B) | 23.05º | 1% | 0.69% | - |
| XYZ | 20.2 | 13.48 | 1.54 | - |
| YUV | 92.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 0 | 0 | 0.62 | 1 | 0.31 | 23.05 | 1 | 0.35 |
| Hex | B1 | 44 | 0 | 0 | 3E | 64 | 1F | 17 | 64 | 23 |
| Octal | 261 | 104 | 0 | 0 | 76 | 144 | 37 | 27 | 144 | 43 |
| Binary | 10110001 | 1000100 | 0 | 0 | 111110 | 1100100 | 11111 | 10111 | 1100100 | 100011 |
Color Harmonies of #B14400
Complementary color
Monochromatic Colors of #B14400
Black with #B14400
Text Example
Text Example
White with #B14400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14400; }
p { color: rgb(177,68,0); }
H1.HeaderClassName
{
color: #B14400;
}
.AnyTagClassName
{
color: #B14400;
}
</style>
background-color css
<style>
a { background-color: #B14400; }
a { background-color: rgb(177,68,0); }
div.DivClassName
{
background-color: #B14400;
}
.BgClassName
{
background-color: #B14400;
}
</style>
border-color css
<style>
span { border-color: #B14400; }
span { border-color: rgb(177,68,0); }
td.TdClassName
{
border-color: #B14400;
}
.TagClassName
{
border-color: #B14400;
}
</style>