Shades of Rust #B1361D
Tints of Rust #B1361D
RGB
CMYK
RGB Variations
Color information
#B1361D (or 0xB1361D) is known color: Rust. HEX triplet: B1, 36 and 1D. RGB value is (177,54,29). Sum of RGB (Red+Green+Blue) = 177+54+29=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1361D is #4EC9E2. Grayscale: #585858. Windows color (decimal): -5163491 or 1914545. OLE color: 1914545.
HSL color Cylindrical-coordinate representation of color #B1361D: hue angle of 10.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1361D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 29 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.31 |
| HSL | 10.14º | 0.72% | 0.4% | - |
| HSV(B) | 10.14º | 0.84% | 0.69% | - |
| XYZ | 19.67 | 12.07 | 2.46 | - |
| YUV | 87.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 29 | 0 | 0.69 | 0.84 | 0.31 | 10.14 | 0.72 | 0.4 |
| Hex | B1 | 36 | 1D | 0 | 45 | 54 | 1F | A | 48 | 28 |
| Octal | 261 | 66 | 35 | 0 | 105 | 124 | 37 | 12 | 110 | 50 |
| Binary | 10110001 | 110110 | 11101 | 0 | 1000101 | 1010100 | 11111 | 1010 | 1001000 | 101000 |
Color Harmonies of #B1361D
Complementary color
Monochromatic Colors of #B1361D
Black with #B1361D
Text Example
Text Example
White with #B1361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1361D; }
p { color: rgb(177,54,29); }
H1.HeaderClassName
{
color: #B1361D;
}
.AnyTagClassName
{
color: #B1361D;
}
</style>
background-color css
<style>
a { background-color: #B1361D; }
a { background-color: rgb(177,54,29); }
div.DivClassName
{
background-color: #B1361D;
}
.BgClassName
{
background-color: #B1361D;
}
</style>
border-color css
<style>
span { border-color: #B1361D; }
span { border-color: rgb(177,54,29); }
td.TdClassName
{
border-color: #B1361D;
}
.TagClassName
{
border-color: #B1361D;
}
</style>