Shades of Rust #B14800
Tints of Rust #B14800
RGB
CMYK
RGB Variations
Color information
#B14800 (or 0xB14800) is known color: Rust. HEX triplet: B1, 48 and 00. RGB value is (177,72,0). Sum of RGB (Red+Green+Blue) = 177+72+0=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14800 is #4EB7FF. Grayscale: #5F5F5F. Windows color (decimal): -5158912 or 18609. OLE color: 18609.
HSL color Cylindrical-coordinate representation of color #B14800: hue angle of 24.41º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B14800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.31 |
| HSL | 24.41º | 1% | 0.35% | - |
| HSV(B) | 24.41º | 1% | 0.69% | - |
| XYZ | 20.45 | 13.98 | 1.62 | - |
| YUV | 95.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 0 | 0 | 0.59 | 1 | 0.31 | 24.41 | 1 | 0.35 |
| Hex | B1 | 48 | 0 | 0 | 3B | 64 | 1F | 18 | 64 | 23 |
| Octal | 261 | 110 | 0 | 0 | 73 | 144 | 37 | 30 | 144 | 43 |
| Binary | 10110001 | 1001000 | 0 | 0 | 111011 | 1100100 | 11111 | 11000 | 1100100 | 100011 |
Color Harmonies of #B14800
Complementary color
Monochromatic Colors of #B14800
Black with #B14800
Text Example
Text Example
White with #B14800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14800; }
p { color: rgb(177,72,0); }
H1.HeaderClassName
{
color: #B14800;
}
.AnyTagClassName
{
color: #B14800;
}
</style>
background-color css
<style>
a { background-color: #B14800; }
a { background-color: rgb(177,72,0); }
div.DivClassName
{
background-color: #B14800;
}
.BgClassName
{
background-color: #B14800;
}
</style>
border-color css
<style>
span { border-color: #B14800; }
span { border-color: rgb(177,72,0); }
td.TdClassName
{
border-color: #B14800;
}
.TagClassName
{
border-color: #B14800;
}
</style>