Shades of Rust #B1331A
Tints of Rust #B1331A
RGB
CMYK
RGB Variations
Color information
#B1331A (or 0xB1331A) is known color: Rust. HEX triplet: B1, 33 and 1A. RGB value is (177,51,26). Sum of RGB (Red+Green+Blue) = 177+51+26=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331A is #4ECCE5. Grayscale: #565656. Windows color (decimal): -5164262 or 1717169. OLE color: 1717169.
HSL color Cylindrical-coordinate representation of color #B1331A: hue angle of 9.93º 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 #B1331A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.31 |
| HSL | 9.93º | 0.74% | 0.4% | - |
| HSV(B) | 9.93º | 0.85% | 0.69% | - |
| XYZ | 19.5 | 11.79 | 2.22 | - |
| YUV | 85.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 26 | 0 | 0.71 | 0.85 | 0.31 | 9.93 | 0.74 | 0.4 |
| Hex | B1 | 33 | 1A | 0 | 47 | 55 | 1F | A | 4A | 28 |
| Octal | 261 | 63 | 32 | 0 | 107 | 125 | 37 | 12 | 112 | 50 |
| Binary | 10110001 | 110011 | 11010 | 0 | 1000111 | 1010101 | 11111 | 1010 | 1001010 | 101000 |
Color Harmonies of #B1331A
Complementary color
Monochromatic Colors of #B1331A
Black with #B1331A
Text Example
Text Example
White with #B1331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1331A; }
p { color: rgb(177,51,26); }
H1.HeaderClassName
{
color: #B1331A;
}
.AnyTagClassName
{
color: #B1331A;
}
</style>
background-color css
<style>
a { background-color: #B1331A; }
a { background-color: rgb(177,51,26); }
div.DivClassName
{
background-color: #B1331A;
}
.BgClassName
{
background-color: #B1331A;
}
</style>
border-color css
<style>
span { border-color: #B1331A; }
span { border-color: rgb(177,51,26); }
td.TdClassName
{
border-color: #B1331A;
}
.TagClassName
{
border-color: #B1331A;
}
</style>