Shades of Rust #B15A0C
Tints of Rust #B15A0C
RGB
CMYK
RGB Variations
Color information
#B15A0C (or 0xB15A0C) is known color: Rust. HEX triplet: B1, 5A and 0C. RGB value is (177,90,12). Sum of RGB (Red+Green+Blue) = 177+90+12=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A0C is #4EA5F3. Grayscale: #6B6B6B. Windows color (decimal): -5154292 or 809649. OLE color: 809649.
HSL color Cylindrical-coordinate representation of color #B15A0C: hue angle of 28.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B15A0C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 12 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.31 |
| HSL | 28.36º | 0.87% | 0.37% | - |
| HSV(B) | 28.36º | 0.93% | 0.69% | - |
| XYZ | 21.85 | 16.69 | 2.42 | - |
| YUV | 107.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 12 | 0 | 0.49 | 0.93 | 0.31 | 28.36 | 0.87 | 0.37 |
| Hex | B1 | 5A | C | 0 | 31 | 5D | 1F | 1C | 57 | 25 |
| Octal | 261 | 132 | 14 | 0 | 61 | 135 | 37 | 34 | 127 | 45 |
| Binary | 10110001 | 1011010 | 1100 | 0 | 110001 | 1011101 | 11111 | 11100 | 1010111 | 100101 |
Color Harmonies of #B15A0C
Complementary color
Monochromatic Colors of #B15A0C
Black with #B15A0C
Text Example
Text Example
White with #B15A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A0C; }
p { color: rgb(177,90,12); }
H1.HeaderClassName
{
color: #B15A0C;
}
.AnyTagClassName
{
color: #B15A0C;
}
</style>
background-color css
<style>
a { background-color: #B15A0C; }
a { background-color: rgb(177,90,12); }
div.DivClassName
{
background-color: #B15A0C;
}
.BgClassName
{
background-color: #B15A0C;
}
</style>
border-color css
<style>
span { border-color: #B15A0C; }
span { border-color: rgb(177,90,12); }
td.TdClassName
{
border-color: #B15A0C;
}
.TagClassName
{
border-color: #B15A0C;
}
</style>