Shades of Rust #B2501A
Tints of Rust #B2501A
RGB
CMYK
RGB Variations
Color information
#B2501A (or 0xB2501A) is known color: Rust. HEX triplet: B2, 50 and 1A. RGB value is (178,80,26). Sum of RGB (Red+Green+Blue) = 178+80+26=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B2501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2501A is #4DAFE5. Grayscale: #676767. Windows color (decimal): -5091302 or 1724594. OLE color: 1724594.
HSL color Cylindrical-coordinate representation of color #B2501A: hue angle of 21.32º 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 #B2501A is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 26 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.30 |
| HSL | 21.32º | 0.75% | 0.4% | - |
| HSV(B) | 21.32º | 0.85% | 0.7% | - |
| XYZ | 21.42 | 15.28 | 2.8 | - |
| YUV | 103.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 26 | 0 | 0.55 | 0.85 | 0.30 | 21.32 | 0.75 | 0.4 |
| Hex | B2 | 50 | 1A | 0 | 37 | 55 | 1E | 15 | 4B | 28 |
| Octal | 262 | 120 | 32 | 0 | 67 | 125 | 36 | 25 | 113 | 50 |
| Binary | 10110010 | 1010000 | 11010 | 0 | 110111 | 1010101 | 11110 | 10101 | 1001011 | 101000 |
Color Harmonies of #B2501A
Complementary color
Monochromatic Colors of #B2501A
Black with #B2501A
Text Example
Text Example
White with #B2501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2501A; }
p { color: rgb(178,80,26); }
H1.HeaderClassName
{
color: #B2501A;
}
.AnyTagClassName
{
color: #B2501A;
}
</style>
background-color css
<style>
a { background-color: #B2501A; }
a { background-color: rgb(178,80,26); }
div.DivClassName
{
background-color: #B2501A;
}
.BgClassName
{
background-color: #B2501A;
}
</style>
border-color css
<style>
span { border-color: #B2501A; }
span { border-color: rgb(178,80,26); }
td.TdClassName
{
border-color: #B2501A;
}
.TagClassName
{
border-color: #B2501A;
}
</style>