Shades of Rust #B94517
Tints of Rust #B94517
RGB
CMYK
RGB Variations
Color information
#B94517 (or 0xB94517) is known color: Rust. HEX triplet: B9, 45 and 17. RGB value is (185,69,23). Sum of RGB (Red+Green+Blue) = 185+69+23=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B94517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94517 is #46BAE8. Grayscale: #626262. Windows color (decimal): -4635369 or 1525177. OLE color: 1525177.
HSL color Cylindrical-coordinate representation of color #B94517: hue angle of 17.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94517 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.27 |
| HSL | 17.04º | 0.78% | 0.41% | - |
| HSV(B) | 17.04º | 0.88% | 0.73% | - |
| XYZ | 22.29 | 14.63 | 2.46 | - |
| YUV | 98.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 23 | 0 | 0.63 | 0.88 | 0.27 | 17.04 | 0.78 | 0.41 |
| Hex | B9 | 45 | 17 | 0 | 3F | 58 | 1B | 11 | 4E | 29 |
| Octal | 271 | 105 | 27 | 0 | 77 | 130 | 33 | 21 | 116 | 51 |
| Binary | 10111001 | 1000101 | 10111 | 0 | 111111 | 1011000 | 11011 | 10001 | 1001110 | 101001 |
Color Harmonies of #B94517
Complementary color
Monochromatic Colors of #B94517
Black with #B94517
Text Example
Text Example
White with #B94517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94517; }
p { color: rgb(185,69,23); }
H1.HeaderClassName
{
color: #B94517;
}
.AnyTagClassName
{
color: #B94517;
}
</style>
background-color css
<style>
a { background-color: #B94517; }
a { background-color: rgb(185,69,23); }
div.DivClassName
{
background-color: #B94517;
}
.BgClassName
{
background-color: #B94517;
}
</style>
border-color css
<style>
span { border-color: #B94517; }
span { border-color: rgb(185,69,23); }
td.TdClassName
{
border-color: #B94517;
}
.TagClassName
{
border-color: #B94517;
}
</style>