Shades of Rust #B13F09
Tints of Rust #B13F09
RGB
CMYK
RGB Variations
Color information
#B13F09 (or 0xB13F09) is known color: Rust. HEX triplet: B1, 3F and 09. RGB value is (177,63,9). Sum of RGB (Red+Green+Blue) = 177+63+9=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F09 is #4EC0F6. Grayscale: #5B5B5B. Windows color (decimal): -5161207 or 606129. OLE color: 606129.
HSL color Cylindrical-coordinate representation of color #B13F09: hue angle of 19.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B13F09 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.31 |
| HSL | 19.29º | 0.9% | 0.36% | - |
| HSV(B) | 19.29º | 0.95% | 0.69% | - |
| XYZ | 19.96 | 12.92 | 1.7 | - |
| YUV | 90.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 9 | 0 | 0.64 | 0.95 | 0.31 | 19.29 | 0.9 | 0.36 |
| Hex | B1 | 3F | 9 | 0 | 40 | 5F | 1F | 13 | 5A | 24 |
| Octal | 261 | 77 | 11 | 0 | 100 | 137 | 37 | 23 | 132 | 44 |
| Binary | 10110001 | 111111 | 1001 | 0 | 1000000 | 1011111 | 11111 | 10011 | 1011010 | 100100 |
Color Harmonies of #B13F09
Complementary color
Monochromatic Colors of #B13F09
Black with #B13F09
Text Example
Text Example
White with #B13F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F09; }
p { color: rgb(177,63,9); }
H1.HeaderClassName
{
color: #B13F09;
}
.AnyTagClassName
{
color: #B13F09;
}
</style>
background-color css
<style>
a { background-color: #B13F09; }
a { background-color: rgb(177,63,9); }
div.DivClassName
{
background-color: #B13F09;
}
.BgClassName
{
background-color: #B13F09;
}
</style>
border-color css
<style>
span { border-color: #B13F09; }
span { border-color: rgb(177,63,9); }
td.TdClassName
{
border-color: #B13F09;
}
.TagClassName
{
border-color: #B13F09;
}
</style>