Shades of Rust #B13817
Tints of Rust #B13817
RGB
CMYK
RGB Variations
Color information
#B13817 (or 0xB13817) is known color: Rust. HEX triplet: B1, 38 and 17. RGB value is (177,56,23). Sum of RGB (Red+Green+Blue) = 177+56+23=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B13817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13817 is #4EC7E8. Grayscale: #585858. Windows color (decimal): -5162985 or 1521841. OLE color: 1521841.
HSL color Cylindrical-coordinate representation of color #B13817: hue angle of 12.86º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B13817 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 23 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.31 |
| HSL | 12.86º | 0.77% | 0.39% | - |
| HSV(B) | 12.86º | 0.87% | 0.69% | - |
| XYZ | 19.7 | 12.24 | 2.13 | - |
| YUV | 88.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 23 | 0 | 0.68 | 0.87 | 0.31 | 12.86 | 0.77 | 0.39 |
| Hex | B1 | 38 | 17 | 0 | 44 | 57 | 1F | D | 4D | 27 |
| Octal | 261 | 70 | 27 | 0 | 104 | 127 | 37 | 15 | 115 | 47 |
| Binary | 10110001 | 111000 | 10111 | 0 | 1000100 | 1010111 | 11111 | 1101 | 1001101 | 100111 |
Color Harmonies of #B13817
Complementary color
Monochromatic Colors of #B13817
Black with #B13817
Text Example
Text Example
White with #B13817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13817; }
p { color: rgb(177,56,23); }
H1.HeaderClassName
{
color: #B13817;
}
.AnyTagClassName
{
color: #B13817;
}
</style>
background-color css
<style>
a { background-color: #B13817; }
a { background-color: rgb(177,56,23); }
div.DivClassName
{
background-color: #B13817;
}
.BgClassName
{
background-color: #B13817;
}
</style>
border-color css
<style>
span { border-color: #B13817; }
span { border-color: rgb(177,56,23); }
td.TdClassName
{
border-color: #B13817;
}
.TagClassName
{
border-color: #B13817;
}
</style>