Shades of Rust #B03101
Tints of Rust #B03101
RGB
CMYK
RGB Variations
Color information
#B03101 (or 0xB03101) is known color: Rust. HEX triplet: B0, 31 and 01. RGB value is (176,49,1). Sum of RGB (Red+Green+Blue) = 176+49+1=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B03101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03101 is #4FCEFE. Grayscale: #515151. Windows color (decimal): -5230335 or 78256. OLE color: 78256.
HSL color Cylindrical-coordinate representation of color #B03101: hue angle of 16.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B03101 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.31 |
| HSL | 16.46º | 0.99% | 0.35% | - |
| HSV(B) | 16.46º | 0.99% | 0.69% | - |
| XYZ | 19.01 | 11.43 | 1.23 | - |
| YUV | 81.5 | 82.58 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 1 | 0 | 0.72 | 0.99 | 0.31 | 16.46 | 0.99 | 0.35 |
| Hex | B0 | 31 | 1 | 0 | 48 | 63 | 1F | 10 | 63 | 23 |
| Octal | 260 | 61 | 1 | 0 | 110 | 143 | 37 | 20 | 143 | 43 |
| Binary | 10110000 | 110001 | 1 | 0 | 1001000 | 1100011 | 11111 | 10000 | 1100011 | 100011 |
Color Harmonies of #B03101
Complementary color
Monochromatic Colors of #B03101
Black with #B03101
Text Example
Text Example
White with #B03101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03101; }
p { color: rgb(176,49,1); }
H1.HeaderClassName
{
color: #B03101;
}
.AnyTagClassName
{
color: #B03101;
}
</style>
background-color css
<style>
a { background-color: #B03101; }
a { background-color: rgb(176,49,1); }
div.DivClassName
{
background-color: #B03101;
}
.BgClassName
{
background-color: #B03101;
}
</style>
border-color css
<style>
span { border-color: #B03101; }
span { border-color: rgb(176,49,1); }
td.TdClassName
{
border-color: #B03101;
}
.TagClassName
{
border-color: #B03101;
}
</style>