Shades of Rust #B14718
Tints of Rust #B14718
RGB
CMYK
RGB Variations
Color information
#B14718 (or 0xB14718) is known color: Rust. HEX triplet: B1, 47 and 18. RGB value is (177,71,24). Sum of RGB (Red+Green+Blue) = 177+71+24=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B14718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14718 is #4EB8E7. Grayscale: #616161. Windows color (decimal): -5159144 or 1591217. OLE color: 1591217.
HSL color Cylindrical-coordinate representation of color #B14718: hue angle of 18.43º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B14718 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 24 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.31 |
| HSL | 18.43º | 0.76% | 0.39% | - |
| HSV(B) | 18.43º | 0.86% | 0.69% | - |
| XYZ | 20.55 | 13.92 | 2.47 | - |
| YUV | 97.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 24 | 0 | 0.60 | 0.86 | 0.31 | 18.43 | 0.76 | 0.39 |
| Hex | B1 | 47 | 18 | 0 | 3C | 56 | 1F | 12 | 4C | 27 |
| Octal | 261 | 107 | 30 | 0 | 74 | 126 | 37 | 22 | 114 | 47 |
| Binary | 10110001 | 1000111 | 11000 | 0 | 111100 | 1010110 | 11111 | 10010 | 1001100 | 100111 |
Color Harmonies of #B14718
Complementary color
Monochromatic Colors of #B14718
Black with #B14718
Text Example
Text Example
White with #B14718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14718; }
p { color: rgb(177,71,24); }
H1.HeaderClassName
{
color: #B14718;
}
.AnyTagClassName
{
color: #B14718;
}
</style>
background-color css
<style>
a { background-color: #B14718; }
a { background-color: rgb(177,71,24); }
div.DivClassName
{
background-color: #B14718;
}
.BgClassName
{
background-color: #B14718;
}
</style>
border-color css
<style>
span { border-color: #B14718; }
span { border-color: rgb(177,71,24); }
td.TdClassName
{
border-color: #B14718;
}
.TagClassName
{
border-color: #B14718;
}
</style>