Shades of Rust #B13D1F
Tints of Rust #B13D1F
RGB
CMYK
RGB Variations
Color information
#B13D1F (or 0xB13D1F) is known color: Rust. HEX triplet: B1, 3D and 1F. RGB value is (177,61,31). Sum of RGB (Red+Green+Blue) = 177+61+31=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D1F is #4EC2E0. Grayscale: #5C5C5C. Windows color (decimal): -5161697 or 2047409. OLE color: 2047409.
HSL color Cylindrical-coordinate representation of color #B13D1F: hue angle of 12.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B13D1F is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 31 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.31 |
| HSL | 12.33º | 0.7% | 0.41% | - |
| HSV(B) | 12.33º | 0.82% | 0.69% | - |
| XYZ | 20.05 | 12.78 | 2.71 | - |
| YUV | 92.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 31 | 0 | 0.66 | 0.82 | 0.31 | 12.33 | 0.7 | 0.41 |
| Hex | B1 | 3D | 1F | 0 | 42 | 52 | 1F | C | 46 | 29 |
| Octal | 261 | 75 | 37 | 0 | 102 | 122 | 37 | 14 | 106 | 51 |
| Binary | 10110001 | 111101 | 11111 | 0 | 1000010 | 1010010 | 11111 | 1100 | 1000110 | 101001 |
Color Harmonies of #B13D1F
Complementary color
Monochromatic Colors of #B13D1F
Black with #B13D1F
Text Example
Text Example
White with #B13D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D1F; }
p { color: rgb(177,61,31); }
H1.HeaderClassName
{
color: #B13D1F;
}
.AnyTagClassName
{
color: #B13D1F;
}
</style>
background-color css
<style>
a { background-color: #B13D1F; }
a { background-color: rgb(177,61,31); }
div.DivClassName
{
background-color: #B13D1F;
}
.BgClassName
{
background-color: #B13D1F;
}
</style>
border-color css
<style>
span { border-color: #B13D1F; }
span { border-color: rgb(177,61,31); }
td.TdClassName
{
border-color: #B13D1F;
}
.TagClassName
{
border-color: #B13D1F;
}
</style>