Shades of Rust #B1391A
Tints of Rust #B1391A
RGB
CMYK
RGB Variations
Color information
#B1391A (or 0xB1391A) is known color: Rust. HEX triplet: B1, 39 and 1A. RGB value is (177,57,26). Sum of RGB (Red+Green+Blue) = 177+57+26=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1391A is #4EC6E5. Grayscale: #595959. Windows color (decimal): -5162726 or 1718705. OLE color: 1718705.
HSL color Cylindrical-coordinate representation of color #B1391A: hue angle of 12.32º 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 #B1391A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 26 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.31 |
| HSL | 12.32º | 0.74% | 0.4% | - |
| HSV(B) | 12.32º | 0.85% | 0.69% | - |
| XYZ | 19.78 | 12.35 | 2.32 | - |
| YUV | 89.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 26 | 0 | 0.68 | 0.85 | 0.31 | 12.32 | 0.74 | 0.4 |
| Hex | B1 | 39 | 1A | 0 | 44 | 55 | 1F | C | 4A | 28 |
| Octal | 261 | 71 | 32 | 0 | 104 | 125 | 37 | 14 | 112 | 50 |
| Binary | 10110001 | 111001 | 11010 | 0 | 1000100 | 1010101 | 11111 | 1100 | 1001010 | 101000 |
Color Harmonies of #B1391A
Complementary color
Monochromatic Colors of #B1391A
Black with #B1391A
Text Example
Text Example
White with #B1391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1391A; }
p { color: rgb(177,57,26); }
H1.HeaderClassName
{
color: #B1391A;
}
.AnyTagClassName
{
color: #B1391A;
}
</style>
background-color css
<style>
a { background-color: #B1391A; }
a { background-color: rgb(177,57,26); }
div.DivClassName
{
background-color: #B1391A;
}
.BgClassName
{
background-color: #B1391A;
}
</style>
border-color css
<style>
span { border-color: #B1391A; }
span { border-color: rgb(177,57,26); }
td.TdClassName
{
border-color: #B1391A;
}
.TagClassName
{
border-color: #B1391A;
}
</style>