Shades of Rust #B93107
Tints of Rust #B93107
RGB
CMYK
RGB Variations
Color information
#B93107 (or 0xB93107) is known color: Rust. HEX triplet: B9, 31 and 07. RGB value is (185,49,7). Sum of RGB (Red+Green+Blue) = 185+49+7=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93107 is #46CEF8. Grayscale: #555555. Windows color (decimal): -4640505 or 471481. OLE color: 471481.
HSL color Cylindrical-coordinate representation of color #B93107: hue angle of 14.16º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93107 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.27 |
| HSL | 14.16º | 0.93% | 0.38% | - |
| HSV(B) | 14.16º | 0.96% | 0.73% | - |
| XYZ | 21.14 | 12.53 | 1.5 | - |
| YUV | 84.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 7 | 0 | 0.74 | 0.96 | 0.27 | 14.16 | 0.93 | 0.38 |
| Hex | B9 | 31 | 7 | 0 | 4A | 60 | 1B | E | 5D | 26 |
| Octal | 271 | 61 | 7 | 0 | 112 | 140 | 33 | 16 | 135 | 46 |
| Binary | 10111001 | 110001 | 111 | 0 | 1001010 | 1100000 | 11011 | 1110 | 1011101 | 100110 |
Color Harmonies of #B93107
Complementary color
Monochromatic Colors of #B93107
Black with #B93107
Text Example
Text Example
White with #B93107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93107; }
p { color: rgb(185,49,7); }
H1.HeaderClassName
{
color: #B93107;
}
.AnyTagClassName
{
color: #B93107;
}
</style>
background-color css
<style>
a { background-color: #B93107; }
a { background-color: rgb(185,49,7); }
div.DivClassName
{
background-color: #B93107;
}
.BgClassName
{
background-color: #B93107;
}
</style>
border-color css
<style>
span { border-color: #B93107; }
span { border-color: rgb(185,49,7); }
td.TdClassName
{
border-color: #B93107;
}
.TagClassName
{
border-color: #B93107;
}
</style>