Shades of Rust #B1530C
Tints of Rust #B1530C
RGB
CMYK
RGB Variations
Color information
#B1530C (or 0xB1530C) is known color: Rust. HEX triplet: B1, 53 and 0C. RGB value is (177,83,12). Sum of RGB (Red+Green+Blue) = 177+83+12=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1530C is #4EACF3. Grayscale: #676767. Windows color (decimal): -5156084 or 807857. OLE color: 807857.
HSL color Cylindrical-coordinate representation of color #B1530C: hue angle of 25.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1530C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.31 |
| HSL | 25.82º | 0.87% | 0.37% | - |
| HSV(B) | 25.82º | 0.93% | 0.69% | - |
| XYZ | 21.29 | 15.56 | 2.23 | - |
| YUV | 103.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 12 | 0 | 0.53 | 0.93 | 0.31 | 25.82 | 0.87 | 0.37 |
| Hex | B1 | 53 | C | 0 | 35 | 5D | 1F | 1A | 57 | 25 |
| Octal | 261 | 123 | 14 | 0 | 65 | 135 | 37 | 32 | 127 | 45 |
| Binary | 10110001 | 1010011 | 1100 | 0 | 110101 | 1011101 | 11111 | 11010 | 1010111 | 100101 |
Color Harmonies of #B1530C
Complementary color
Monochromatic Colors of #B1530C
Black with #B1530C
Text Example
Text Example
White with #B1530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1530C; }
p { color: rgb(177,83,12); }
H1.HeaderClassName
{
color: #B1530C;
}
.AnyTagClassName
{
color: #B1530C;
}
</style>
background-color css
<style>
a { background-color: #B1530C; }
a { background-color: rgb(177,83,12); }
div.DivClassName
{
background-color: #B1530C;
}
.BgClassName
{
background-color: #B1530C;
}
</style>
border-color css
<style>
span { border-color: #B1530C; }
span { border-color: rgb(177,83,12); }
td.TdClassName
{
border-color: #B1530C;
}
.TagClassName
{
border-color: #B1530C;
}
</style>