Shades of Fire Brick #B63127
Tints of Fire Brick #B63127
RGB
CMYK
RGB Variations
Color information
#B63127 (or 0xB63127) is known color: Fire Brick. HEX triplet: B6, 31 and 27. RGB value is (182,49,39). Sum of RGB (Red+Green+Blue) = 182+49+39=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63127 is #49CED8. Grayscale: #575757. Windows color (decimal): -4837081 or 2568630. OLE color: 2568630.
HSL color Cylindrical-coordinate representation of color #B63127: hue angle of 4.2º 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 #B63127 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 39 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.29 |
| HSL | 4.2º | 0.65% | 0.43% | - |
| HSV(B) | 4.2º | 0.79% | 0.71% | - |
| XYZ | 20.76 | 12.29 | 3.2 | - |
| YUV | 87.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 39 | 0 | 0.73 | 0.79 | 0.29 | 4.2 | 0.65 | 0.43 |
| Hex | B6 | 31 | 27 | 0 | 49 | 4F | 1D | 4 | 41 | 2B |
| Octal | 266 | 61 | 47 | 0 | 111 | 117 | 35 | 4 | 101 | 53 |
| Binary | 10110110 | 110001 | 100111 | 0 | 1001001 | 1001111 | 11101 | 100 | 1000001 | 101011 |
Color Harmonies of #B63127
Complementary color
Monochromatic Colors of #B63127
Black with #B63127
Text Example
Text Example
White with #B63127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63127; }
p { color: rgb(182,49,39); }
H1.HeaderClassName
{
color: #B63127;
}
.AnyTagClassName
{
color: #B63127;
}
</style>
background-color css
<style>
a { background-color: #B63127; }
a { background-color: rgb(182,49,39); }
div.DivClassName
{
background-color: #B63127;
}
.BgClassName
{
background-color: #B63127;
}
</style>
border-color css
<style>
span { border-color: #B63127; }
span { border-color: rgb(182,49,39); }
td.TdClassName
{
border-color: #B63127;
}
.TagClassName
{
border-color: #B63127;
}
</style>