Shades of Rust #B13D1B
Tints of Rust #B13D1B
RGB
CMYK
RGB Variations
Color information
#B13D1B (or 0xB13D1B) is known color: Rust. HEX triplet: B1, 3D and 1B. RGB value is (177,61,27). Sum of RGB (Red+Green+Blue) = 177+61+27=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D1B is #4EC2E4. Grayscale: #5C5C5C. Windows color (decimal): -5161701 or 1785265. OLE color: 1785265.
HSL color Cylindrical-coordinate representation of color #B13D1B: hue angle of 13.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B13D1B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 27 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.31 |
| HSL | 13.6º | 0.74% | 0.4% | - |
| HSV(B) | 13.6º | 0.85% | 0.69% | - |
| XYZ | 20 | 12.76 | 2.45 | - |
| YUV | 91.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 27 | 0 | 0.66 | 0.85 | 0.31 | 13.6 | 0.74 | 0.4 |
| Hex | B1 | 3D | 1B | 0 | 42 | 55 | 1F | E | 4A | 28 |
| Octal | 261 | 75 | 33 | 0 | 102 | 125 | 37 | 16 | 112 | 50 |
| Binary | 10110001 | 111101 | 11011 | 0 | 1000010 | 1010101 | 11111 | 1110 | 1001010 | 101000 |
Color Harmonies of #B13D1B
Complementary color
Monochromatic Colors of #B13D1B
Black with #B13D1B
Text Example
Text Example
White with #B13D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D1B; }
p { color: rgb(177,61,27); }
H1.HeaderClassName
{
color: #B13D1B;
}
.AnyTagClassName
{
color: #B13D1B;
}
</style>
background-color css
<style>
a { background-color: #B13D1B; }
a { background-color: rgb(177,61,27); }
div.DivClassName
{
background-color: #B13D1B;
}
.BgClassName
{
background-color: #B13D1B;
}
</style>
border-color css
<style>
span { border-color: #B13D1B; }
span { border-color: rgb(177,61,27); }
td.TdClassName
{
border-color: #B13D1B;
}
.TagClassName
{
border-color: #B13D1B;
}
</style>