Shades of Rust #B14320
Tints of Rust #B14320
RGB
CMYK
RGB Variations
Color information
#B14320 (or 0xB14320) is known color: Rust. HEX triplet: B1, 43 and 20. RGB value is (177,67,32). Sum of RGB (Red+Green+Blue) = 177+67+32=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B14320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14320 is #4EBCDF. Grayscale: #606060. Windows color (decimal): -5160160 or 2114481. OLE color: 2114481.
HSL color Cylindrical-coordinate representation of color #B14320: hue angle of 14.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B14320 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 32 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.31 |
| HSL | 14.48º | 0.69% | 0.41% | - |
| HSV(B) | 14.48º | 0.82% | 0.69% | - |
| XYZ | 20.4 | 13.47 | 2.89 | - |
| YUV | 95.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 32 | 0 | 0.62 | 0.82 | 0.31 | 14.48 | 0.69 | 0.41 |
| Hex | B1 | 43 | 20 | 0 | 3E | 52 | 1F | E | 45 | 29 |
| Octal | 261 | 103 | 40 | 0 | 76 | 122 | 37 | 16 | 105 | 51 |
| Binary | 10110001 | 1000011 | 100000 | 0 | 111110 | 1010010 | 11111 | 1110 | 1000101 | 101001 |
Color Harmonies of #B14320
Complementary color
Monochromatic Colors of #B14320
Black with #B14320
Text Example
Text Example
White with #B14320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14320; }
p { color: rgb(177,67,32); }
H1.HeaderClassName
{
color: #B14320;
}
.AnyTagClassName
{
color: #B14320;
}
</style>
background-color css
<style>
a { background-color: #B14320; }
a { background-color: rgb(177,67,32); }
div.DivClassName
{
background-color: #B14320;
}
.BgClassName
{
background-color: #B14320;
}
</style>
border-color css
<style>
span { border-color: #B14320; }
span { border-color: rgb(177,67,32); }
td.TdClassName
{
border-color: #B14320;
}
.TagClassName
{
border-color: #B14320;
}
</style>