Shades of Rust #B14903
Tints of Rust #B14903
RGB
CMYK
RGB Variations
Color information
#B14903 (or 0xB14903) is known color: Rust. HEX triplet: B1, 49 and 03. RGB value is (177,73,3). Sum of RGB (Red+Green+Blue) = 177+73+3=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B14903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14903 is #4EB6FC. Grayscale: #606060. Windows color (decimal): -5158653 or 215473. OLE color: 215473.
HSL color Cylindrical-coordinate representation of color #B14903: hue angle of 24.14º degrees, saturation: 0.97, 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 #B14903 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 3 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.31 |
| HSL | 24.14º | 0.97% | 0.35% | - |
| HSV(B) | 24.14º | 0.98% | 0.69% | - |
| XYZ | 20.53 | 14.12 | 1.73 | - |
| YUV | 96.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 3 | 0 | 0.59 | 0.98 | 0.31 | 24.14 | 0.97 | 0.35 |
| Hex | B1 | 49 | 3 | 0 | 3B | 62 | 1F | 18 | 61 | 23 |
| Octal | 261 | 111 | 3 | 0 | 73 | 142 | 37 | 30 | 141 | 43 |
| Binary | 10110001 | 1001001 | 11 | 0 | 111011 | 1100010 | 11111 | 11000 | 1100001 | 100011 |
Color Harmonies of #B14903
Complementary color
Monochromatic Colors of #B14903
Black with #B14903
Text Example
Text Example
White with #B14903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14903; }
p { color: rgb(177,73,3); }
H1.HeaderClassName
{
color: #B14903;
}
.AnyTagClassName
{
color: #B14903;
}
</style>
background-color css
<style>
a { background-color: #B14903; }
a { background-color: rgb(177,73,3); }
div.DivClassName
{
background-color: #B14903;
}
.BgClassName
{
background-color: #B14903;
}
</style>
border-color css
<style>
span { border-color: #B14903; }
span { border-color: rgb(177,73,3); }
td.TdClassName
{
border-color: #B14903;
}
.TagClassName
{
border-color: #B14903;
}
</style>