Shades of Rust #B05312
Tints of Rust #B05312
RGB
CMYK
RGB Variations
Color information
#B05312 (or 0xB05312) is known color: Rust. HEX triplet: B0, 53 and 12. RGB value is (176,83,18). Sum of RGB (Red+Green+Blue) = 176+83+18=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B05312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05312 is #4FACED. Grayscale: #676767. Windows color (decimal): -5221614 or 1201072. OLE color: 1201072.
HSL color Cylindrical-coordinate representation of color #B05312: hue angle of 24.68º 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 #B05312 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 24.68º | 0.81% | 0.38% | - |
| HSV(B) | 24.68º | 0.9% | 0.69% | - |
| XYZ | 21.11 | 15.46 | 2.44 | - |
| YUV | 103.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 18 | 0 | 0.53 | 0.90 | 0.31 | 24.68 | 0.81 | 0.38 |
| Hex | B0 | 53 | 12 | 0 | 35 | 5A | 1F | 19 | 51 | 26 |
| Octal | 260 | 123 | 22 | 0 | 65 | 132 | 37 | 31 | 121 | 46 |
| Binary | 10110000 | 1010011 | 10010 | 0 | 110101 | 1011010 | 11111 | 11001 | 1010001 | 100110 |
Color Harmonies of #B05312
Complementary color
Monochromatic Colors of #B05312
Black with #B05312
Text Example
Text Example
White with #B05312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05312; }
p { color: rgb(176,83,18); }
H1.HeaderClassName
{
color: #B05312;
}
.AnyTagClassName
{
color: #B05312;
}
</style>
background-color css
<style>
a { background-color: #B05312; }
a { background-color: rgb(176,83,18); }
div.DivClassName
{
background-color: #B05312;
}
.BgClassName
{
background-color: #B05312;
}
</style>
border-color css
<style>
span { border-color: #B05312; }
span { border-color: rgb(176,83,18); }
td.TdClassName
{
border-color: #B05312;
}
.TagClassName
{
border-color: #B05312;
}
</style>