Shades of Rust #B22C10
Tints of Rust #B22C10
RGB
CMYK
RGB Variations
Color information
#B22C10 (or 0xB22C10) is known color: Rust. HEX triplet: B2, 2C and 10. RGB value is (178,44,16). Sum of RGB (Red+Green+Blue) = 178+44+16=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C10 is #4DD3EF. Grayscale: #515151. Windows color (decimal): -5100528 or 1060018. OLE color: 1060018.
HSL color Cylindrical-coordinate representation of color #B22C10: hue angle of 10.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B22C10 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 16 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.30 |
| HSL | 10.37º | 0.84% | 0.38% | - |
| HSV(B) | 10.37º | 0.91% | 0.7% | - |
| XYZ | 19.35 | 11.3 | 1.65 | - |
| YUV | 80.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 16 | 0 | 0.75 | 0.91 | 0.30 | 10.37 | 0.84 | 0.38 |
| Hex | B2 | 2C | 10 | 0 | 4B | 5B | 1E | A | 54 | 26 |
| Octal | 262 | 54 | 20 | 0 | 113 | 133 | 36 | 12 | 124 | 46 |
| Binary | 10110010 | 101100 | 10000 | 0 | 1001011 | 1011011 | 11110 | 1010 | 1010100 | 100110 |
Color Harmonies of #B22C10
Complementary color
Monochromatic Colors of #B22C10
Black with #B22C10
Text Example
Text Example
White with #B22C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C10; }
p { color: rgb(178,44,16); }
H1.HeaderClassName
{
color: #B22C10;
}
.AnyTagClassName
{
color: #B22C10;
}
</style>
background-color css
<style>
a { background-color: #B22C10; }
a { background-color: rgb(178,44,16); }
div.DivClassName
{
background-color: #B22C10;
}
.BgClassName
{
background-color: #B22C10;
}
</style>
border-color css
<style>
span { border-color: #B22C10; }
span { border-color: rgb(178,44,16); }
td.TdClassName
{
border-color: #B22C10;
}
.TagClassName
{
border-color: #B22C10;
}
</style>