Shades of Rust #B2361B
Tints of Rust #B2361B
RGB
CMYK
RGB Variations
Color information
#B2361B (or 0xB2361B) is known color: Rust. HEX triplet: B2, 36 and 1B. RGB value is (178,54,27). Sum of RGB (Red+Green+Blue) = 178+54+27=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2361B is #4DC9E4. Grayscale: #585858. Windows color (decimal): -5097957 or 1783474. OLE color: 1783474.
HSL color Cylindrical-coordinate representation of color #B2361B: hue angle of 10.73º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2361B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.30 |
| HSL | 10.73º | 0.74% | 0.4% | - |
| HSV(B) | 10.73º | 0.85% | 0.7% | - |
| XYZ | 19.88 | 12.18 | 2.34 | - |
| YUV | 88 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 27 | 0 | 0.70 | 0.85 | 0.30 | 10.73 | 0.74 | 0.4 |
| Hex | B2 | 36 | 1B | 0 | 46 | 55 | 1E | B | 4A | 28 |
| Octal | 262 | 66 | 33 | 0 | 106 | 125 | 36 | 13 | 112 | 50 |
| Binary | 10110010 | 110110 | 11011 | 0 | 1000110 | 1010101 | 11110 | 1011 | 1001010 | 101000 |
Color Harmonies of #B2361B
Complementary color
Monochromatic Colors of #B2361B
Black with #B2361B
Text Example
Text Example
White with #B2361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2361B; }
p { color: rgb(178,54,27); }
H1.HeaderClassName
{
color: #B2361B;
}
.AnyTagClassName
{
color: #B2361B;
}
</style>
background-color css
<style>
a { background-color: #B2361B; }
a { background-color: rgb(178,54,27); }
div.DivClassName
{
background-color: #B2361B;
}
.BgClassName
{
background-color: #B2361B;
}
</style>
border-color css
<style>
span { border-color: #B2361B; }
span { border-color: rgb(178,54,27); }
td.TdClassName
{
border-color: #B2361B;
}
.TagClassName
{
border-color: #B2361B;
}
</style>