Shades of Rust #B1351A
Tints of Rust #B1351A
RGB
CMYK
RGB Variations
Color information
#B1351A (or 0xB1351A) is known color: Rust. HEX triplet: B1, 35 and 1A. RGB value is (177,53,26). Sum of RGB (Red+Green+Blue) = 177+53+26=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B1351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1351A is #4ECAE5. Grayscale: #575757. Windows color (decimal): -5163750 or 1717681. OLE color: 1717681.
HSL color Cylindrical-coordinate representation of color #B1351A: hue angle of 10.73º 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 #B1351A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 26 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.31 |
| HSL | 10.73º | 0.74% | 0.4% | - |
| HSV(B) | 10.73º | 0.85% | 0.69% | - |
| XYZ | 19.59 | 11.97 | 2.25 | - |
| YUV | 87 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 26 | 0 | 0.70 | 0.85 | 0.31 | 10.73 | 0.74 | 0.4 |
| Hex | B1 | 35 | 1A | 0 | 46 | 55 | 1F | B | 4A | 28 |
| Octal | 261 | 65 | 32 | 0 | 106 | 125 | 37 | 13 | 112 | 50 |
| Binary | 10110001 | 110101 | 11010 | 0 | 1000110 | 1010101 | 11111 | 1011 | 1001010 | 101000 |
Color Harmonies of #B1351A
Complementary color
Monochromatic Colors of #B1351A
Black with #B1351A
Text Example
Text Example
White with #B1351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1351A; }
p { color: rgb(177,53,26); }
H1.HeaderClassName
{
color: #B1351A;
}
.AnyTagClassName
{
color: #B1351A;
}
</style>
background-color css
<style>
a { background-color: #B1351A; }
a { background-color: rgb(177,53,26); }
div.DivClassName
{
background-color: #B1351A;
}
.BgClassName
{
background-color: #B1351A;
}
</style>
border-color css
<style>
span { border-color: #B1351A; }
span { border-color: rgb(177,53,26); }
td.TdClassName
{
border-color: #B1351A;
}
.TagClassName
{
border-color: #B1351A;
}
</style>