Shades of Rust #B22C0E
Tints of Rust #B22C0E
RGB
CMYK
RGB Variations
Color information
#B22C0E (or 0xB22C0E) is known color: Rust. HEX triplet: B2, 2C and 0E. RGB value is (178,44,14). Sum of RGB (Red+Green+Blue) = 178+44+14=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22C0E is #4DD3F1. Grayscale: #505050. Windows color (decimal): -5100530 or 928946. OLE color: 928946.
HSL color Cylindrical-coordinate representation of color #B22C0E: hue angle of 10.98º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B22C0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.30 |
| HSL | 10.98º | 0.85% | 0.38% | - |
| HSV(B) | 10.98º | 0.92% | 0.7% | - |
| XYZ | 19.34 | 11.3 | 1.58 | - |
| YUV | 80.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 14 | 0 | 0.75 | 0.92 | 0.30 | 10.98 | 0.85 | 0.38 |
| Hex | B2 | 2C | E | 0 | 4B | 5C | 1E | B | 55 | 26 |
| Octal | 262 | 54 | 16 | 0 | 113 | 134 | 36 | 13 | 125 | 46 |
| Binary | 10110010 | 101100 | 1110 | 0 | 1001011 | 1011100 | 11110 | 1011 | 1010101 | 100110 |
Color Harmonies of #B22C0E
Complementary color
Monochromatic Colors of #B22C0E
Black with #B22C0E
Text Example
Text Example
White with #B22C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C0E; }
p { color: rgb(178,44,14); }
H1.HeaderClassName
{
color: #B22C0E;
}
.AnyTagClassName
{
color: #B22C0E;
}
</style>
background-color css
<style>
a { background-color: #B22C0E; }
a { background-color: rgb(178,44,14); }
div.DivClassName
{
background-color: #B22C0E;
}
.BgClassName
{
background-color: #B22C0E;
}
</style>
border-color css
<style>
span { border-color: #B22C0E; }
span { border-color: rgb(178,44,14); }
td.TdClassName
{
border-color: #B22C0E;
}
.TagClassName
{
border-color: #B22C0E;
}
</style>