Shades of Rust #B13D0F
Tints of Rust #B13D0F
RGB
CMYK
RGB Variations
Color information
#B13D0F (or 0xB13D0F) is known color: Rust. HEX triplet: B1, 3D and 0F. RGB value is (177,61,15). Sum of RGB (Red+Green+Blue) = 177+61+15=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D0F is #4EC2F0. Grayscale: #5A5A5A. Windows color (decimal): -5161713 or 998833. OLE color: 998833.
HSL color Cylindrical-coordinate representation of color #B13D0F: hue angle of 17.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B13D0F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.31 |
| HSL | 17.04º | 0.84% | 0.38% | - |
| HSV(B) | 17.04º | 0.92% | 0.69% | - |
| XYZ | 19.89 | 12.72 | 1.86 | - |
| YUV | 90.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 15 | 0 | 0.66 | 0.92 | 0.31 | 17.04 | 0.84 | 0.38 |
| Hex | B1 | 3D | F | 0 | 42 | 5C | 1F | 11 | 54 | 26 |
| Octal | 261 | 75 | 17 | 0 | 102 | 134 | 37 | 21 | 124 | 46 |
| Binary | 10110001 | 111101 | 1111 | 0 | 1000010 | 1011100 | 11111 | 10001 | 1010100 | 100110 |
Color Harmonies of #B13D0F
Complementary color
Monochromatic Colors of #B13D0F
Black with #B13D0F
Text Example
Text Example
White with #B13D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D0F; }
p { color: rgb(177,61,15); }
H1.HeaderClassName
{
color: #B13D0F;
}
.AnyTagClassName
{
color: #B13D0F;
}
</style>
background-color css
<style>
a { background-color: #B13D0F; }
a { background-color: rgb(177,61,15); }
div.DivClassName
{
background-color: #B13D0F;
}
.BgClassName
{
background-color: #B13D0F;
}
</style>
border-color css
<style>
span { border-color: #B13D0F; }
span { border-color: rgb(177,61,15); }
td.TdClassName
{
border-color: #B13D0F;
}
.TagClassName
{
border-color: #B13D0F;
}
</style>