Shades of Rust #B14219
Tints of Rust #B14219
RGB
CMYK
RGB Variations
Color information
#B14219 (or 0xB14219) is known color: Rust. HEX triplet: B1, 42 and 19. RGB value is (177,66,25). Sum of RGB (Red+Green+Blue) = 177+66+25=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14219 is #4EBDE6. Grayscale: #5E5E5E. Windows color (decimal): -5160423 or 1655473. OLE color: 1655473.
HSL color Cylindrical-coordinate representation of color #B14219: hue angle of 16.18º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B14219 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.31 |
| HSL | 16.18º | 0.75% | 0.4% | - |
| HSV(B) | 16.18º | 0.86% | 0.69% | - |
| XYZ | 20.26 | 13.31 | 2.42 | - |
| YUV | 94.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 25 | 0 | 0.63 | 0.86 | 0.31 | 16.18 | 0.75 | 0.4 |
| Hex | B1 | 42 | 19 | 0 | 3F | 56 | 1F | 10 | 4B | 28 |
| Octal | 261 | 102 | 31 | 0 | 77 | 126 | 37 | 20 | 113 | 50 |
| Binary | 10110001 | 1000010 | 11001 | 0 | 111111 | 1010110 | 11111 | 10000 | 1001011 | 101000 |
Color Harmonies of #B14219
Complementary color
Monochromatic Colors of #B14219
Black with #B14219
Text Example
Text Example
White with #B14219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14219; }
p { color: rgb(177,66,25); }
H1.HeaderClassName
{
color: #B14219;
}
.AnyTagClassName
{
color: #B14219;
}
</style>
background-color css
<style>
a { background-color: #B14219; }
a { background-color: rgb(177,66,25); }
div.DivClassName
{
background-color: #B14219;
}
.BgClassName
{
background-color: #B14219;
}
</style>
border-color css
<style>
span { border-color: #B14219; }
span { border-color: rgb(177,66,25); }
td.TdClassName
{
border-color: #B14219;
}
.TagClassName
{
border-color: #B14219;
}
</style>