Shades of Rust #B03207
Tints of Rust #B03207
RGB
CMYK
RGB Variations
Color information
#B03207 (or 0xB03207) is known color: Rust. HEX triplet: B0, 32 and 07. RGB value is (176,50,7). Sum of RGB (Red+Green+Blue) = 176+50+7=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03207 is #4FCDF8. Grayscale: #535353. Windows color (decimal): -5230073 or 471728. OLE color: 471728.
HSL color Cylindrical-coordinate representation of color #B03207: hue angle of 15.27º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B03207 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.31 |
| HSL | 15.27º | 0.92% | 0.36% | - |
| HSV(B) | 15.27º | 0.96% | 0.69% | - |
| XYZ | 19.08 | 11.53 | 1.42 | - |
| YUV | 82.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 7 | 0 | 0.72 | 0.96 | 0.31 | 15.27 | 0.92 | 0.36 |
| Hex | B0 | 32 | 7 | 0 | 48 | 60 | 1F | F | 5C | 24 |
| Octal | 260 | 62 | 7 | 0 | 110 | 140 | 37 | 17 | 134 | 44 |
| Binary | 10110000 | 110010 | 111 | 0 | 1001000 | 1100000 | 11111 | 1111 | 1011100 | 100100 |
Color Harmonies of #B03207
Complementary color
Monochromatic Colors of #B03207
Black with #B03207
Text Example
Text Example
White with #B03207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03207; }
p { color: rgb(176,50,7); }
H1.HeaderClassName
{
color: #B03207;
}
.AnyTagClassName
{
color: #B03207;
}
</style>
background-color css
<style>
a { background-color: #B03207; }
a { background-color: rgb(176,50,7); }
div.DivClassName
{
background-color: #B03207;
}
.BgClassName
{
background-color: #B03207;
}
</style>
border-color css
<style>
span { border-color: #B03207; }
span { border-color: rgb(176,50,7); }
td.TdClassName
{
border-color: #B03207;
}
.TagClassName
{
border-color: #B03207;
}
</style>