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