Shades of Rust #B03215
Tints of Rust #B03215
RGB
CMYK
RGB Variations
Color information
#B03215 (or 0xB03215) is known color: Rust. HEX triplet: B0, 32 and 15. RGB value is (176,50,21). Sum of RGB (Red+Green+Blue) = 176+50+21=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03215 is #4FCDEA. Grayscale: #545454. Windows color (decimal): -5230059 or 1389232. OLE color: 1389232.
HSL color Cylindrical-coordinate representation of color #B03215: hue angle of 11.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03215 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 21 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.31 |
| HSL | 11.23º | 0.79% | 0.39% | - |
| HSV(B) | 11.23º | 0.88% | 0.69% | - |
| XYZ | 19.18 | 11.57 | 1.93 | - |
| YUV | 84.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 21 | 0 | 0.72 | 0.88 | 0.31 | 11.23 | 0.79 | 0.39 |
| Hex | B0 | 32 | 15 | 0 | 48 | 58 | 1F | B | 4F | 27 |
| Octal | 260 | 62 | 25 | 0 | 110 | 130 | 37 | 13 | 117 | 47 |
| Binary | 10110000 | 110010 | 10101 | 0 | 1001000 | 1011000 | 11111 | 1011 | 1001111 | 100111 |
Color Harmonies of #B03215
Complementary color
Monochromatic Colors of #B03215
Black with #B03215
Text Example
Text Example
White with #B03215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03215; }
p { color: rgb(176,50,21); }
H1.HeaderClassName
{
color: #B03215;
}
.AnyTagClassName
{
color: #B03215;
}
</style>
background-color css
<style>
a { background-color: #B03215; }
a { background-color: rgb(176,50,21); }
div.DivClassName
{
background-color: #B03215;
}
.BgClassName
{
background-color: #B03215;
}
</style>
border-color css
<style>
span { border-color: #B03215; }
span { border-color: rgb(176,50,21); }
td.TdClassName
{
border-color: #B03215;
}
.TagClassName
{
border-color: #B03215;
}
</style>