Shades of Rust #B9350F
Tints of Rust #B9350F
RGB
CMYK
RGB Variations
Color information
#B9350F (or 0xB9350F) is known color: Rust. HEX triplet: B9, 35 and 0F. RGB value is (185,53,15). Sum of RGB (Red+Green+Blue) = 185+53+15=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9350F is #46CAF0. Grayscale: #585858. Windows color (decimal): -4639473 or 996793. OLE color: 996793.
HSL color Cylindrical-coordinate representation of color #B9350F: hue angle of 13.41º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9350F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.27 |
| HSL | 13.41º | 0.85% | 0.39% | - |
| HSV(B) | 13.41º | 0.92% | 0.73% | - |
| XYZ | 21.37 | 12.89 | 1.81 | - |
| YUV | 88.14 | 86.73 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 15 | 0 | 0.71 | 0.92 | 0.27 | 13.41 | 0.85 | 0.39 |
| Hex | B9 | 35 | F | 0 | 47 | 5C | 1B | D | 55 | 27 |
| Octal | 271 | 65 | 17 | 0 | 107 | 134 | 33 | 15 | 125 | 47 |
| Binary | 10111001 | 110101 | 1111 | 0 | 1000111 | 1011100 | 11011 | 1101 | 1010101 | 100111 |
Color Harmonies of #B9350F
Complementary color
Monochromatic Colors of #B9350F
Black with #B9350F
Text Example
Text Example
White with #B9350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9350F; }
p { color: rgb(185,53,15); }
H1.HeaderClassName
{
color: #B9350F;
}
.AnyTagClassName
{
color: #B9350F;
}
</style>
background-color css
<style>
a { background-color: #B9350F; }
a { background-color: rgb(185,53,15); }
div.DivClassName
{
background-color: #B9350F;
}
.BgClassName
{
background-color: #B9350F;
}
</style>
border-color css
<style>
span { border-color: #B9350F; }
span { border-color: rgb(185,53,15); }
td.TdClassName
{
border-color: #B9350F;
}
.TagClassName
{
border-color: #B9350F;
}
</style>