Shades of Rust #B03103
Tints of Rust #B03103
RGB
CMYK
RGB Variations
Color information
#B03103 (or 0xB03103) is known color: Rust. HEX triplet: B0, 31 and 03. RGB value is (176,49,3). Sum of RGB (Red+Green+Blue) = 176+49+3=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B03103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03103 is #4FCEFC. Grayscale: #525252. Windows color (decimal): -5230333 or 209328. OLE color: 209328.
HSL color Cylindrical-coordinate representation of color #B03103: hue angle of 15.95º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B03103 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.31 |
| HSL | 15.95º | 0.97% | 0.35% | - |
| HSV(B) | 15.95º | 0.98% | 0.69% | - |
| XYZ | 19.02 | 11.43 | 1.29 | - |
| YUV | 81.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 3 | 0 | 0.72 | 0.98 | 0.31 | 15.95 | 0.97 | 0.35 |
| Hex | B0 | 31 | 3 | 0 | 48 | 62 | 1F | 10 | 61 | 23 |
| Octal | 260 | 61 | 3 | 0 | 110 | 142 | 37 | 20 | 141 | 43 |
| Binary | 10110000 | 110001 | 11 | 0 | 1001000 | 1100010 | 11111 | 10000 | 1100001 | 100011 |
Color Harmonies of #B03103
Complementary color
Monochromatic Colors of #B03103
Black with #B03103
Text Example
Text Example
White with #B03103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03103; }
p { color: rgb(176,49,3); }
H1.HeaderClassName
{
color: #B03103;
}
.AnyTagClassName
{
color: #B03103;
}
</style>
background-color css
<style>
a { background-color: #B03103; }
a { background-color: rgb(176,49,3); }
div.DivClassName
{
background-color: #B03103;
}
.BgClassName
{
background-color: #B03103;
}
</style>
border-color css
<style>
span { border-color: #B03103; }
span { border-color: rgb(176,49,3); }
td.TdClassName
{
border-color: #B03103;
}
.TagClassName
{
border-color: #B03103;
}
</style>