Shades of Rust #B03314
Tints of Rust #B03314
RGB
CMYK
RGB Variations
Color information
#B03314 (or 0xB03314) is known color: Rust. HEX triplet: B0, 33 and 14. RGB value is (176,51,20). Sum of RGB (Red+Green+Blue) = 176+51+20=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03314 is #4FCCEB. Grayscale: #555555. Windows color (decimal): -5229804 or 1323952. OLE color: 1323952.
HSL color Cylindrical-coordinate representation of color #B03314: hue angle of 11.92º 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 #B03314 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.31 |
| HSL | 11.92º | 0.8% | 0.38% | - |
| HSV(B) | 11.92º | 0.89% | 0.69% | - |
| XYZ | 19.21 | 11.65 | 1.9 | - |
| YUV | 84.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 20 | 0 | 0.71 | 0.89 | 0.31 | 11.92 | 0.8 | 0.38 |
| Hex | B0 | 33 | 14 | 0 | 47 | 59 | 1F | C | 50 | 26 |
| Octal | 260 | 63 | 24 | 0 | 107 | 131 | 37 | 14 | 120 | 46 |
| Binary | 10110000 | 110011 | 10100 | 0 | 1000111 | 1011001 | 11111 | 1100 | 1010000 | 100110 |
Color Harmonies of #B03314
Complementary color
Monochromatic Colors of #B03314
Black with #B03314
Text Example
Text Example
White with #B03314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03314; }
p { color: rgb(176,51,20); }
H1.HeaderClassName
{
color: #B03314;
}
.AnyTagClassName
{
color: #B03314;
}
</style>
background-color css
<style>
a { background-color: #B03314; }
a { background-color: rgb(176,51,20); }
div.DivClassName
{
background-color: #B03314;
}
.BgClassName
{
background-color: #B03314;
}
</style>
border-color css
<style>
span { border-color: #B03314; }
span { border-color: rgb(176,51,20); }
td.TdClassName
{
border-color: #B03314;
}
.TagClassName
{
border-color: #B03314;
}
</style>