Shades of Rust #B03100
Tints of Rust #B03100
RGB
CMYK
RGB Variations
Color information
#B03100 (or 0xB03100) is known color: Rust. HEX triplet: B0, 31 and 00. RGB value is (176,49,0). Sum of RGB (Red+Green+Blue) = 176+49+0=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B03100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03100 is #4FCEFF. Grayscale: #515151. Windows color (decimal): -5230336 or 12720. OLE color: 12720.
HSL color Cylindrical-coordinate representation of color #B03100: hue angle of 16.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B03100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.31 |
| HSL | 16.7º | 1% | 0.35% | - |
| HSV(B) | 16.7º | 1% | 0.69% | - |
| XYZ | 19 | 11.43 | 1.2 | - |
| YUV | 81.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 0 | 0 | 0.72 | 1 | 0.31 | 16.7 | 1 | 0.35 |
| Hex | B0 | 31 | 0 | 0 | 48 | 64 | 1F | 11 | 64 | 23 |
| Octal | 260 | 61 | 0 | 0 | 110 | 144 | 37 | 21 | 144 | 43 |
| Binary | 10110000 | 110001 | 0 | 0 | 1001000 | 1100100 | 11111 | 10001 | 1100100 | 100011 |
Color Harmonies of #B03100
Complementary color
Monochromatic Colors of #B03100
Black with #B03100
Text Example
Text Example
White with #B03100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03100; }
p { color: rgb(176,49,0); }
H1.HeaderClassName
{
color: #B03100;
}
.AnyTagClassName
{
color: #B03100;
}
</style>
background-color css
<style>
a { background-color: #B03100; }
a { background-color: rgb(176,49,0); }
div.DivClassName
{
background-color: #B03100;
}
.BgClassName
{
background-color: #B03100;
}
</style>
border-color css
<style>
span { border-color: #B03100; }
span { border-color: rgb(176,49,0); }
td.TdClassName
{
border-color: #B03100;
}
.TagClassName
{
border-color: #B03100;
}
</style>