Shades of Rust #B1451C
Tints of Rust #B1451C
RGB
CMYK
RGB Variations
Color information
#B1451C (or 0xB1451C) is known color: Rust. HEX triplet: B1, 45 and 1C. RGB value is (177,69,28). Sum of RGB (Red+Green+Blue) = 177+69+28=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1451C is #4EBAE3. Grayscale: #606060. Windows color (decimal): -5159652 or 1852849. OLE color: 1852849.
HSL color Cylindrical-coordinate representation of color #B1451C: hue angle of 16.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1451C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 28 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.31 |
| HSL | 16.51º | 0.73% | 0.4% | - |
| HSV(B) | 16.51º | 0.84% | 0.69% | - |
| XYZ | 20.47 | 13.69 | 2.66 | - |
| YUV | 96.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 28 | 0 | 0.61 | 0.84 | 0.31 | 16.51 | 0.73 | 0.4 |
| Hex | B1 | 45 | 1C | 0 | 3D | 54 | 1F | 11 | 49 | 28 |
| Octal | 261 | 105 | 34 | 0 | 75 | 124 | 37 | 21 | 111 | 50 |
| Binary | 10110001 | 1000101 | 11100 | 0 | 111101 | 1010100 | 11111 | 10001 | 1001001 | 101000 |
Color Harmonies of #B1451C
Complementary color
Monochromatic Colors of #B1451C
Black with #B1451C
Text Example
Text Example
White with #B1451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1451C; }
p { color: rgb(177,69,28); }
H1.HeaderClassName
{
color: #B1451C;
}
.AnyTagClassName
{
color: #B1451C;
}
</style>
background-color css
<style>
a { background-color: #B1451C; }
a { background-color: rgb(177,69,28); }
div.DivClassName
{
background-color: #B1451C;
}
.BgClassName
{
background-color: #B1451C;
}
</style>
border-color css
<style>
span { border-color: #B1451C; }
span { border-color: rgb(177,69,28); }
td.TdClassName
{
border-color: #B1451C;
}
.TagClassName
{
border-color: #B1451C;
}
</style>