Shades of Fire Brick #B6221C
Tints of Fire Brick #B6221C
RGB
CMYK
RGB Variations
Color information
#B6221C (or 0xB6221C) is known color: Fire Brick. HEX triplet: B6, 22 and 1C. RGB value is (182,34,28). Sum of RGB (Red+Green+Blue) = 182+34+28=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B6221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6221C is #49DDE3. Grayscale: #4D4D4D. Windows color (decimal): -4840932 or 1843894. OLE color: 1843894.
HSL color Cylindrical-coordinate representation of color #B6221C: hue angle of 2.34º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6221C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 28 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.29 |
| HSL | 2.34º | 0.73% | 0.41% | - |
| HSV(B) | 2.34º | 0.85% | 0.71% | - |
| XYZ | 20.07 | 11.17 | 2.2 | - |
| YUV | 77.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 28 | 0 | 0.81 | 0.85 | 0.29 | 2.34 | 0.73 | 0.41 |
| Hex | B6 | 22 | 1C | 0 | 51 | 55 | 1D | 2 | 49 | 29 |
| Octal | 266 | 42 | 34 | 0 | 121 | 125 | 35 | 2 | 111 | 51 |
| Binary | 10110110 | 100010 | 11100 | 0 | 1010001 | 1010101 | 11101 | 10 | 1001001 | 101001 |
Color Harmonies of #B6221C
Complementary color
Monochromatic Colors of #B6221C
Black with #B6221C
Text Example
Text Example
White with #B6221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6221C; }
p { color: rgb(182,34,28); }
H1.HeaderClassName
{
color: #B6221C;
}
.AnyTagClassName
{
color: #B6221C;
}
</style>
background-color css
<style>
a { background-color: #B6221C; }
a { background-color: rgb(182,34,28); }
div.DivClassName
{
background-color: #B6221C;
}
.BgClassName
{
background-color: #B6221C;
}
</style>
border-color css
<style>
span { border-color: #B6221C; }
span { border-color: rgb(182,34,28); }
td.TdClassName
{
border-color: #B6221C;
}
.TagClassName
{
border-color: #B6221C;
}
</style>