Shades of Rust #B14D09
Tints of Rust #B14D09
RGB
CMYK
RGB Variations
Color information
#B14D09 (or 0xB14D09) is known color: Rust. HEX triplet: B1, 4D and 09. RGB value is (177,77,9). Sum of RGB (Red+Green+Blue) = 177+77+9=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D09 is #4EB2F6. Grayscale: #636363. Windows color (decimal): -5157623 or 609713. OLE color: 609713.
HSL color Cylindrical-coordinate representation of color #B14D09: hue angle of 24.29º degrees, saturation: 0.9, 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 #B14D09 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 9 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.31 |
| HSL | 24.29º | 0.9% | 0.36% | - |
| HSV(B) | 24.29º | 0.95% | 0.69% | - |
| XYZ | 20.83 | 14.67 | 1.99 | - |
| YUV | 99.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 9 | 0 | 0.56 | 0.95 | 0.31 | 24.29 | 0.9 | 0.36 |
| Hex | B1 | 4D | 9 | 0 | 38 | 5F | 1F | 18 | 5A | 24 |
| Octal | 261 | 115 | 11 | 0 | 70 | 137 | 37 | 30 | 132 | 44 |
| Binary | 10110001 | 1001101 | 1001 | 0 | 111000 | 1011111 | 11111 | 11000 | 1011010 | 100100 |
Color Harmonies of #B14D09
Complementary color
Monochromatic Colors of #B14D09
Black with #B14D09
Text Example
Text Example
White with #B14D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D09; }
p { color: rgb(177,77,9); }
H1.HeaderClassName
{
color: #B14D09;
}
.AnyTagClassName
{
color: #B14D09;
}
</style>
background-color css
<style>
a { background-color: #B14D09; }
a { background-color: rgb(177,77,9); }
div.DivClassName
{
background-color: #B14D09;
}
.BgClassName
{
background-color: #B14D09;
}
</style>
border-color css
<style>
span { border-color: #B14D09; }
span { border-color: rgb(177,77,9); }
td.TdClassName
{
border-color: #B14D09;
}
.TagClassName
{
border-color: #B14D09;
}
</style>