Shades of Rust #B93100
Tints of Rust #B93100
RGB
CMYK
RGB Variations
Color information
#B93100 (or 0xB93100) is known color: Rust. HEX triplet: B9, 31 and 00. RGB value is (185,49,0). Sum of RGB (Red+Green+Blue) = 185+49+0=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B93100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93100 is #46CEFF. Grayscale: #545454. Windows color (decimal): -4640512 or 12729. OLE color: 12729.
HSL color Cylindrical-coordinate representation of color #B93100: hue angle of 15.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B93100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.27 |
| HSL | 15.89º | 1% | 0.36% | - |
| HSV(B) | 15.89º | 1% | 0.73% | - |
| XYZ | 21.11 | 12.51 | 1.3 | - |
| YUV | 84.08 | 80.56 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 0 | 0 | 0.74 | 1 | 0.27 | 15.89 | 1 | 0.36 |
| Hex | B9 | 31 | 0 | 0 | 4A | 64 | 1B | 10 | 64 | 24 |
| Octal | 271 | 61 | 0 | 0 | 112 | 144 | 33 | 20 | 144 | 44 |
| Binary | 10111001 | 110001 | 0 | 0 | 1001010 | 1100100 | 11011 | 10000 | 1100100 | 100100 |
Color Harmonies of #B93100
Complementary color
Monochromatic Colors of #B93100
Black with #B93100
Text Example
Text Example
White with #B93100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93100; }
p { color: rgb(185,49,0); }
H1.HeaderClassName
{
color: #B93100;
}
.AnyTagClassName
{
color: #B93100;
}
</style>
background-color css
<style>
a { background-color: #B93100; }
a { background-color: rgb(185,49,0); }
div.DivClassName
{
background-color: #B93100;
}
.BgClassName
{
background-color: #B93100;
}
</style>
border-color css
<style>
span { border-color: #B93100; }
span { border-color: rgb(185,49,0); }
td.TdClassName
{
border-color: #B93100;
}
.TagClassName
{
border-color: #B93100;
}
</style>