Shades of Rust #B14904
Tints of Rust #B14904
RGB
CMYK
RGB Variations
Color information
#B14904 (or 0xB14904) is known color: Rust. HEX triplet: B1, 49 and 04. RGB value is (177,73,4). Sum of RGB (Red+Green+Blue) = 177+73+4=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14904 is #4EB6FB. Grayscale: #606060. Windows color (decimal): -5158652 or 281009. OLE color: 281009.
HSL color Cylindrical-coordinate representation of color #B14904: hue angle of 23.93º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B14904 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.31 |
| HSL | 23.93º | 0.96% | 0.35% | - |
| HSV(B) | 23.93º | 0.98% | 0.69% | - |
| XYZ | 20.54 | 14.12 | 1.76 | - |
| YUV | 96.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 4 | 0 | 0.59 | 0.98 | 0.31 | 23.93 | 0.96 | 0.35 |
| Hex | B1 | 49 | 4 | 0 | 3B | 62 | 1F | 18 | 60 | 23 |
| Octal | 261 | 111 | 4 | 0 | 73 | 142 | 37 | 30 | 140 | 43 |
| Binary | 10110001 | 1001001 | 100 | 0 | 111011 | 1100010 | 11111 | 11000 | 1100000 | 100011 |
Color Harmonies of #B14904
Complementary color
Monochromatic Colors of #B14904
Black with #B14904
Text Example
Text Example
White with #B14904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14904; }
p { color: rgb(177,73,4); }
H1.HeaderClassName
{
color: #B14904;
}
.AnyTagClassName
{
color: #B14904;
}
</style>
background-color css
<style>
a { background-color: #B14904; }
a { background-color: rgb(177,73,4); }
div.DivClassName
{
background-color: #B14904;
}
.BgClassName
{
background-color: #B14904;
}
</style>
border-color css
<style>
span { border-color: #B14904; }
span { border-color: rgb(177,73,4); }
td.TdClassName
{
border-color: #B14904;
}
.TagClassName
{
border-color: #B14904;
}
</style>