Shades of Rust #B24112
Tints of Rust #B24112
RGB
CMYK
RGB Variations
Color information
#B24112 (or 0xB24112) is known color: Rust. HEX triplet: B2, 41 and 12. RGB value is (178,65,18). Sum of RGB (Red+Green+Blue) = 178+65+18=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B24112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24112 is #4DBEED. Grayscale: #5D5D5D. Windows color (decimal): -5095150 or 1196466. OLE color: 1196466.
HSL color Cylindrical-coordinate representation of color #B24112: hue angle of 17.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B24112 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.30 |
| HSL | 17.63º | 0.82% | 0.38% | - |
| HSV(B) | 17.63º | 0.9% | 0.7% | - |
| XYZ | 20.36 | 13.29 | 2.06 | - |
| YUV | 93.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 18 | 0 | 0.63 | 0.90 | 0.30 | 17.63 | 0.82 | 0.38 |
| Hex | B2 | 41 | 12 | 0 | 3F | 5A | 1E | 12 | 52 | 26 |
| Octal | 262 | 101 | 22 | 0 | 77 | 132 | 36 | 22 | 122 | 46 |
| Binary | 10110010 | 1000001 | 10010 | 0 | 111111 | 1011010 | 11110 | 10010 | 1010010 | 100110 |
Color Harmonies of #B24112
Complementary color
Monochromatic Colors of #B24112
Black with #B24112
Text Example
Text Example
White with #B24112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24112; }
p { color: rgb(178,65,18); }
H1.HeaderClassName
{
color: #B24112;
}
.AnyTagClassName
{
color: #B24112;
}
</style>
background-color css
<style>
a { background-color: #B24112; }
a { background-color: rgb(178,65,18); }
div.DivClassName
{
background-color: #B24112;
}
.BgClassName
{
background-color: #B24112;
}
</style>
border-color css
<style>
span { border-color: #B24112; }
span { border-color: rgb(178,65,18); }
td.TdClassName
{
border-color: #B24112;
}
.TagClassName
{
border-color: #B24112;
}
</style>