Shades of Rust #B2431D
Tints of Rust #B2431D
RGB
CMYK
RGB Variations
Color information
#B2431D (or 0xB2431D) is known color: Rust. HEX triplet: B2, 43 and 1D. RGB value is (178,67,29). Sum of RGB (Red+Green+Blue) = 178+67+29=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2431D is #4DBCE2. Grayscale: #606060. Windows color (decimal): -5094627 or 1917874. OLE color: 1917874.
HSL color Cylindrical-coordinate representation of color #B2431D: hue angle of 15.3º 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 #B2431D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.30 |
| HSL | 15.3º | 0.72% | 0.41% | - |
| HSV(B) | 15.3º | 0.84% | 0.7% | - |
| XYZ | 20.59 | 13.57 | 2.7 | - |
| YUV | 95.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 29 | 0 | 0.62 | 0.84 | 0.30 | 15.3 | 0.72 | 0.41 |
| Hex | B2 | 43 | 1D | 0 | 3E | 54 | 1E | F | 48 | 29 |
| Octal | 262 | 103 | 35 | 0 | 76 | 124 | 36 | 17 | 110 | 51 |
| Binary | 10110010 | 1000011 | 11101 | 0 | 111110 | 1010100 | 11110 | 1111 | 1001000 | 101001 |
Color Harmonies of #B2431D
Complementary color
Monochromatic Colors of #B2431D
Black with #B2431D
Text Example
Text Example
White with #B2431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2431D; }
p { color: rgb(178,67,29); }
H1.HeaderClassName
{
color: #B2431D;
}
.AnyTagClassName
{
color: #B2431D;
}
</style>
background-color css
<style>
a { background-color: #B2431D; }
a { background-color: rgb(178,67,29); }
div.DivClassName
{
background-color: #B2431D;
}
.BgClassName
{
background-color: #B2431D;
}
</style>
border-color css
<style>
span { border-color: #B2431D; }
span { border-color: rgb(178,67,29); }
td.TdClassName
{
border-color: #B2431D;
}
.TagClassName
{
border-color: #B2431D;
}
</style>