Shades of Rust #B94009
Tints of Rust #B94009
RGB
CMYK
RGB Variations
Color information
#B94009 (or 0xB94009) is known color: Rust. HEX triplet: B9, 40 and 09. RGB value is (185,64,9). Sum of RGB (Red+Green+Blue) = 185+64+9=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B94009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94009 is #46BFF6. Grayscale: #5E5E5E. Windows color (decimal): -4636663 or 606393. OLE color: 606393.
HSL color Cylindrical-coordinate representation of color #B94009: hue angle of 18.75º 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 #B94009 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.27 |
| HSL | 18.75º | 0.91% | 0.38% | - |
| HSV(B) | 18.75º | 0.95% | 0.73% | - |
| XYZ | 21.89 | 14 | 1.81 | - |
| YUV | 93.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 9 | 0 | 0.65 | 0.95 | 0.27 | 18.75 | 0.91 | 0.38 |
| Hex | B9 | 40 | 9 | 0 | 41 | 5F | 1B | 13 | 5B | 26 |
| Octal | 271 | 100 | 11 | 0 | 101 | 137 | 33 | 23 | 133 | 46 |
| Binary | 10111001 | 1000000 | 1001 | 0 | 1000001 | 1011111 | 11011 | 10011 | 1011011 | 100110 |
Color Harmonies of #B94009
Complementary color
Monochromatic Colors of #B94009
Black with #B94009
Text Example
Text Example
White with #B94009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94009; }
p { color: rgb(185,64,9); }
H1.HeaderClassName
{
color: #B94009;
}
.AnyTagClassName
{
color: #B94009;
}
</style>
background-color css
<style>
a { background-color: #B94009; }
a { background-color: rgb(185,64,9); }
div.DivClassName
{
background-color: #B94009;
}
.BgClassName
{
background-color: #B94009;
}
</style>
border-color css
<style>
span { border-color: #B94009; }
span { border-color: rgb(185,64,9); }
td.TdClassName
{
border-color: #B94009;
}
.TagClassName
{
border-color: #B94009;
}
</style>