Shades of Rust #B15312
Tints of Rust #B15312
RGB
CMYK
RGB Variations
Color information
#B15312 (or 0xB15312) is known color: Rust. HEX triplet: B1, 53 and 12. RGB value is (177,83,18). Sum of RGB (Red+Green+Blue) = 177+83+18=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15312 is #4EACED. Grayscale: #686868. Windows color (decimal): -5156078 or 1201073. OLE color: 1201073.
HSL color Cylindrical-coordinate representation of color #B15312: hue angle of 24.53º 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 #B15312 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 24.53º | 0.82% | 0.38% | - |
| HSV(B) | 24.53º | 0.9% | 0.69% | - |
| XYZ | 21.33 | 15.58 | 2.45 | - |
| YUV | 103.7 | 79.64 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 18 | 0 | 0.53 | 0.90 | 0.31 | 24.53 | 0.82 | 0.38 |
| Hex | B1 | 53 | 12 | 0 | 35 | 5A | 1F | 19 | 52 | 26 |
| Octal | 261 | 123 | 22 | 0 | 65 | 132 | 37 | 31 | 122 | 46 |
| Binary | 10110001 | 1010011 | 10010 | 0 | 110101 | 1011010 | 11111 | 11001 | 1010010 | 100110 |
Color Harmonies of #B15312
Complementary color
Monochromatic Colors of #B15312
Black with #B15312
Text Example
Text Example
White with #B15312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15312; }
p { color: rgb(177,83,18); }
H1.HeaderClassName
{
color: #B15312;
}
.AnyTagClassName
{
color: #B15312;
}
</style>
background-color css
<style>
a { background-color: #B15312; }
a { background-color: rgb(177,83,18); }
div.DivClassName
{
background-color: #B15312;
}
.BgClassName
{
background-color: #B15312;
}
</style>
border-color css
<style>
span { border-color: #B15312; }
span { border-color: rgb(177,83,18); }
td.TdClassName
{
border-color: #B15312;
}
.TagClassName
{
border-color: #B15312;
}
</style>