Shades of Rust #B14309
Tints of Rust #B14309
RGB
CMYK
RGB Variations
Color information
#B14309 (or 0xB14309) is known color: Rust. HEX triplet: B1, 43 and 09. RGB value is (177,67,9). Sum of RGB (Red+Green+Blue) = 177+67+9=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B14309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14309 is #4EBCF6. Grayscale: #5D5D5D. Windows color (decimal): -5160183 or 607153. OLE color: 607153.
HSL color Cylindrical-coordinate representation of color #B14309: hue angle of 20.71º 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 #B14309 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 20.71º | 0.9% | 0.36% | - |
| HSV(B) | 20.71º | 0.95% | 0.69% | - |
| XYZ | 20.19 | 13.38 | 1.78 | - |
| YUV | 93.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 9 | 0 | 0.62 | 0.95 | 0.31 | 20.71 | 0.9 | 0.36 |
| Hex | B1 | 43 | 9 | 0 | 3E | 5F | 1F | 15 | 5A | 24 |
| Octal | 261 | 103 | 11 | 0 | 76 | 137 | 37 | 25 | 132 | 44 |
| Binary | 10110001 | 1000011 | 1001 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011010 | 100100 |
Color Harmonies of #B14309
Complementary color
Monochromatic Colors of #B14309
Black with #B14309
Text Example
Text Example
White with #B14309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14309; }
p { color: rgb(177,67,9); }
H1.HeaderClassName
{
color: #B14309;
}
.AnyTagClassName
{
color: #B14309;
}
</style>
background-color css
<style>
a { background-color: #B14309; }
a { background-color: rgb(177,67,9); }
div.DivClassName
{
background-color: #B14309;
}
.BgClassName
{
background-color: #B14309;
}
</style>
border-color css
<style>
span { border-color: #B14309; }
span { border-color: rgb(177,67,9); }
td.TdClassName
{
border-color: #B14309;
}
.TagClassName
{
border-color: #B14309;
}
</style>