Shades of Fire Brick #B43127
Tints of Fire Brick #B43127
RGB
CMYK
RGB Variations
Color information
#B43127 (or 0xB43127) is known color: Fire Brick. HEX triplet: B4, 31 and 27. RGB value is (180,49,39). Sum of RGB (Red+Green+Blue) = 180+49+39=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43127 is #4BCED8. Grayscale: #575757. Windows color (decimal): -4968153 or 2568628. OLE color: 2568628.
HSL color Cylindrical-coordinate representation of color #B43127: hue angle of 4.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B43127 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 39 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.29 |
| HSL | 4.26º | 0.64% | 0.43% | - |
| HSV(B) | 4.26º | 0.78% | 0.71% | - |
| XYZ | 20.29 | 12.05 | 3.18 | - |
| YUV | 87.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 39 | 0 | 0.73 | 0.78 | 0.29 | 4.26 | 0.64 | 0.43 |
| Hex | B4 | 31 | 27 | 0 | 49 | 4E | 1D | 4 | 40 | 2B |
| Octal | 264 | 61 | 47 | 0 | 111 | 116 | 35 | 4 | 100 | 53 |
| Binary | 10110100 | 110001 | 100111 | 0 | 1001001 | 1001110 | 11101 | 100 | 1000000 | 101011 |
Color Harmonies of #B43127
Complementary color
Monochromatic Colors of #B43127
Black with #B43127
Text Example
Text Example
White with #B43127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43127; }
p { color: rgb(180,49,39); }
H1.HeaderClassName
{
color: #B43127;
}
.AnyTagClassName
{
color: #B43127;
}
</style>
background-color css
<style>
a { background-color: #B43127; }
a { background-color: rgb(180,49,39); }
div.DivClassName
{
background-color: #B43127;
}
.BgClassName
{
background-color: #B43127;
}
</style>
border-color css
<style>
span { border-color: #B43127; }
span { border-color: rgb(180,49,39); }
td.TdClassName
{
border-color: #B43127;
}
.TagClassName
{
border-color: #B43127;
}
</style>