Shades of Rust #B1441A
Tints of Rust #B1441A
RGB
CMYK
RGB Variations
Color information
#B1441A (or 0xB1441A) is known color: Rust. HEX triplet: B1, 44 and 1A. RGB value is (177,68,26). Sum of RGB (Red+Green+Blue) = 177+68+26=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1441A is #4EBBE5. Grayscale: #606060. Windows color (decimal): -5159910 or 1721521. OLE color: 1721521.
HSL color Cylindrical-coordinate representation of color #B1441A: hue angle of 16.69º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1441A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 26 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.31 |
| HSL | 16.69º | 0.74% | 0.4% | - |
| HSV(B) | 16.69º | 0.85% | 0.69% | - |
| XYZ | 20.39 | 13.56 | 2.52 | - |
| YUV | 95.8 | 88.61 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 26 | 0 | 0.62 | 0.85 | 0.31 | 16.69 | 0.74 | 0.4 |
| Hex | B1 | 44 | 1A | 0 | 3E | 55 | 1F | 11 | 4A | 28 |
| Octal | 261 | 104 | 32 | 0 | 76 | 125 | 37 | 21 | 112 | 50 |
| Binary | 10110001 | 1000100 | 11010 | 0 | 111110 | 1010101 | 11111 | 10001 | 1001010 | 101000 |
Color Harmonies of #B1441A
Complementary color
Monochromatic Colors of #B1441A
Black with #B1441A
Text Example
Text Example
White with #B1441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1441A; }
p { color: rgb(177,68,26); }
H1.HeaderClassName
{
color: #B1441A;
}
.AnyTagClassName
{
color: #B1441A;
}
</style>
background-color css
<style>
a { background-color: #B1441A; }
a { background-color: rgb(177,68,26); }
div.DivClassName
{
background-color: #B1441A;
}
.BgClassName
{
background-color: #B1441A;
}
</style>
border-color css
<style>
span { border-color: #B1441A; }
span { border-color: rgb(177,68,26); }
td.TdClassName
{
border-color: #B1441A;
}
.TagClassName
{
border-color: #B1441A;
}
</style>