Shades of Rust #B2441C
Tints of Rust #B2441C
RGB
CMYK
RGB Variations
Color information
#B2441C (or 0xB2441C) is known color: Rust. HEX triplet: B2, 44 and 1C. RGB value is (178,68,28). Sum of RGB (Red+Green+Blue) = 178+68+28=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2441C is #4DBBE3. Grayscale: #606060. Windows color (decimal): -5094372 or 1852594. OLE color: 1852594.
HSL color Cylindrical-coordinate representation of color #B2441C: hue angle of 16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2441C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 28 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.30 |
| HSL | 16º | 0.73% | 0.4% | - |
| HSV(B) | 16º | 0.84% | 0.7% | - |
| XYZ | 20.64 | 13.68 | 2.65 | - |
| YUV | 96.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 28 | 0 | 0.62 | 0.84 | 0.30 | 16 | 0.73 | 0.4 |
| Hex | B2 | 44 | 1C | 0 | 3E | 54 | 1E | 10 | 49 | 28 |
| Octal | 262 | 104 | 34 | 0 | 76 | 124 | 36 | 20 | 111 | 50 |
| Binary | 10110010 | 1000100 | 11100 | 0 | 111110 | 1010100 | 11110 | 10000 | 1001001 | 101000 |
Color Harmonies of #B2441C
Complementary color
Monochromatic Colors of #B2441C
Black with #B2441C
Text Example
Text Example
White with #B2441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2441C; }
p { color: rgb(178,68,28); }
H1.HeaderClassName
{
color: #B2441C;
}
.AnyTagClassName
{
color: #B2441C;
}
</style>
background-color css
<style>
a { background-color: #B2441C; }
a { background-color: rgb(178,68,28); }
div.DivClassName
{
background-color: #B2441C;
}
.BgClassName
{
background-color: #B2441C;
}
</style>
border-color css
<style>
span { border-color: #B2441C; }
span { border-color: rgb(178,68,28); }
td.TdClassName
{
border-color: #B2441C;
}
.TagClassName
{
border-color: #B2441C;
}
</style>