Shades of Rust #B14009
Tints of Rust #B14009
RGB
CMYK
RGB Variations
Color information
#B14009 (or 0xB14009) is known color: Rust. HEX triplet: B1, 40 and 09. RGB value is (177,64,9). Sum of RGB (Red+Green+Blue) = 177+64+9=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B14009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14009 is #4EBFF6. Grayscale: #5B5B5B. Windows color (decimal): -5160951 or 606385. OLE color: 606385.
HSL color Cylindrical-coordinate representation of color #B14009: hue angle of 19.64º 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 #B14009 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.31 |
| HSL | 19.64º | 0.9% | 0.36% | - |
| HSV(B) | 19.64º | 0.95% | 0.69% | - |
| XYZ | 20.01 | 13.03 | 1.72 | - |
| YUV | 91.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 9 | 0 | 0.64 | 0.95 | 0.31 | 19.64 | 0.9 | 0.36 |
| Hex | B1 | 40 | 9 | 0 | 40 | 5F | 1F | 14 | 5A | 24 |
| Octal | 261 | 100 | 11 | 0 | 100 | 137 | 37 | 24 | 132 | 44 |
| Binary | 10110001 | 1000000 | 1001 | 0 | 1000000 | 1011111 | 11111 | 10100 | 1011010 | 100100 |
Color Harmonies of #B14009
Complementary color
Monochromatic Colors of #B14009
Black with #B14009
Text Example
Text Example
White with #B14009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14009; }
p { color: rgb(177,64,9); }
H1.HeaderClassName
{
color: #B14009;
}
.AnyTagClassName
{
color: #B14009;
}
</style>
background-color css
<style>
a { background-color: #B14009; }
a { background-color: rgb(177,64,9); }
div.DivClassName
{
background-color: #B14009;
}
.BgClassName
{
background-color: #B14009;
}
</style>
border-color css
<style>
span { border-color: #B14009; }
span { border-color: rgb(177,64,9); }
td.TdClassName
{
border-color: #B14009;
}
.TagClassName
{
border-color: #B14009;
}
</style>