Shades of Rust #B2390B
Tints of Rust #B2390B
RGB
CMYK
RGB Variations
Color information
#B2390B (or 0xB2390B) is known color: Rust. HEX triplet: B2, 39 and 0B. RGB value is (178,57,11). Sum of RGB (Red+Green+Blue) = 178+57+11=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2390B is #4DC6F4. Grayscale: #585858. Windows color (decimal): -5097205 or 735666. OLE color: 735666.
HSL color Cylindrical-coordinate representation of color #B2390B: hue angle of 16.53º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2390B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.30 |
| HSL | 16.53º | 0.88% | 0.37% | - |
| HSV(B) | 16.53º | 0.94% | 0.7% | - |
| XYZ | 19.88 | 12.42 | 1.67 | - |
| YUV | 87.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 11 | 0 | 0.68 | 0.94 | 0.30 | 16.53 | 0.88 | 0.37 |
| Hex | B2 | 39 | B | 0 | 44 | 5E | 1E | 11 | 58 | 25 |
| Octal | 262 | 71 | 13 | 0 | 104 | 136 | 36 | 21 | 130 | 45 |
| Binary | 10110010 | 111001 | 1011 | 0 | 1000100 | 1011110 | 11110 | 10001 | 1011000 | 100101 |
Color Harmonies of #B2390B
Complementary color
Monochromatic Colors of #B2390B
Black with #B2390B
Text Example
Text Example
White with #B2390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2390B; }
p { color: rgb(178,57,11); }
H1.HeaderClassName
{
color: #B2390B;
}
.AnyTagClassName
{
color: #B2390B;
}
</style>
background-color css
<style>
a { background-color: #B2390B; }
a { background-color: rgb(178,57,11); }
div.DivClassName
{
background-color: #B2390B;
}
.BgClassName
{
background-color: #B2390B;
}
</style>
border-color css
<style>
span { border-color: #B2390B; }
span { border-color: rgb(178,57,11); }
td.TdClassName
{
border-color: #B2390B;
}
.TagClassName
{
border-color: #B2390B;
}
</style>