Shades of Rust #B05212
Tints of Rust #B05212
RGB
CMYK
RGB Variations
Color information
#B05212 (or 0xB05212) is known color: Rust. HEX triplet: B0, 52 and 12. RGB value is (176,82,18). Sum of RGB (Red+Green+Blue) = 176+82+18=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B05212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05212 is #4FADED. Grayscale: #676767. Windows color (decimal): -5221870 or 1200816. OLE color: 1200816.
HSL color Cylindrical-coordinate representation of color #B05212: hue angle of 24.3º degrees, saturation: 0.81, 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 #B05212 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 24.3º | 0.81% | 0.38% | - |
| HSV(B) | 24.3º | 0.9% | 0.69% | - |
| XYZ | 21.03 | 15.31 | 2.42 | - |
| YUV | 102.81 | 80.14 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 18 | 0 | 0.53 | 0.90 | 0.31 | 24.3 | 0.81 | 0.38 |
| Hex | B0 | 52 | 12 | 0 | 35 | 5A | 1F | 18 | 51 | 26 |
| Octal | 260 | 122 | 22 | 0 | 65 | 132 | 37 | 30 | 121 | 46 |
| Binary | 10110000 | 1010010 | 10010 | 0 | 110101 | 1011010 | 11111 | 11000 | 1010001 | 100110 |
Color Harmonies of #B05212
Complementary color
Monochromatic Colors of #B05212
Black with #B05212
Text Example
Text Example
White with #B05212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05212; }
p { color: rgb(176,82,18); }
H1.HeaderClassName
{
color: #B05212;
}
.AnyTagClassName
{
color: #B05212;
}
</style>
background-color css
<style>
a { background-color: #B05212; }
a { background-color: rgb(176,82,18); }
div.DivClassName
{
background-color: #B05212;
}
.BgClassName
{
background-color: #B05212;
}
</style>
border-color css
<style>
span { border-color: #B05212; }
span { border-color: rgb(176,82,18); }
td.TdClassName
{
border-color: #B05212;
}
.TagClassName
{
border-color: #B05212;
}
</style>