Shades of Rust #B0361B
Tints of Rust #B0361B
RGB
CMYK
RGB Variations
Color information
#B0361B (or 0xB0361B) is known color: Rust. HEX triplet: B0, 36 and 1B. RGB value is (176,54,27). Sum of RGB (Red+Green+Blue) = 176+54+27=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0361B is #4FC9E4. Grayscale: #575757. Windows color (decimal): -5229029 or 1783472. OLE color: 1783472.
HSL color Cylindrical-coordinate representation of color #B0361B: hue angle of 10.87º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0361B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.31 |
| HSL | 10.87º | 0.73% | 0.4% | - |
| HSV(B) | 10.87º | 0.85% | 0.69% | - |
| XYZ | 19.42 | 11.95 | 2.32 | - |
| YUV | 87.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 27 | 0 | 0.69 | 0.85 | 0.31 | 10.87 | 0.73 | 0.4 |
| Hex | B0 | 36 | 1B | 0 | 45 | 55 | 1F | B | 49 | 28 |
| Octal | 260 | 66 | 33 | 0 | 105 | 125 | 37 | 13 | 111 | 50 |
| Binary | 10110000 | 110110 | 11011 | 0 | 1000101 | 1010101 | 11111 | 1011 | 1001001 | 101000 |
Color Harmonies of #B0361B
Complementary color
Monochromatic Colors of #B0361B
Black with #B0361B
Text Example
Text Example
White with #B0361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0361B; }
p { color: rgb(176,54,27); }
H1.HeaderClassName
{
color: #B0361B;
}
.AnyTagClassName
{
color: #B0361B;
}
</style>
background-color css
<style>
a { background-color: #B0361B; }
a { background-color: rgb(176,54,27); }
div.DivClassName
{
background-color: #B0361B;
}
.BgClassName
{
background-color: #B0361B;
}
</style>
border-color css
<style>
span { border-color: #B0361B; }
span { border-color: rgb(176,54,27); }
td.TdClassName
{
border-color: #B0361B;
}
.TagClassName
{
border-color: #B0361B;
}
</style>