Shades of Rust #B13D1E
Tints of Rust #B13D1E
RGB
CMYK
RGB Variations
Color information
#B13D1E (or 0xB13D1E) is known color: Rust. HEX triplet: B1, 3D and 1E. RGB value is (177,61,30). Sum of RGB (Red+Green+Blue) = 177+61+30=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D1E is #4EC2E1. Grayscale: #5C5C5C. Windows color (decimal): -5161698 or 1981873. OLE color: 1981873.
HSL color Cylindrical-coordinate representation of color #B13D1E: hue angle of 12.65º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B13D1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 30 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.31 |
| HSL | 12.65º | 0.71% | 0.41% | - |
| HSV(B) | 12.65º | 0.83% | 0.69% | - |
| XYZ | 20.03 | 12.78 | 2.64 | - |
| YUV | 92.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 30 | 0 | 0.66 | 0.83 | 0.31 | 12.65 | 0.71 | 0.41 |
| Hex | B1 | 3D | 1E | 0 | 42 | 53 | 1F | D | 47 | 29 |
| Octal | 261 | 75 | 36 | 0 | 102 | 123 | 37 | 15 | 107 | 51 |
| Binary | 10110001 | 111101 | 11110 | 0 | 1000010 | 1010011 | 11111 | 1101 | 1000111 | 101001 |
Color Harmonies of #B13D1E
Complementary color
Monochromatic Colors of #B13D1E
Black with #B13D1E
Text Example
Text Example
White with #B13D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D1E; }
p { color: rgb(177,61,30); }
H1.HeaderClassName
{
color: #B13D1E;
}
.AnyTagClassName
{
color: #B13D1E;
}
</style>
background-color css
<style>
a { background-color: #B13D1E; }
a { background-color: rgb(177,61,30); }
div.DivClassName
{
background-color: #B13D1E;
}
.BgClassName
{
background-color: #B13D1E;
}
</style>
border-color css
<style>
span { border-color: #B13D1E; }
span { border-color: rgb(177,61,30); }
td.TdClassName
{
border-color: #B13D1E;
}
.TagClassName
{
border-color: #B13D1E;
}
</style>