Shades of Rust #B93510
Tints of Rust #B93510
RGB
CMYK
RGB Variations
Color information
#B93510 (or 0xB93510) is known color: Rust. HEX triplet: B9, 35 and 10. RGB value is (185,53,16). Sum of RGB (Red+Green+Blue) = 185+53+16=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B93510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93510 is #46CAEF. Grayscale: #585858. Windows color (decimal): -4639472 or 1062329. OLE color: 1062329.
HSL color Cylindrical-coordinate representation of color #B93510: hue angle of 13.14º 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 #B93510 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 16 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.27 |
| HSL | 13.14º | 0.84% | 0.39% | - |
| HSV(B) | 13.14º | 0.91% | 0.73% | - |
| XYZ | 21.37 | 12.9 | 1.85 | - |
| YUV | 88.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 16 | 0 | 0.71 | 0.91 | 0.27 | 13.14 | 0.84 | 0.39 |
| Hex | B9 | 35 | 10 | 0 | 47 | 5B | 1B | D | 54 | 27 |
| Octal | 271 | 65 | 20 | 0 | 107 | 133 | 33 | 15 | 124 | 47 |
| Binary | 10111001 | 110101 | 10000 | 0 | 1000111 | 1011011 | 11011 | 1101 | 1010100 | 100111 |
Color Harmonies of #B93510
Complementary color
Monochromatic Colors of #B93510
Black with #B93510
Text Example
Text Example
White with #B93510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93510; }
p { color: rgb(185,53,16); }
H1.HeaderClassName
{
color: #B93510;
}
.AnyTagClassName
{
color: #B93510;
}
</style>
background-color css
<style>
a { background-color: #B93510; }
a { background-color: rgb(185,53,16); }
div.DivClassName
{
background-color: #B93510;
}
.BgClassName
{
background-color: #B93510;
}
</style>
border-color css
<style>
span { border-color: #B93510; }
span { border-color: rgb(185,53,16); }
td.TdClassName
{
border-color: #B93510;
}
.TagClassName
{
border-color: #B93510;
}
</style>