Shades of Rust #B93710
Tints of Rust #B93710
RGB
CMYK
RGB Variations
Color information
#B93710 (or 0xB93710) is known color: Rust. HEX triplet: B9, 37 and 10. RGB value is (185,55,16). Sum of RGB (Red+Green+Blue) = 185+55+16=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93710 is #46C8EF. Grayscale: #595959. Windows color (decimal): -4638960 or 1062841. OLE color: 1062841.
HSL color Cylindrical-coordinate representation of color #B93710: hue angle of 13.85º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93710 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.27 |
| HSL | 13.85º | 0.84% | 0.39% | - |
| HSV(B) | 13.85º | 0.91% | 0.73% | - |
| XYZ | 21.47 | 13.08 | 1.88 | - |
| YUV | 89.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 16 | 0 | 0.70 | 0.91 | 0.27 | 13.85 | 0.84 | 0.39 |
| Hex | B9 | 37 | 10 | 0 | 46 | 5B | 1B | E | 54 | 27 |
| Octal | 271 | 67 | 20 | 0 | 106 | 133 | 33 | 16 | 124 | 47 |
| Binary | 10111001 | 110111 | 10000 | 0 | 1000110 | 1011011 | 11011 | 1110 | 1010100 | 100111 |
Color Harmonies of #B93710
Complementary color
Monochromatic Colors of #B93710
Black with #B93710
Text Example
Text Example
White with #B93710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93710; }
p { color: rgb(185,55,16); }
H1.HeaderClassName
{
color: #B93710;
}
.AnyTagClassName
{
color: #B93710;
}
</style>
background-color css
<style>
a { background-color: #B93710; }
a { background-color: rgb(185,55,16); }
div.DivClassName
{
background-color: #B93710;
}
.BgClassName
{
background-color: #B93710;
}
</style>
border-color css
<style>
span { border-color: #B93710; }
span { border-color: rgb(185,55,16); }
td.TdClassName
{
border-color: #B93710;
}
.TagClassName
{
border-color: #B93710;
}
</style>