Shades of Rust #B14008
Tints of Rust #B14008
RGB
CMYK
RGB Variations
Color information
#B14008 (or 0xB14008) is known color: Rust. HEX triplet: B1, 40 and 08. RGB value is (177,64,8). Sum of RGB (Red+Green+Blue) = 177+64+8=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B14008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14008 is #4EBFF7. Grayscale: #5B5B5B. Windows color (decimal): -5160952 or 540849. OLE color: 540849.
HSL color Cylindrical-coordinate representation of color #B14008: hue angle of 19.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14008 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.31 |
| HSL | 19.88º | 0.91% | 0.36% | - |
| HSV(B) | 19.88º | 0.95% | 0.69% | - |
| XYZ | 20.01 | 13.03 | 1.69 | - |
| YUV | 91.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 8 | 0 | 0.64 | 0.95 | 0.31 | 19.88 | 0.91 | 0.36 |
| Hex | B1 | 40 | 8 | 0 | 40 | 5F | 1F | 14 | 5B | 24 |
| Octal | 261 | 100 | 10 | 0 | 100 | 137 | 37 | 24 | 133 | 44 |
| Binary | 10110001 | 1000000 | 1000 | 0 | 1000000 | 1011111 | 11111 | 10100 | 1011011 | 100100 |
Color Harmonies of #B14008
Complementary color
Monochromatic Colors of #B14008
Black with #B14008
Text Example
Text Example
White with #B14008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14008; }
p { color: rgb(177,64,8); }
H1.HeaderClassName
{
color: #B14008;
}
.AnyTagClassName
{
color: #B14008;
}
</style>
background-color css
<style>
a { background-color: #B14008; }
a { background-color: rgb(177,64,8); }
div.DivClassName
{
background-color: #B14008;
}
.BgClassName
{
background-color: #B14008;
}
</style>
border-color css
<style>
span { border-color: #B14008; }
span { border-color: rgb(177,64,8); }
td.TdClassName
{
border-color: #B14008;
}
.TagClassName
{
border-color: #B14008;
}
</style>