Shades of Rust #B03206
Tints of Rust #B03206
RGB
CMYK
RGB Variations
Color information
#B03206 (or 0xB03206) is known color: Rust. HEX triplet: B0, 32 and 06. RGB value is (176,50,6). Sum of RGB (Red+Green+Blue) = 176+50+6=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03206 is #4FCDF9. Grayscale: #525252. Windows color (decimal): -5230074 or 406192. OLE color: 406192.
HSL color Cylindrical-coordinate representation of color #B03206: hue angle of 15.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03206 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 6 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.31 |
| HSL | 15.53º | 0.93% | 0.36% | - |
| HSV(B) | 15.53º | 0.97% | 0.69% | - |
| XYZ | 19.08 | 11.52 | 1.39 | - |
| YUV | 82.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 6 | 0 | 0.72 | 0.97 | 0.31 | 15.53 | 0.93 | 0.36 |
| Hex | B0 | 32 | 6 | 0 | 48 | 61 | 1F | 10 | 5D | 24 |
| Octal | 260 | 62 | 6 | 0 | 110 | 141 | 37 | 20 | 135 | 44 |
| Binary | 10110000 | 110010 | 110 | 0 | 1001000 | 1100001 | 11111 | 10000 | 1011101 | 100100 |
Color Harmonies of #B03206
Complementary color
Monochromatic Colors of #B03206
Black with #B03206
Text Example
Text Example
White with #B03206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03206; }
p { color: rgb(176,50,6); }
H1.HeaderClassName
{
color: #B03206;
}
.AnyTagClassName
{
color: #B03206;
}
</style>
background-color css
<style>
a { background-color: #B03206; }
a { background-color: rgb(176,50,6); }
div.DivClassName
{
background-color: #B03206;
}
.BgClassName
{
background-color: #B03206;
}
</style>
border-color css
<style>
span { border-color: #B03206; }
span { border-color: rgb(176,50,6); }
td.TdClassName
{
border-color: #B03206;
}
.TagClassName
{
border-color: #B03206;
}
</style>