Shades of Rust #B14503
Tints of Rust #B14503
RGB
CMYK
RGB Variations
Color information
#B14503 (or 0xB14503) is known color: Rust. HEX triplet: B1, 45 and 03. RGB value is (177,69,3). Sum of RGB (Red+Green+Blue) = 177+69+3=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14503 is #4EBAFC. Grayscale: #5E5E5E. Windows color (decimal): -5159677 or 214449. OLE color: 214449.
HSL color Cylindrical-coordinate representation of color #B14503: hue angle of 22.76º 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 #B14503 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.31 |
| HSL | 22.76º | 0.97% | 0.35% | - |
| HSV(B) | 22.76º | 0.98% | 0.69% | - |
| XYZ | 20.28 | 13.61 | 1.64 | - |
| YUV | 93.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 3 | 0 | 0.61 | 0.98 | 0.31 | 22.76 | 0.97 | 0.35 |
| Hex | B1 | 45 | 3 | 0 | 3D | 62 | 1F | 17 | 61 | 23 |
| Octal | 261 | 105 | 3 | 0 | 75 | 142 | 37 | 27 | 141 | 43 |
| Binary | 10110001 | 1000101 | 11 | 0 | 111101 | 1100010 | 11111 | 10111 | 1100001 | 100011 |
Color Harmonies of #B14503
Complementary color
Monochromatic Colors of #B14503
Black with #B14503
Text Example
Text Example
White with #B14503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14503; }
p { color: rgb(177,69,3); }
H1.HeaderClassName
{
color: #B14503;
}
.AnyTagClassName
{
color: #B14503;
}
</style>
background-color css
<style>
a { background-color: #B14503; }
a { background-color: rgb(177,69,3); }
div.DivClassName
{
background-color: #B14503;
}
.BgClassName
{
background-color: #B14503;
}
</style>
border-color css
<style>
span { border-color: #B14503; }
span { border-color: rgb(177,69,3); }
td.TdClassName
{
border-color: #B14503;
}
.TagClassName
{
border-color: #B14503;
}
</style>