Shades of Rust #B03414
Tints of Rust #B03414
RGB
CMYK
RGB Variations
Color information
#B03414 (or 0xB03414) is known color: Rust. HEX triplet: B0, 34 and 14. RGB value is (176,52,20). Sum of RGB (Red+Green+Blue) = 176+52+20=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03414 is #4FCBEB. Grayscale: #555555. Windows color (decimal): -5229548 or 1324208. OLE color: 1324208.
HSL color Cylindrical-coordinate representation of color #B03414: hue angle of 12.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03414 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 20 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.31 |
| HSL | 12.31º | 0.8% | 0.38% | - |
| HSV(B) | 12.31º | 0.89% | 0.69% | - |
| XYZ | 19.26 | 11.74 | 1.91 | - |
| YUV | 85.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 20 | 0 | 0.70 | 0.89 | 0.31 | 12.31 | 0.8 | 0.38 |
| Hex | B0 | 34 | 14 | 0 | 46 | 59 | 1F | C | 50 | 26 |
| Octal | 260 | 64 | 24 | 0 | 106 | 131 | 37 | 14 | 120 | 46 |
| Binary | 10110000 | 110100 | 10100 | 0 | 1000110 | 1011001 | 11111 | 1100 | 1010000 | 100110 |
Color Harmonies of #B03414
Complementary color
Monochromatic Colors of #B03414
Black with #B03414
Text Example
Text Example
White with #B03414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03414; }
p { color: rgb(176,52,20); }
H1.HeaderClassName
{
color: #B03414;
}
.AnyTagClassName
{
color: #B03414;
}
</style>
background-color css
<style>
a { background-color: #B03414; }
a { background-color: rgb(176,52,20); }
div.DivClassName
{
background-color: #B03414;
}
.BgClassName
{
background-color: #B03414;
}
</style>
border-color css
<style>
span { border-color: #B03414; }
span { border-color: rgb(176,52,20); }
td.TdClassName
{
border-color: #B03414;
}
.TagClassName
{
border-color: #B03414;
}
</style>