Shades of Rust #B12A00
Tints of Rust #B12A00
RGB
CMYK
RGB Variations
Color information
#B12A00 (or 0xB12A00) is known color: Rust. HEX triplet: B1, 2A and 00. RGB value is (177,42,0). Sum of RGB (Red+Green+Blue) = 177+42+0=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A00 is #4ED5FF. Grayscale: #4D4D4D. Windows color (decimal): -5166592 or 10929. OLE color: 10929.
HSL color Cylindrical-coordinate representation of color #B12A00: hue angle of 14.24º 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 #B12A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.31 |
| HSL | 14.24º | 1% | 0.35% | - |
| HSV(B) | 14.24º | 1% | 0.69% | - |
| XYZ | 18.96 | 11 | 1.12 | - |
| YUV | 77.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 0 | 0 | 0.76 | 1 | 0.31 | 14.24 | 1 | 0.35 |
| Hex | B1 | 2A | 0 | 0 | 4C | 64 | 1F | E | 64 | 23 |
| Octal | 261 | 52 | 0 | 0 | 114 | 144 | 37 | 16 | 144 | 43 |
| Binary | 10110001 | 101010 | 0 | 0 | 1001100 | 1100100 | 11111 | 1110 | 1100100 | 100011 |
Color Harmonies of #B12A00
Complementary color
Monochromatic Colors of #B12A00
Black with #B12A00
Text Example
Text Example
White with #B12A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12A00; }
p { color: rgb(177,42,0); }
H1.HeaderClassName
{
color: #B12A00;
}
.AnyTagClassName
{
color: #B12A00;
}
</style>
background-color css
<style>
a { background-color: #B12A00; }
a { background-color: rgb(177,42,0); }
div.DivClassName
{
background-color: #B12A00;
}
.BgClassName
{
background-color: #B12A00;
}
</style>
border-color css
<style>
span { border-color: #B12A00; }
span { border-color: rgb(177,42,0); }
td.TdClassName
{
border-color: #B12A00;
}
.TagClassName
{
border-color: #B12A00;
}
</style>