Shades of Rust #B93709
Tints of Rust #B93709
RGB
CMYK
RGB Variations
Color information
#B93709 (or 0xB93709) is known color: Rust. HEX triplet: B9, 37 and 09. RGB value is (185,55,9). Sum of RGB (Red+Green+Blue) = 185+55+9=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B93709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93709 is #46C8F6. Grayscale: #585858. Windows color (decimal): -4638967 or 604089. OLE color: 604089.
HSL color Cylindrical-coordinate representation of color #B93709: hue angle of 15.68º 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 #B93709 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.27 |
| HSL | 15.68º | 0.91% | 0.38% | - |
| HSV(B) | 15.68º | 0.95% | 0.73% | - |
| XYZ | 21.42 | 13.07 | 1.65 | - |
| YUV | 88.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 9 | 0 | 0.70 | 0.95 | 0.27 | 15.68 | 0.91 | 0.38 |
| Hex | B9 | 37 | 9 | 0 | 46 | 5F | 1B | 10 | 5B | 26 |
| Octal | 271 | 67 | 11 | 0 | 106 | 137 | 33 | 20 | 133 | 46 |
| Binary | 10111001 | 110111 | 1001 | 0 | 1000110 | 1011111 | 11011 | 10000 | 1011011 | 100110 |
Color Harmonies of #B93709
Complementary color
Monochromatic Colors of #B93709
Black with #B93709
Text Example
Text Example
White with #B93709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93709; }
p { color: rgb(185,55,9); }
H1.HeaderClassName
{
color: #B93709;
}
.AnyTagClassName
{
color: #B93709;
}
</style>
background-color css
<style>
a { background-color: #B93709; }
a { background-color: rgb(185,55,9); }
div.DivClassName
{
background-color: #B93709;
}
.BgClassName
{
background-color: #B93709;
}
</style>
border-color css
<style>
span { border-color: #B93709; }
span { border-color: rgb(185,55,9); }
td.TdClassName
{
border-color: #B93709;
}
.TagClassName
{
border-color: #B93709;
}
</style>