Shades of Rust #B12905
Tints of Rust #B12905
RGB
CMYK
RGB Variations
Color information
#B12905 (or 0xB12905) is known color: Rust. HEX triplet: B1, 29 and 05. RGB value is (177,41,5). Sum of RGB (Red+Green+Blue) = 177+41+5=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12905 is #4ED6FA. Grayscale: #4D4D4D. Windows color (decimal): -5166843 or 338353. OLE color: 338353.
HSL color Cylindrical-coordinate representation of color #B12905: hue angle of 12.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B12905 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.31 |
| HSL | 12.56º | 0.95% | 0.36% | - |
| HSV(B) | 12.56º | 0.97% | 0.69% | - |
| XYZ | 18.95 | 10.94 | 1.26 | - |
| YUV | 77.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 5 | 0 | 0.77 | 0.97 | 0.31 | 12.56 | 0.95 | 0.36 |
| Hex | B1 | 29 | 5 | 0 | 4D | 61 | 1F | D | 5F | 24 |
| Octal | 261 | 51 | 5 | 0 | 115 | 141 | 37 | 15 | 137 | 44 |
| Binary | 10110001 | 101001 | 101 | 0 | 1001101 | 1100001 | 11111 | 1101 | 1011111 | 100100 |
Color Harmonies of #B12905
Complementary color
Monochromatic Colors of #B12905
Black with #B12905
Text Example
Text Example
White with #B12905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12905; }
p { color: rgb(177,41,5); }
H1.HeaderClassName
{
color: #B12905;
}
.AnyTagClassName
{
color: #B12905;
}
</style>
background-color css
<style>
a { background-color: #B12905; }
a { background-color: rgb(177,41,5); }
div.DivClassName
{
background-color: #B12905;
}
.BgClassName
{
background-color: #B12905;
}
</style>
border-color css
<style>
span { border-color: #B12905; }
span { border-color: rgb(177,41,5); }
td.TdClassName
{
border-color: #B12905;
}
.TagClassName
{
border-color: #B12905;
}
</style>