Shades of Rust #B1361C
Tints of Rust #B1361C
RGB
CMYK
RGB Variations
Color information
#B1361C (or 0xB1361C) is known color: Rust. HEX triplet: B1, 36 and 1C. RGB value is (177,54,28). Sum of RGB (Red+Green+Blue) = 177+54+28=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1361C is #4EC9E3. Grayscale: #585858. Windows color (decimal): -5163492 or 1849009. OLE color: 1849009.
HSL color Cylindrical-coordinate representation of color #B1361C: hue angle of 10.47º 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 #B1361C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 28 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.31 |
| HSL | 10.47º | 0.73% | 0.4% | - |
| HSV(B) | 10.47º | 0.84% | 0.69% | - |
| XYZ | 19.66 | 12.07 | 2.39 | - |
| YUV | 87.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 28 | 0 | 0.69 | 0.84 | 0.31 | 10.47 | 0.73 | 0.4 |
| Hex | B1 | 36 | 1C | 0 | 45 | 54 | 1F | A | 49 | 28 |
| Octal | 261 | 66 | 34 | 0 | 105 | 124 | 37 | 12 | 111 | 50 |
| Binary | 10110001 | 110110 | 11100 | 0 | 1000101 | 1010100 | 11111 | 1010 | 1001001 | 101000 |
Color Harmonies of #B1361C
Complementary color
Monochromatic Colors of #B1361C
Black with #B1361C
Text Example
Text Example
White with #B1361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1361C; }
p { color: rgb(177,54,28); }
H1.HeaderClassName
{
color: #B1361C;
}
.AnyTagClassName
{
color: #B1361C;
}
</style>
background-color css
<style>
a { background-color: #B1361C; }
a { background-color: rgb(177,54,28); }
div.DivClassName
{
background-color: #B1361C;
}
.BgClassName
{
background-color: #B1361C;
}
</style>
border-color css
<style>
span { border-color: #B1361C; }
span { border-color: rgb(177,54,28); }
td.TdClassName
{
border-color: #B1361C;
}
.TagClassName
{
border-color: #B1361C;
}
</style>