Shades of Rust #B03110
Tints of Rust #B03110
RGB
CMYK
RGB Variations
Color information
#B03110 (or 0xB03110) is known color: Rust. HEX triplet: B0, 31 and 10. RGB value is (176,49,16). Sum of RGB (Red+Green+Blue) = 176+49+16=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B03110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03110 is #4FCEEF. Grayscale: #535353. Windows color (decimal): -5230320 or 1061296. OLE color: 1061296.
HSL color Cylindrical-coordinate representation of color #B03110: hue angle of 12.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03110 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.31 |
| HSL | 12.38º | 0.83% | 0.38% | - |
| HSV(B) | 12.38º | 0.91% | 0.69% | - |
| XYZ | 19.1 | 11.46 | 1.7 | - |
| YUV | 83.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 16 | 0 | 0.72 | 0.91 | 0.31 | 12.38 | 0.83 | 0.38 |
| Hex | B0 | 31 | 10 | 0 | 48 | 5B | 1F | C | 53 | 26 |
| Octal | 260 | 61 | 20 | 0 | 110 | 133 | 37 | 14 | 123 | 46 |
| Binary | 10110000 | 110001 | 10000 | 0 | 1001000 | 1011011 | 11111 | 1100 | 1010011 | 100110 |
Color Harmonies of #B03110
Complementary color
Monochromatic Colors of #B03110
Black with #B03110
Text Example
Text Example
White with #B03110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03110; }
p { color: rgb(176,49,16); }
H1.HeaderClassName
{
color: #B03110;
}
.AnyTagClassName
{
color: #B03110;
}
</style>
background-color css
<style>
a { background-color: #B03110; }
a { background-color: rgb(176,49,16); }
div.DivClassName
{
background-color: #B03110;
}
.BgClassName
{
background-color: #B03110;
}
</style>
border-color css
<style>
span { border-color: #B03110; }
span { border-color: rgb(176,49,16); }
td.TdClassName
{
border-color: #B03110;
}
.TagClassName
{
border-color: #B03110;
}
</style>