Shades of Rust #B93109
Tints of Rust #B93109
RGB
CMYK
RGB Variations
Color information
#B93109 (or 0xB93109) is known color: Rust. HEX triplet: B9, 31 and 09. RGB value is (185,49,9). Sum of RGB (Red+Green+Blue) = 185+49+9=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B93109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93109 is #46CEF6. Grayscale: #555555. Windows color (decimal): -4640503 or 602553. OLE color: 602553.
HSL color Cylindrical-coordinate representation of color #B93109: hue angle of 13.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B93109 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.27 |
| HSL | 13.64º | 0.91% | 0.38% | - |
| HSV(B) | 13.64º | 0.95% | 0.73% | - |
| XYZ | 21.16 | 12.53 | 1.56 | - |
| YUV | 85.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 9 | 0 | 0.74 | 0.95 | 0.27 | 13.64 | 0.91 | 0.38 |
| Hex | B9 | 31 | 9 | 0 | 4A | 5F | 1B | E | 5B | 26 |
| Octal | 271 | 61 | 11 | 0 | 112 | 137 | 33 | 16 | 133 | 46 |
| Binary | 10111001 | 110001 | 1001 | 0 | 1001010 | 1011111 | 11011 | 1110 | 1011011 | 100110 |
Color Harmonies of #B93109
Complementary color
Monochromatic Colors of #B93109
Black with #B93109
Text Example
Text Example
White with #B93109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93109; }
p { color: rgb(185,49,9); }
H1.HeaderClassName
{
color: #B93109;
}
.AnyTagClassName
{
color: #B93109;
}
</style>
background-color css
<style>
a { background-color: #B93109; }
a { background-color: rgb(185,49,9); }
div.DivClassName
{
background-color: #B93109;
}
.BgClassName
{
background-color: #B93109;
}
</style>
border-color css
<style>
span { border-color: #B93109; }
span { border-color: rgb(185,49,9); }
td.TdClassName
{
border-color: #B93109;
}
.TagClassName
{
border-color: #B93109;
}
</style>