Shades of Fire Brick #B42C27
Tints of Fire Brick #B42C27
RGB
CMYK
RGB Variations
Color information
#B42C27 (or 0xB42C27) is known color: Fire Brick. HEX triplet: B4, 2C and 27. RGB value is (180,44,39). Sum of RGB (Red+Green+Blue) = 180+44+39=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C27 is #4BD3D8. Grayscale: #545454. Windows color (decimal): -4969433 or 2567348. OLE color: 2567348.
HSL color Cylindrical-coordinate representation of color #B42C27: hue angle of 2.13º 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 #B42C27 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 39 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.29 |
| HSL | 2.13º | 0.64% | 0.43% | - |
| HSV(B) | 2.13º | 0.78% | 0.71% | - |
| XYZ | 20.09 | 11.65 | 3.11 | - |
| YUV | 84.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 39 | 0 | 0.76 | 0.78 | 0.29 | 2.13 | 0.64 | 0.43 |
| Hex | B4 | 2C | 27 | 0 | 4C | 4E | 1D | 2 | 40 | 2B |
| Octal | 264 | 54 | 47 | 0 | 114 | 116 | 35 | 2 | 100 | 53 |
| Binary | 10110100 | 101100 | 100111 | 0 | 1001100 | 1001110 | 11101 | 10 | 1000000 | 101011 |
Color Harmonies of #B42C27
Complementary color
Monochromatic Colors of #B42C27
Black with #B42C27
Text Example
Text Example
White with #B42C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C27; }
p { color: rgb(180,44,39); }
H1.HeaderClassName
{
color: #B42C27;
}
.AnyTagClassName
{
color: #B42C27;
}
</style>
background-color css
<style>
a { background-color: #B42C27; }
a { background-color: rgb(180,44,39); }
div.DivClassName
{
background-color: #B42C27;
}
.BgClassName
{
background-color: #B42C27;
}
</style>
border-color css
<style>
span { border-color: #B42C27; }
span { border-color: rgb(180,44,39); }
td.TdClassName
{
border-color: #B42C27;
}
.TagClassName
{
border-color: #B42C27;
}
</style>