Shades of Rust #B2391F
Tints of Rust #B2391F
RGB
CMYK
RGB Variations
Color information
#B2391F (or 0xB2391F) is known color: Rust. HEX triplet: B2, 39 and 1F. RGB value is (178,57,31). Sum of RGB (Red+Green+Blue) = 178+57+31=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B2391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2391F is #4DC6E0. Grayscale: #5A5A5A. Windows color (decimal): -5097185 or 2046386. OLE color: 2046386.
HSL color Cylindrical-coordinate representation of color #B2391F: hue angle of 10.61º degrees, saturation: 0.7, 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 #B2391F is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 31 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.30 |
| HSL | 10.61º | 0.7% | 0.41% | - |
| HSV(B) | 10.61º | 0.83% | 0.7% | - |
| XYZ | 20.07 | 12.49 | 2.65 | - |
| YUV | 90.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 31 | 0 | 0.68 | 0.83 | 0.30 | 10.61 | 0.7 | 0.41 |
| Hex | B2 | 39 | 1F | 0 | 44 | 53 | 1E | B | 46 | 29 |
| Octal | 262 | 71 | 37 | 0 | 104 | 123 | 36 | 13 | 106 | 51 |
| Binary | 10110010 | 111001 | 11111 | 0 | 1000100 | 1010011 | 11110 | 1011 | 1000110 | 101001 |
Color Harmonies of #B2391F
Complementary color
Monochromatic Colors of #B2391F
Black with #B2391F
Text Example
Text Example
White with #B2391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2391F; }
p { color: rgb(178,57,31); }
H1.HeaderClassName
{
color: #B2391F;
}
.AnyTagClassName
{
color: #B2391F;
}
</style>
background-color css
<style>
a { background-color: #B2391F; }
a { background-color: rgb(178,57,31); }
div.DivClassName
{
background-color: #B2391F;
}
.BgClassName
{
background-color: #B2391F;
}
</style>
border-color css
<style>
span { border-color: #B2391F; }
span { border-color: rgb(178,57,31); }
td.TdClassName
{
border-color: #B2391F;
}
.TagClassName
{
border-color: #B2391F;
}
</style>