Shades of Rust #B12E12
Tints of Rust #B12E12
RGB
CMYK
RGB Variations
Color information
#B12E12 (or 0xB12E12) is known color: Rust. HEX triplet: B1, 2E and 12. RGB value is (177,46,18). Sum of RGB (Red+Green+Blue) = 177+46+18=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E12 is #4ED1ED. Grayscale: #525252. Windows color (decimal): -5165550 or 1191601. OLE color: 1191601.
HSL color Cylindrical-coordinate representation of color #B12E12: hue angle of 10.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B12E12 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.31 |
| HSL | 10.57º | 0.82% | 0.38% | - |
| HSV(B) | 10.57º | 0.9% | 0.69% | - |
| XYZ | 19.22 | 11.34 | 1.75 | - |
| YUV | 81.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 18 | 0 | 0.74 | 0.90 | 0.31 | 10.57 | 0.82 | 0.38 |
| Hex | B1 | 2E | 12 | 0 | 4A | 5A | 1F | B | 52 | 26 |
| Octal | 261 | 56 | 22 | 0 | 112 | 132 | 37 | 13 | 122 | 46 |
| Binary | 10110001 | 101110 | 10010 | 0 | 1001010 | 1011010 | 11111 | 1011 | 1010010 | 100110 |
Color Harmonies of #B12E12
Complementary color
Monochromatic Colors of #B12E12
Black with #B12E12
Text Example
Text Example
White with #B12E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E12; }
p { color: rgb(177,46,18); }
H1.HeaderClassName
{
color: #B12E12;
}
.AnyTagClassName
{
color: #B12E12;
}
</style>
background-color css
<style>
a { background-color: #B12E12; }
a { background-color: rgb(177,46,18); }
div.DivClassName
{
background-color: #B12E12;
}
.BgClassName
{
background-color: #B12E12;
}
</style>
border-color css
<style>
span { border-color: #B12E12; }
span { border-color: rgb(177,46,18); }
td.TdClassName
{
border-color: #B12E12;
}
.TagClassName
{
border-color: #B12E12;
}
</style>