Shades of Rust #B1500C
Tints of Rust #B1500C
RGB
CMYK
RGB Variations
Color information
#B1500C (or 0xB1500C) is known color: Rust. HEX triplet: B1, 50 and 0C. RGB value is (177,80,12). Sum of RGB (Red+Green+Blue) = 177+80+12=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1500C is #4EAFF3. Grayscale: #656565. Windows color (decimal): -5156852 or 807089. OLE color: 807089.
HSL color Cylindrical-coordinate representation of color #B1500C: hue angle of 24.73º 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 #B1500C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 12 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.31 |
| HSL | 24.73º | 0.87% | 0.37% | - |
| HSV(B) | 24.73º | 0.93% | 0.69% | - |
| XYZ | 21.07 | 15.11 | 2.15 | - |
| YUV | 101.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 12 | 0 | 0.55 | 0.93 | 0.31 | 24.73 | 0.87 | 0.37 |
| Hex | B1 | 50 | C | 0 | 37 | 5D | 1F | 19 | 57 | 25 |
| Octal | 261 | 120 | 14 | 0 | 67 | 135 | 37 | 31 | 127 | 45 |
| Binary | 10110001 | 1010000 | 1100 | 0 | 110111 | 1011101 | 11111 | 11001 | 1010111 | 100101 |
Color Harmonies of #B1500C
Complementary color
Monochromatic Colors of #B1500C
Black with #B1500C
Text Example
Text Example
White with #B1500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1500C; }
p { color: rgb(177,80,12); }
H1.HeaderClassName
{
color: #B1500C;
}
.AnyTagClassName
{
color: #B1500C;
}
</style>
background-color css
<style>
a { background-color: #B1500C; }
a { background-color: rgb(177,80,12); }
div.DivClassName
{
background-color: #B1500C;
}
.BgClassName
{
background-color: #B1500C;
}
</style>
border-color css
<style>
span { border-color: #B1500C; }
span { border-color: rgb(177,80,12); }
td.TdClassName
{
border-color: #B1500C;
}
.TagClassName
{
border-color: #B1500C;
}
</style>