Shades of Rust #B1360D
Tints of Rust #B1360D
RGB
CMYK
RGB Variations
Color information
#B1360D (or 0xB1360D) is known color: Rust. HEX triplet: B1, 36 and 0D. RGB value is (177,54,13). Sum of RGB (Red+Green+Blue) = 177+54+13=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1360D is #4EC9F2. Grayscale: #565656. Windows color (decimal): -5163507 or 865969. OLE color: 865969.
HSL color Cylindrical-coordinate representation of color #B1360D: hue angle of 15º degrees, saturation: 0.86, 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 #B1360D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.31 |
| HSL | 15º | 0.86% | 0.37% | - |
| HSV(B) | 15º | 0.93% | 0.69% | - |
| XYZ | 19.52 | 12.01 | 1.67 | - |
| YUV | 86.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 13 | 0 | 0.69 | 0.93 | 0.31 | 15 | 0.86 | 0.37 |
| Hex | B1 | 36 | D | 0 | 45 | 5D | 1F | F | 56 | 25 |
| Octal | 261 | 66 | 15 | 0 | 105 | 135 | 37 | 17 | 126 | 45 |
| Binary | 10110001 | 110110 | 1101 | 0 | 1000101 | 1011101 | 11111 | 1111 | 1010110 | 100101 |
Color Harmonies of #B1360D
Complementary color
Monochromatic Colors of #B1360D
Black with #B1360D
Text Example
Text Example
White with #B1360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1360D; }
p { color: rgb(177,54,13); }
H1.HeaderClassName
{
color: #B1360D;
}
.AnyTagClassName
{
color: #B1360D;
}
</style>
background-color css
<style>
a { background-color: #B1360D; }
a { background-color: rgb(177,54,13); }
div.DivClassName
{
background-color: #B1360D;
}
.BgClassName
{
background-color: #B1360D;
}
</style>
border-color css
<style>
span { border-color: #B1360D; }
span { border-color: rgb(177,54,13); }
td.TdClassName
{
border-color: #B1360D;
}
.TagClassName
{
border-color: #B1360D;
}
</style>