Shades of Rust #B12903
Tints of Rust #B12903
RGB
CMYK
RGB Variations
Color information
#B12903 (or 0xB12903) is known color: Rust. HEX triplet: B1, 29 and 03. RGB value is (177,41,3). Sum of RGB (Red+Green+Blue) = 177+41+3=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B12903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12903 is #4ED6FC. Grayscale: #4D4D4D. Windows color (decimal): -5166845 or 207281. OLE color: 207281.
HSL color Cylindrical-coordinate representation of color #B12903: hue angle of 13.1º 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 #B12903 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.31 |
| HSL | 13.1º | 0.97% | 0.35% | - |
| HSV(B) | 13.1º | 0.98% | 0.69% | - |
| XYZ | 18.94 | 10.94 | 1.2 | - |
| YUV | 77.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 3 | 0 | 0.77 | 0.98 | 0.31 | 13.1 | 0.97 | 0.35 |
| Hex | B1 | 29 | 3 | 0 | 4D | 62 | 1F | D | 61 | 23 |
| Octal | 261 | 51 | 3 | 0 | 115 | 142 | 37 | 15 | 141 | 43 |
| Binary | 10110001 | 101001 | 11 | 0 | 1001101 | 1100010 | 11111 | 1101 | 1100001 | 100011 |
Color Harmonies of #B12903
Complementary color
Monochromatic Colors of #B12903
Black with #B12903
Text Example
Text Example
White with #B12903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12903; }
p { color: rgb(177,41,3); }
H1.HeaderClassName
{
color: #B12903;
}
.AnyTagClassName
{
color: #B12903;
}
</style>
background-color css
<style>
a { background-color: #B12903; }
a { background-color: rgb(177,41,3); }
div.DivClassName
{
background-color: #B12903;
}
.BgClassName
{
background-color: #B12903;
}
</style>
border-color css
<style>
span { border-color: #B12903; }
span { border-color: rgb(177,41,3); }
td.TdClassName
{
border-color: #B12903;
}
.TagClassName
{
border-color: #B12903;
}
</style>