Shades of Rust #B2351A
Tints of Rust #B2351A
RGB
CMYK
RGB Variations
Color information
#B2351A (or 0xB2351A) is known color: Rust. HEX triplet: B2, 35 and 1A. RGB value is (178,53,26). Sum of RGB (Red+Green+Blue) = 178+53+26=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2351A is #4DCAE5. Grayscale: #575757. Windows color (decimal): -5098214 or 1717682. OLE color: 1717682.
HSL color Cylindrical-coordinate representation of color #B2351A: hue angle of 10.66º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2351A is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 26 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.30 |
| HSL | 10.66º | 0.75% | 0.4% | - |
| HSV(B) | 10.66º | 0.85% | 0.7% | - |
| XYZ | 19.82 | 12.09 | 2.27 | - |
| YUV | 87.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 26 | 0 | 0.70 | 0.85 | 0.30 | 10.66 | 0.75 | 0.4 |
| Hex | B2 | 35 | 1A | 0 | 46 | 55 | 1E | B | 4B | 28 |
| Octal | 262 | 65 | 32 | 0 | 106 | 125 | 36 | 13 | 113 | 50 |
| Binary | 10110010 | 110101 | 11010 | 0 | 1000110 | 1010101 | 11110 | 1011 | 1001011 | 101000 |
Color Harmonies of #B2351A
Complementary color
Monochromatic Colors of #B2351A
Black with #B2351A
Text Example
Text Example
White with #B2351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2351A; }
p { color: rgb(178,53,26); }
H1.HeaderClassName
{
color: #B2351A;
}
.AnyTagClassName
{
color: #B2351A;
}
</style>
background-color css
<style>
a { background-color: #B2351A; }
a { background-color: rgb(178,53,26); }
div.DivClassName
{
background-color: #B2351A;
}
.BgClassName
{
background-color: #B2351A;
}
</style>
border-color css
<style>
span { border-color: #B2351A; }
span { border-color: rgb(178,53,26); }
td.TdClassName
{
border-color: #B2351A;
}
.TagClassName
{
border-color: #B2351A;
}
</style>