Shades of Rust #B94504
Tints of Rust #B94504
RGB
CMYK
RGB Variations
Color information
#B94504 (or 0xB94504) is known color: Rust. HEX triplet: B9, 45 and 04. RGB value is (185,69,4). Sum of RGB (Red+Green+Blue) = 185+69+4=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B94504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94504 is #46BAFB. Grayscale: #606060. Windows color (decimal): -4635388 or 279993. OLE color: 279993.
HSL color Cylindrical-coordinate representation of color #B94504: hue angle of 21.55º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B94504 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.27 |
| HSL | 21.55º | 0.96% | 0.37% | - |
| HSV(B) | 21.55º | 0.98% | 0.73% | - |
| XYZ | 22.16 | 14.58 | 1.76 | - |
| YUV | 96.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 4 | 0 | 0.63 | 0.98 | 0.27 | 21.55 | 0.96 | 0.37 |
| Hex | B9 | 45 | 4 | 0 | 3F | 62 | 1B | 16 | 60 | 25 |
| Octal | 271 | 105 | 4 | 0 | 77 | 142 | 33 | 26 | 140 | 45 |
| Binary | 10111001 | 1000101 | 100 | 0 | 111111 | 1100010 | 11011 | 10110 | 1100000 | 100101 |
Color Harmonies of #B94504
Complementary color
Monochromatic Colors of #B94504
Black with #B94504
Text Example
Text Example
White with #B94504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94504; }
p { color: rgb(185,69,4); }
H1.HeaderClassName
{
color: #B94504;
}
.AnyTagClassName
{
color: #B94504;
}
</style>
background-color css
<style>
a { background-color: #B94504; }
a { background-color: rgb(185,69,4); }
div.DivClassName
{
background-color: #B94504;
}
.BgClassName
{
background-color: #B94504;
}
</style>
border-color css
<style>
span { border-color: #B94504; }
span { border-color: rgb(185,69,4); }
td.TdClassName
{
border-color: #B94504;
}
.TagClassName
{
border-color: #B94504;
}
</style>