Shades of Rust #B2421B
Tints of Rust #B2421B
RGB
CMYK
RGB Variations
Color information
#B2421B (or 0xB2421B) is known color: Rust. HEX triplet: B2, 42 and 1B. RGB value is (178,66,27). Sum of RGB (Red+Green+Blue) = 178+66+27=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2421B is #4DBDE4. Grayscale: #5F5F5F. Windows color (decimal): -5094885 or 1786546. OLE color: 1786546.
HSL color Cylindrical-coordinate representation of color #B2421B: hue angle of 15.5º degrees, saturation: 0.74, 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 #B2421B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.30 |
| HSL | 15.5º | 0.74% | 0.4% | - |
| HSV(B) | 15.5º | 0.85% | 0.7% | - |
| XYZ | 20.51 | 13.44 | 2.55 | - |
| YUV | 95.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 27 | 0 | 0.63 | 0.85 | 0.30 | 15.5 | 0.74 | 0.4 |
| Hex | B2 | 42 | 1B | 0 | 3F | 55 | 1E | F | 4A | 28 |
| Octal | 262 | 102 | 33 | 0 | 77 | 125 | 36 | 17 | 112 | 50 |
| Binary | 10110010 | 1000010 | 11011 | 0 | 111111 | 1010101 | 11110 | 1111 | 1001010 | 101000 |
Color Harmonies of #B2421B
Complementary color
Monochromatic Colors of #B2421B
Black with #B2421B
Text Example
Text Example
White with #B2421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2421B; }
p { color: rgb(178,66,27); }
H1.HeaderClassName
{
color: #B2421B;
}
.AnyTagClassName
{
color: #B2421B;
}
</style>
background-color css
<style>
a { background-color: #B2421B; }
a { background-color: rgb(178,66,27); }
div.DivClassName
{
background-color: #B2421B;
}
.BgClassName
{
background-color: #B2421B;
}
</style>
border-color css
<style>
span { border-color: #B2421B; }
span { border-color: rgb(178,66,27); }
td.TdClassName
{
border-color: #B2421B;
}
.TagClassName
{
border-color: #B2421B;
}
</style>