Shades of Rust #B2340A
Tints of Rust #B2340A
RGB
CMYK
RGB Variations
Color information
#B2340A (or 0xB2340A) is known color: Rust. HEX triplet: B2, 34 and 0A. RGB value is (178,52,10). Sum of RGB (Red+Green+Blue) = 178+52+10=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2340A is #4DCBF5. Grayscale: #555555. Windows color (decimal): -5098486 or 668850. OLE color: 668850.
HSL color Cylindrical-coordinate representation of color #B2340A: hue angle of 15º degrees, saturation: 0.89, 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 #B2340A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.30 |
| HSL | 15º | 0.89% | 0.37% | - |
| HSV(B) | 15º | 0.94% | 0.7% | - |
| XYZ | 19.64 | 11.94 | 1.56 | - |
| YUV | 84.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 10 | 0 | 0.71 | 0.94 | 0.30 | 15 | 0.89 | 0.37 |
| Hex | B2 | 34 | A | 0 | 47 | 5E | 1E | F | 59 | 25 |
| Octal | 262 | 64 | 12 | 0 | 107 | 136 | 36 | 17 | 131 | 45 |
| Binary | 10110010 | 110100 | 1010 | 0 | 1000111 | 1011110 | 11110 | 1111 | 1011001 | 100101 |
Color Harmonies of #B2340A
Complementary color
Monochromatic Colors of #B2340A
Black with #B2340A
Text Example
Text Example
White with #B2340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2340A; }
p { color: rgb(178,52,10); }
H1.HeaderClassName
{
color: #B2340A;
}
.AnyTagClassName
{
color: #B2340A;
}
</style>
background-color css
<style>
a { background-color: #B2340A; }
a { background-color: rgb(178,52,10); }
div.DivClassName
{
background-color: #B2340A;
}
.BgClassName
{
background-color: #B2340A;
}
</style>
border-color css
<style>
span { border-color: #B2340A; }
span { border-color: rgb(178,52,10); }
td.TdClassName
{
border-color: #B2340A;
}
.TagClassName
{
border-color: #B2340A;
}
</style>