Shades of Fire Brick #B63222
Tints of Fire Brick #B63222
RGB
CMYK
RGB Variations
Color information
#B63222 (or 0xB63222) is known color: Fire Brick. HEX triplet: B6, 32 and 22. RGB value is (182,50,34). Sum of RGB (Red+Green+Blue) = 182+50+34=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63222 is #49CDDD. Grayscale: #575757. Windows color (decimal): -4836830 or 2241206. OLE color: 2241206.
HSL color Cylindrical-coordinate representation of color #B63222: hue angle of 6.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63222 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 34 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.29 |
| HSL | 6.49º | 0.69% | 0.42% | - |
| HSV(B) | 6.49º | 0.81% | 0.71% | - |
| XYZ | 20.72 | 12.34 | 2.8 | - |
| YUV | 87.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 34 | 0 | 0.73 | 0.81 | 0.29 | 6.49 | 0.69 | 0.42 |
| Hex | B6 | 32 | 22 | 0 | 49 | 51 | 1D | 6 | 45 | 2A |
| Octal | 266 | 62 | 42 | 0 | 111 | 121 | 35 | 6 | 105 | 52 |
| Binary | 10110110 | 110010 | 100010 | 0 | 1001001 | 1010001 | 11101 | 110 | 1000101 | 101010 |
Color Harmonies of #B63222
Complementary color
Monochromatic Colors of #B63222
Black with #B63222
Text Example
Text Example
White with #B63222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63222; }
p { color: rgb(182,50,34); }
H1.HeaderClassName
{
color: #B63222;
}
.AnyTagClassName
{
color: #B63222;
}
</style>
background-color css
<style>
a { background-color: #B63222; }
a { background-color: rgb(182,50,34); }
div.DivClassName
{
background-color: #B63222;
}
.BgClassName
{
background-color: #B63222;
}
</style>
border-color css
<style>
span { border-color: #B63222; }
span { border-color: rgb(182,50,34); }
td.TdClassName
{
border-color: #B63222;
}
.TagClassName
{
border-color: #B63222;
}
</style>