Shades of Fire Brick #B63226
Tints of Fire Brick #B63226
RGB
CMYK
RGB Variations
Color information
#B63226 (or 0xB63226) is known color: Fire Brick. HEX triplet: B6, 32 and 26. RGB value is (182,50,38). Sum of RGB (Red+Green+Blue) = 182+50+38=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63226 is #49CDD9. Grayscale: #585858. Windows color (decimal): -4836826 or 2503350. OLE color: 2503350.
HSL color Cylindrical-coordinate representation of color #B63226: hue angle of 5º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B63226 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 38 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.29 |
| HSL | 5º | 0.65% | 0.43% | - |
| HSV(B) | 5º | 0.79% | 0.71% | - |
| XYZ | 20.78 | 12.37 | 3.13 | - |
| YUV | 88.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 38 | 0 | 0.73 | 0.79 | 0.29 | 5 | 0.65 | 0.43 |
| Hex | B6 | 32 | 26 | 0 | 49 | 4F | 1D | 5 | 41 | 2B |
| Octal | 266 | 62 | 46 | 0 | 111 | 117 | 35 | 5 | 101 | 53 |
| Binary | 10110110 | 110010 | 100110 | 0 | 1001001 | 1001111 | 11101 | 101 | 1000001 | 101011 |
Color Harmonies of #B63226
Complementary color
Monochromatic Colors of #B63226
Black with #B63226
Text Example
Text Example
White with #B63226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63226; }
p { color: rgb(182,50,38); }
H1.HeaderClassName
{
color: #B63226;
}
.AnyTagClassName
{
color: #B63226;
}
</style>
background-color css
<style>
a { background-color: #B63226; }
a { background-color: rgb(182,50,38); }
div.DivClassName
{
background-color: #B63226;
}
.BgClassName
{
background-color: #B63226;
}
</style>
border-color css
<style>
span { border-color: #B63226; }
span { border-color: rgb(182,50,38); }
td.TdClassName
{
border-color: #B63226;
}
.TagClassName
{
border-color: #B63226;
}
</style>