Shades of Rust #B12E00
Tints of Rust #B12E00
RGB
CMYK
RGB Variations
Color information
#B12E00 (or 0xB12E00) is known color: Rust. HEX triplet: B1, 2E and 00. RGB value is (177,46,0). Sum of RGB (Red+Green+Blue) = 177+46+0=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E00 is #4ED1FF. Grayscale: #505050. Windows color (decimal): -5165568 or 11953. OLE color: 11953.
HSL color Cylindrical-coordinate representation of color #B12E00: hue angle of 15.59º 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 #B12E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.31 |
| HSL | 15.59º | 1% | 0.35% | - |
| HSV(B) | 15.59º | 1% | 0.69% | - |
| XYZ | 19.11 | 11.3 | 1.17 | - |
| YUV | 79.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 0 | 0 | 0.74 | 1 | 0.31 | 15.59 | 1 | 0.35 |
| Hex | B1 | 2E | 0 | 0 | 4A | 64 | 1F | 10 | 64 | 23 |
| Octal | 261 | 56 | 0 | 0 | 112 | 144 | 37 | 20 | 144 | 43 |
| Binary | 10110001 | 101110 | 0 | 0 | 1001010 | 1100100 | 11111 | 10000 | 1100100 | 100011 |
Color Harmonies of #B12E00
Complementary color
Monochromatic Colors of #B12E00
Black with #B12E00
Text Example
Text Example
White with #B12E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E00; }
p { color: rgb(177,46,0); }
H1.HeaderClassName
{
color: #B12E00;
}
.AnyTagClassName
{
color: #B12E00;
}
</style>
background-color css
<style>
a { background-color: #B12E00; }
a { background-color: rgb(177,46,0); }
div.DivClassName
{
background-color: #B12E00;
}
.BgClassName
{
background-color: #B12E00;
}
</style>
border-color css
<style>
span { border-color: #B12E00; }
span { border-color: rgb(177,46,0); }
td.TdClassName
{
border-color: #B12E00;
}
.TagClassName
{
border-color: #B12E00;
}
</style>