Shades of Rust #B9501C
Tints of Rust #B9501C
RGB
CMYK
RGB Variations
Color information
#B9501C (or 0xB9501C) is known color: Rust. HEX triplet: B9, 50 and 1C. RGB value is (185,80,28). Sum of RGB (Red+Green+Blue) = 185+80+28=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9501C is #46AFE3. Grayscale: #696969. Windows color (decimal): -4632548 or 1855673. OLE color: 1855673.
HSL color Cylindrical-coordinate representation of color #B9501C: hue angle of 19.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9501C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.27 |
| HSL | 19.87º | 0.74% | 0.42% | - |
| HSV(B) | 19.87º | 0.85% | 0.73% | - |
| XYZ | 23.09 | 16.14 | 3 | - |
| YUV | 105.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 28 | 0 | 0.57 | 0.85 | 0.27 | 19.87 | 0.74 | 0.42 |
| Hex | B9 | 50 | 1C | 0 | 39 | 55 | 1B | 14 | 4A | 2A |
| Octal | 271 | 120 | 34 | 0 | 71 | 125 | 33 | 24 | 112 | 52 |
| Binary | 10111001 | 1010000 | 11100 | 0 | 111001 | 1010101 | 11011 | 10100 | 1001010 | 101010 |
Color Harmonies of #B9501C
Complementary color
Monochromatic Colors of #B9501C
Black with #B9501C
Text Example
Text Example
White with #B9501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9501C; }
p { color: rgb(185,80,28); }
H1.HeaderClassName
{
color: #B9501C;
}
.AnyTagClassName
{
color: #B9501C;
}
</style>
background-color css
<style>
a { background-color: #B9501C; }
a { background-color: rgb(185,80,28); }
div.DivClassName
{
background-color: #B9501C;
}
.BgClassName
{
background-color: #B9501C;
}
</style>
border-color css
<style>
span { border-color: #B9501C; }
span { border-color: rgb(185,80,28); }
td.TdClassName
{
border-color: #B9501C;
}
.TagClassName
{
border-color: #B9501C;
}
</style>