Shades of Rust #B0361E
Tints of Rust #B0361E
RGB
CMYK
RGB Variations
Color information
#B0361E (or 0xB0361E) is known color: Rust. HEX triplet: B0, 36 and 1E. RGB value is (176,54,30). Sum of RGB (Red+Green+Blue) = 176+54+30=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0361E is #4FC9E1. Grayscale: #575757. Windows color (decimal): -5229026 or 1980080. OLE color: 1980080.
HSL color Cylindrical-coordinate representation of color #B0361E: hue angle of 9.86º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0361E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 30 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.31 |
| HSL | 9.86º | 0.71% | 0.4% | - |
| HSV(B) | 9.86º | 0.83% | 0.69% | - |
| XYZ | 19.46 | 11.96 | 2.51 | - |
| YUV | 87.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 30 | 0 | 0.69 | 0.83 | 0.31 | 9.86 | 0.71 | 0.4 |
| Hex | B0 | 36 | 1E | 0 | 45 | 53 | 1F | A | 47 | 28 |
| Octal | 260 | 66 | 36 | 0 | 105 | 123 | 37 | 12 | 107 | 50 |
| Binary | 10110000 | 110110 | 11110 | 0 | 1000101 | 1010011 | 11111 | 1010 | 1000111 | 101000 |
Color Harmonies of #B0361E
Complementary color
Monochromatic Colors of #B0361E
Black with #B0361E
Text Example
Text Example
White with #B0361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0361E; }
p { color: rgb(176,54,30); }
H1.HeaderClassName
{
color: #B0361E;
}
.AnyTagClassName
{
color: #B0361E;
}
</style>
background-color css
<style>
a { background-color: #B0361E; }
a { background-color: rgb(176,54,30); }
div.DivClassName
{
background-color: #B0361E;
}
.BgClassName
{
background-color: #B0361E;
}
</style>
border-color css
<style>
span { border-color: #B0361E; }
span { border-color: rgb(176,54,30); }
td.TdClassName
{
border-color: #B0361E;
}
.TagClassName
{
border-color: #B0361E;
}
</style>