Shades of Rust #B2320C
Tints of Rust #B2320C
RGB
CMYK
RGB Variations
Color information
#B2320C (or 0xB2320C) is known color: Rust. HEX triplet: B2, 32 and 0C. RGB value is (178,50,12). Sum of RGB (Red+Green+Blue) = 178+50+12=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2320C is #4DCDF3. Grayscale: #545454. Windows color (decimal): -5098996 or 799410. OLE color: 799410.
HSL color Cylindrical-coordinate representation of color #B2320C: hue angle of 13.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2320C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.30 |
| HSL | 13.73º | 0.87% | 0.37% | - |
| HSV(B) | 13.73º | 0.93% | 0.7% | - |
| XYZ | 19.57 | 11.77 | 1.59 | - |
| YUV | 83.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 12 | 0 | 0.72 | 0.93 | 0.30 | 13.73 | 0.87 | 0.37 |
| Hex | B2 | 32 | C | 0 | 48 | 5D | 1E | E | 57 | 25 |
| Octal | 262 | 62 | 14 | 0 | 110 | 135 | 36 | 16 | 127 | 45 |
| Binary | 10110010 | 110010 | 1100 | 0 | 1001000 | 1011101 | 11110 | 1110 | 1010111 | 100101 |
Color Harmonies of #B2320C
Complementary color
Monochromatic Colors of #B2320C
Black with #B2320C
Text Example
Text Example
White with #B2320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2320C; }
p { color: rgb(178,50,12); }
H1.HeaderClassName
{
color: #B2320C;
}
.AnyTagClassName
{
color: #B2320C;
}
</style>
background-color css
<style>
a { background-color: #B2320C; }
a { background-color: rgb(178,50,12); }
div.DivClassName
{
background-color: #B2320C;
}
.BgClassName
{
background-color: #B2320C;
}
</style>
border-color css
<style>
span { border-color: #B2320C; }
span { border-color: rgb(178,50,12); }
td.TdClassName
{
border-color: #B2320C;
}
.TagClassName
{
border-color: #B2320C;
}
</style>