Shades of Rust #B2421D
Tints of Rust #B2421D
RGB
CMYK
RGB Variations
Color information
#B2421D (or 0xB2421D) is known color: Rust. HEX triplet: B2, 42 and 1D. RGB value is (178,66,29). Sum of RGB (Red+Green+Blue) = 178+66+29=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2421D is #4DBDE2. Grayscale: #5F5F5F. Windows color (decimal): -5094883 or 1917618. OLE color: 1917618.
HSL color Cylindrical-coordinate representation of color #B2421D: hue angle of 14.9º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2421D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 29 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.30 |
| HSL | 14.9º | 0.72% | 0.41% | - |
| HSV(B) | 14.9º | 0.84% | 0.7% | - |
| XYZ | 20.53 | 13.45 | 2.68 | - |
| YUV | 95.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 29 | 0 | 0.63 | 0.84 | 0.30 | 14.9 | 0.72 | 0.41 |
| Hex | B2 | 42 | 1D | 0 | 3F | 54 | 1E | F | 48 | 29 |
| Octal | 262 | 102 | 35 | 0 | 77 | 124 | 36 | 17 | 110 | 51 |
| Binary | 10110010 | 1000010 | 11101 | 0 | 111111 | 1010100 | 11110 | 1111 | 1001000 | 101001 |
Color Harmonies of #B2421D
Complementary color
Monochromatic Colors of #B2421D
Black with #B2421D
Text Example
Text Example
White with #B2421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2421D; }
p { color: rgb(178,66,29); }
H1.HeaderClassName
{
color: #B2421D;
}
.AnyTagClassName
{
color: #B2421D;
}
</style>
background-color css
<style>
a { background-color: #B2421D; }
a { background-color: rgb(178,66,29); }
div.DivClassName
{
background-color: #B2421D;
}
.BgClassName
{
background-color: #B2421D;
}
</style>
border-color css
<style>
span { border-color: #B2421D; }
span { border-color: rgb(178,66,29); }
td.TdClassName
{
border-color: #B2421D;
}
.TagClassName
{
border-color: #B2421D;
}
</style>