Shades of Rust #B12E05
Tints of Rust #B12E05
RGB
CMYK
RGB Variations
Color information
#B12E05 (or 0xB12E05) is known color: Rust. HEX triplet: B1, 2E and 05. RGB value is (177,46,5). Sum of RGB (Red+Green+Blue) = 177+46+5=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E05 is #4ED1FA. Grayscale: #505050. Windows color (decimal): -5165563 or 339633. OLE color: 339633.
HSL color Cylindrical-coordinate representation of color #B12E05: hue angle of 14.3º 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 #B12E05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.31 |
| HSL | 14.3º | 0.95% | 0.36% | - |
| HSV(B) | 14.3º | 0.97% | 0.69% | - |
| XYZ | 19.14 | 11.31 | 1.32 | - |
| YUV | 80.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 5 | 0 | 0.74 | 0.97 | 0.31 | 14.3 | 0.95 | 0.36 |
| Hex | B1 | 2E | 5 | 0 | 4A | 61 | 1F | E | 5F | 24 |
| Octal | 261 | 56 | 5 | 0 | 112 | 141 | 37 | 16 | 137 | 44 |
| Binary | 10110001 | 101110 | 101 | 0 | 1001010 | 1100001 | 11111 | 1110 | 1011111 | 100100 |
Color Harmonies of #B12E05
Complementary color
Monochromatic Colors of #B12E05
Black with #B12E05
Text Example
Text Example
White with #B12E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E05; }
p { color: rgb(177,46,5); }
H1.HeaderClassName
{
color: #B12E05;
}
.AnyTagClassName
{
color: #B12E05;
}
</style>
background-color css
<style>
a { background-color: #B12E05; }
a { background-color: rgb(177,46,5); }
div.DivClassName
{
background-color: #B12E05;
}
.BgClassName
{
background-color: #B12E05;
}
</style>
border-color css
<style>
span { border-color: #B12E05; }
span { border-color: rgb(177,46,5); }
td.TdClassName
{
border-color: #B12E05;
}
.TagClassName
{
border-color: #B12E05;
}
</style>