Shades of Rust #B94800
Tints of Rust #B94800
RGB
CMYK
RGB Variations
Color information
#B94800 (or 0xB94800) is known color: Rust. HEX triplet: B9, 48 and 00. RGB value is (185,72,0). Sum of RGB (Red+Green+Blue) = 185+72+0=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94800 is #46B7FF. Grayscale: #616161. Windows color (decimal): -4634624 or 18617. OLE color: 18617.
HSL color Cylindrical-coordinate representation of color #B94800: hue angle of 23.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B94800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.27 |
| HSL | 23.35º | 1% | 0.36% | - |
| HSV(B) | 23.35º | 1% | 0.73% | - |
| XYZ | 22.32 | 14.95 | 1.71 | - |
| YUV | 97.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 0 | 0 | 0.61 | 1 | 0.27 | 23.35 | 1 | 0.36 |
| Hex | B9 | 48 | 0 | 0 | 3D | 64 | 1B | 17 | 64 | 24 |
| Octal | 271 | 110 | 0 | 0 | 75 | 144 | 33 | 27 | 144 | 44 |
| Binary | 10111001 | 1001000 | 0 | 0 | 111101 | 1100100 | 11011 | 10111 | 1100100 | 100100 |
Color Harmonies of #B94800
Complementary color
Monochromatic Colors of #B94800
Black with #B94800
Text Example
Text Example
White with #B94800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94800; }
p { color: rgb(185,72,0); }
H1.HeaderClassName
{
color: #B94800;
}
.AnyTagClassName
{
color: #B94800;
}
</style>
background-color css
<style>
a { background-color: #B94800; }
a { background-color: rgb(185,72,0); }
div.DivClassName
{
background-color: #B94800;
}
.BgClassName
{
background-color: #B94800;
}
</style>
border-color css
<style>
span { border-color: #B94800; }
span { border-color: rgb(185,72,0); }
td.TdClassName
{
border-color: #B94800;
}
.TagClassName
{
border-color: #B94800;
}
</style>