Shades of Rust #B14010
Tints of Rust #B14010
RGB
CMYK
RGB Variations
Color information
#B14010 (or 0xB14010) is known color: Rust. HEX triplet: B1, 40 and 10. RGB value is (177,64,16). Sum of RGB (Red+Green+Blue) = 177+64+16=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B14010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14010 is #4EBFEF. Grayscale: #5C5C5C. Windows color (decimal): -5160944 or 1065137. OLE color: 1065137.
HSL color Cylindrical-coordinate representation of color #B14010: hue angle of 17.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B14010 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.31 |
| HSL | 17.89º | 0.83% | 0.38% | - |
| HSV(B) | 17.89º | 0.91% | 0.69% | - |
| XYZ | 20.06 | 13.05 | 1.95 | - |
| YUV | 92.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 16 | 0 | 0.64 | 0.91 | 0.31 | 17.89 | 0.83 | 0.38 |
| Hex | B1 | 40 | 10 | 0 | 40 | 5B | 1F | 12 | 53 | 26 |
| Octal | 261 | 100 | 20 | 0 | 100 | 133 | 37 | 22 | 123 | 46 |
| Binary | 10110001 | 1000000 | 10000 | 0 | 1000000 | 1011011 | 11111 | 10010 | 1010011 | 100110 |
Color Harmonies of #B14010
Complementary color
Monochromatic Colors of #B14010
Black with #B14010
Text Example
Text Example
White with #B14010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14010; }
p { color: rgb(177,64,16); }
H1.HeaderClassName
{
color: #B14010;
}
.AnyTagClassName
{
color: #B14010;
}
</style>
background-color css
<style>
a { background-color: #B14010; }
a { background-color: rgb(177,64,16); }
div.DivClassName
{
background-color: #B14010;
}
.BgClassName
{
background-color: #B14010;
}
</style>
border-color css
<style>
span { border-color: #B14010; }
span { border-color: rgb(177,64,16); }
td.TdClassName
{
border-color: #B14010;
}
.TagClassName
{
border-color: #B14010;
}
</style>