Shades of Rust #B13F0D
Tints of Rust #B13F0D
RGB
CMYK
RGB Variations
Color information
#B13F0D (or 0xB13F0D) is known color: Rust. HEX triplet: B1, 3F and 0D. RGB value is (177,63,13). Sum of RGB (Red+Green+Blue) = 177+63+13=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F0D is #4EC0F2. Grayscale: #5B5B5B. Windows color (decimal): -5161203 or 868273. OLE color: 868273.
HSL color Cylindrical-coordinate representation of color #B13F0D: hue angle of 18.29º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B13F0D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.31 |
| HSL | 18.29º | 0.86% | 0.37% | - |
| HSV(B) | 18.29º | 0.93% | 0.69% | - |
| XYZ | 19.98 | 12.93 | 1.82 | - |
| YUV | 91.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 13 | 0 | 0.64 | 0.93 | 0.31 | 18.29 | 0.86 | 0.37 |
| Hex | B1 | 3F | D | 0 | 40 | 5D | 1F | 12 | 56 | 25 |
| Octal | 261 | 77 | 15 | 0 | 100 | 135 | 37 | 22 | 126 | 45 |
| Binary | 10110001 | 111111 | 1101 | 0 | 1000000 | 1011101 | 11111 | 10010 | 1010110 | 100101 |
Color Harmonies of #B13F0D
Complementary color
Monochromatic Colors of #B13F0D
Black with #B13F0D
Text Example
Text Example
White with #B13F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F0D; }
p { color: rgb(177,63,13); }
H1.HeaderClassName
{
color: #B13F0D;
}
.AnyTagClassName
{
color: #B13F0D;
}
</style>
background-color css
<style>
a { background-color: #B13F0D; }
a { background-color: rgb(177,63,13); }
div.DivClassName
{
background-color: #B13F0D;
}
.BgClassName
{
background-color: #B13F0D;
}
</style>
border-color css
<style>
span { border-color: #B13F0D; }
span { border-color: rgb(177,63,13); }
td.TdClassName
{
border-color: #B13F0D;
}
.TagClassName
{
border-color: #B13F0D;
}
</style>