Shades of Rust #B1481C
Tints of Rust #B1481C
RGB
CMYK
RGB Variations
Color information
#B1481C (or 0xB1481C) is known color: Rust. HEX triplet: B1, 48 and 1C. RGB value is (177,72,28). Sum of RGB (Red+Green+Blue) = 177+72+28=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1481C is #4EB7E3. Grayscale: #626262. Windows color (decimal): -5158884 or 1853617. OLE color: 1853617.
HSL color Cylindrical-coordinate representation of color #B1481C: hue angle of 17.72º 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 #B1481C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.31 |
| HSL | 17.72º | 0.73% | 0.4% | - |
| HSV(B) | 17.72º | 0.84% | 0.69% | - |
| XYZ | 20.66 | 14.07 | 2.72 | - |
| YUV | 98.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 28 | 0 | 0.59 | 0.84 | 0.31 | 17.72 | 0.73 | 0.4 |
| Hex | B1 | 48 | 1C | 0 | 3B | 54 | 1F | 12 | 49 | 28 |
| Octal | 261 | 110 | 34 | 0 | 73 | 124 | 37 | 22 | 111 | 50 |
| Binary | 10110001 | 1001000 | 11100 | 0 | 111011 | 1010100 | 11111 | 10010 | 1001001 | 101000 |
Color Harmonies of #B1481C
Complementary color
Monochromatic Colors of #B1481C
Black with #B1481C
Text Example
Text Example
White with #B1481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1481C; }
p { color: rgb(177,72,28); }
H1.HeaderClassName
{
color: #B1481C;
}
.AnyTagClassName
{
color: #B1481C;
}
</style>
background-color css
<style>
a { background-color: #B1481C; }
a { background-color: rgb(177,72,28); }
div.DivClassName
{
background-color: #B1481C;
}
.BgClassName
{
background-color: #B1481C;
}
</style>
border-color css
<style>
span { border-color: #B1481C; }
span { border-color: rgb(177,72,28); }
td.TdClassName
{
border-color: #B1481C;
}
.TagClassName
{
border-color: #B1481C;
}
</style>