Shades of Rust #B2350A
Tints of Rust #B2350A
RGB
CMYK
RGB Variations
Color information
#B2350A (or 0xB2350A) is known color: Rust. HEX triplet: B2, 35 and 0A. RGB value is (178,53,10). Sum of RGB (Red+Green+Blue) = 178+53+10=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2350A is #4DCAF5. Grayscale: #555555. Windows color (decimal): -5098230 or 669106. OLE color: 669106.
HSL color Cylindrical-coordinate representation of color #B2350A: hue angle of 15.36º 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 #B2350A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.30 |
| HSL | 15.36º | 0.89% | 0.37% | - |
| HSV(B) | 15.36º | 0.94% | 0.7% | - |
| XYZ | 19.69 | 12.03 | 1.57 | - |
| YUV | 85.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 10 | 0 | 0.70 | 0.94 | 0.30 | 15.36 | 0.89 | 0.37 |
| Hex | B2 | 35 | A | 0 | 46 | 5E | 1E | F | 59 | 25 |
| Octal | 262 | 65 | 12 | 0 | 106 | 136 | 36 | 17 | 131 | 45 |
| Binary | 10110010 | 110101 | 1010 | 0 | 1000110 | 1011110 | 11110 | 1111 | 1011001 | 100101 |
Color Harmonies of #B2350A
Complementary color
Monochromatic Colors of #B2350A
Black with #B2350A
Text Example
Text Example
White with #B2350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2350A; }
p { color: rgb(178,53,10); }
H1.HeaderClassName
{
color: #B2350A;
}
.AnyTagClassName
{
color: #B2350A;
}
</style>
background-color css
<style>
a { background-color: #B2350A; }
a { background-color: rgb(178,53,10); }
div.DivClassName
{
background-color: #B2350A;
}
.BgClassName
{
background-color: #B2350A;
}
</style>
border-color css
<style>
span { border-color: #B2350A; }
span { border-color: rgb(178,53,10); }
td.TdClassName
{
border-color: #B2350A;
}
.TagClassName
{
border-color: #B2350A;
}
</style>