Shades of Rust #B2361E
Tints of Rust #B2361E
RGB
CMYK
RGB Variations
Color information
#B2361E (or 0xB2361E) is known color: Rust. HEX triplet: B2, 36 and 1E. RGB value is (178,54,30). Sum of RGB (Red+Green+Blue) = 178+54+30=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2361E is #4DC9E1. Grayscale: #585858. Windows color (decimal): -5097954 or 1980082. OLE color: 1980082.
HSL color Cylindrical-coordinate representation of color #B2361E: hue angle of 9.73º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2361E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 30 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.30 |
| HSL | 9.73º | 0.71% | 0.41% | - |
| HSV(B) | 9.73º | 0.83% | 0.7% | - |
| XYZ | 19.91 | 12.2 | 2.53 | - |
| YUV | 88.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 30 | 0 | 0.70 | 0.83 | 0.30 | 9.73 | 0.71 | 0.41 |
| Hex | B2 | 36 | 1E | 0 | 46 | 53 | 1E | A | 47 | 29 |
| Octal | 262 | 66 | 36 | 0 | 106 | 123 | 36 | 12 | 107 | 51 |
| Binary | 10110010 | 110110 | 11110 | 0 | 1000110 | 1010011 | 11110 | 1010 | 1000111 | 101001 |
Color Harmonies of #B2361E
Complementary color
Monochromatic Colors of #B2361E
Black with #B2361E
Text Example
Text Example
White with #B2361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2361E; }
p { color: rgb(178,54,30); }
H1.HeaderClassName
{
color: #B2361E;
}
.AnyTagClassName
{
color: #B2361E;
}
</style>
background-color css
<style>
a { background-color: #B2361E; }
a { background-color: rgb(178,54,30); }
div.DivClassName
{
background-color: #B2361E;
}
.BgClassName
{
background-color: #B2361E;
}
</style>
border-color css
<style>
span { border-color: #B2361E; }
span { border-color: rgb(178,54,30); }
td.TdClassName
{
border-color: #B2361E;
}
.TagClassName
{
border-color: #B2361E;
}
</style>