Shades of Fire Brick #B63227
Tints of Fire Brick #B63227
RGB
CMYK
RGB Variations
Color information
#B63227 (or 0xB63227) is known color: Fire Brick. HEX triplet: B6, 32 and 27. RGB value is (182,50,39). Sum of RGB (Red+Green+Blue) = 182+50+39=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63227 is #49CDD8. Grayscale: #585858. Windows color (decimal): -4836825 or 2568886. OLE color: 2568886.
HSL color Cylindrical-coordinate representation of color #B63227: hue angle of 4.62º 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 #B63227 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 39 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.29 |
| HSL | 4.62º | 0.65% | 0.43% | - |
| HSV(B) | 4.62º | 0.79% | 0.71% | - |
| XYZ | 20.8 | 12.37 | 3.21 | - |
| YUV | 88.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 39 | 0 | 0.73 | 0.79 | 0.29 | 4.62 | 0.65 | 0.43 |
| Hex | B6 | 32 | 27 | 0 | 49 | 4F | 1D | 5 | 41 | 2B |
| Octal | 266 | 62 | 47 | 0 | 111 | 117 | 35 | 5 | 101 | 53 |
| Binary | 10110110 | 110010 | 100111 | 0 | 1001001 | 1001111 | 11101 | 101 | 1000001 | 101011 |
Color Harmonies of #B63227
Complementary color
Monochromatic Colors of #B63227
Black with #B63227
Text Example
Text Example
White with #B63227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63227; }
p { color: rgb(182,50,39); }
H1.HeaderClassName
{
color: #B63227;
}
.AnyTagClassName
{
color: #B63227;
}
</style>
background-color css
<style>
a { background-color: #B63227; }
a { background-color: rgb(182,50,39); }
div.DivClassName
{
background-color: #B63227;
}
.BgClassName
{
background-color: #B63227;
}
</style>
border-color css
<style>
span { border-color: #B63227; }
span { border-color: rgb(182,50,39); }
td.TdClassName
{
border-color: #B63227;
}
.TagClassName
{
border-color: #B63227;
}
</style>