Shades of Rust #B03214
Tints of Rust #B03214
RGB
CMYK
RGB Variations
Color information
#B03214 (or 0xB03214) is known color: Rust. HEX triplet: B0, 32 and 14. RGB value is (176,50,20). Sum of RGB (Red+Green+Blue) = 176+50+20=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03214 is #4FCDEB. Grayscale: #545454. Windows color (decimal): -5230060 or 1323696. OLE color: 1323696.
HSL color Cylindrical-coordinate representation of color #B03214: hue angle of 11.54º 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 #B03214 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.31 |
| HSL | 11.54º | 0.8% | 0.38% | - |
| HSV(B) | 11.54º | 0.89% | 0.69% | - |
| XYZ | 19.17 | 11.56 | 1.88 | - |
| YUV | 84.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 20 | 0 | 0.72 | 0.89 | 0.31 | 11.54 | 0.8 | 0.38 |
| Hex | B0 | 32 | 14 | 0 | 48 | 59 | 1F | C | 50 | 26 |
| Octal | 260 | 62 | 24 | 0 | 110 | 131 | 37 | 14 | 120 | 46 |
| Binary | 10110000 | 110010 | 10100 | 0 | 1001000 | 1011001 | 11111 | 1100 | 1010000 | 100110 |
Color Harmonies of #B03214
Complementary color
Monochromatic Colors of #B03214
Black with #B03214
Text Example
Text Example
White with #B03214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03214; }
p { color: rgb(176,50,20); }
H1.HeaderClassName
{
color: #B03214;
}
.AnyTagClassName
{
color: #B03214;
}
</style>
background-color css
<style>
a { background-color: #B03214; }
a { background-color: rgb(176,50,20); }
div.DivClassName
{
background-color: #B03214;
}
.BgClassName
{
background-color: #B03214;
}
</style>
border-color css
<style>
span { border-color: #B03214; }
span { border-color: rgb(176,50,20); }
td.TdClassName
{
border-color: #B03214;
}
.TagClassName
{
border-color: #B03214;
}
</style>