Shades of Rust #B94F03
Tints of Rust #B94F03
RGB
CMYK
RGB Variations
Color information
#B94F03 (or 0xB94F03) is known color: Rust. HEX triplet: B9, 4F and 03. RGB value is (185,79,3). Sum of RGB (Red+Green+Blue) = 185+79+3=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F03 is #46B0FC. Grayscale: #666666. Windows color (decimal): -4632829 or 217017. OLE color: 217017.
HSL color Cylindrical-coordinate representation of color #B94F03: hue angle of 25.05º degrees, saturation: 0.97, 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 #B94F03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.27 |
| HSL | 25.05º | 0.97% | 0.37% | - |
| HSV(B) | 25.05º | 0.98% | 0.73% | - |
| XYZ | 22.82 | 15.91 | 1.95 | - |
| YUV | 102.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 3 | 0 | 0.57 | 0.98 | 0.27 | 25.05 | 0.97 | 0.37 |
| Hex | B9 | 4F | 3 | 0 | 39 | 62 | 1B | 19 | 61 | 25 |
| Octal | 271 | 117 | 3 | 0 | 71 | 142 | 33 | 31 | 141 | 45 |
| Binary | 10111001 | 1001111 | 11 | 0 | 111001 | 1100010 | 11011 | 11001 | 1100001 | 100101 |
Color Harmonies of #B94F03
Complementary color
Monochromatic Colors of #B94F03
Black with #B94F03
Text Example
Text Example
White with #B94F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F03; }
p { color: rgb(185,79,3); }
H1.HeaderClassName
{
color: #B94F03;
}
.AnyTagClassName
{
color: #B94F03;
}
</style>
background-color css
<style>
a { background-color: #B94F03; }
a { background-color: rgb(185,79,3); }
div.DivClassName
{
background-color: #B94F03;
}
.BgClassName
{
background-color: #B94F03;
}
</style>
border-color css
<style>
span { border-color: #B94F03; }
span { border-color: rgb(185,79,3); }
td.TdClassName
{
border-color: #B94F03;
}
.TagClassName
{
border-color: #B94F03;
}
</style>