Shades of Fire Brick #B42C29
Tints of Fire Brick #B42C29
RGB
CMYK
RGB Variations
Color information
#B42C29 (or 0xB42C29) is known color: Fire Brick. HEX triplet: B4, 2C and 29. RGB value is (180,44,41). Sum of RGB (Red+Green+Blue) = 180+44+41=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C29 is #4BD3D6. Grayscale: #545454. Windows color (decimal): -4969431 or 2698420. OLE color: 2698420.
HSL color Cylindrical-coordinate representation of color #B42C29: hue angle of 1.29º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42C29 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 41 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.29 |
| HSL | 1.29º | 0.63% | 0.43% | - |
| HSV(B) | 1.29º | 0.77% | 0.71% | - |
| XYZ | 20.12 | 11.66 | 3.29 | - |
| YUV | 84.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 41 | 0 | 0.76 | 0.77 | 0.29 | 1.29 | 0.63 | 0.43 |
| Hex | B4 | 2C | 29 | 0 | 4C | 4D | 1D | 1 | 3F | 2B |
| Octal | 264 | 54 | 51 | 0 | 114 | 115 | 35 | 1 | 77 | 53 |
| Binary | 10110100 | 101100 | 101001 | 0 | 1001100 | 1001101 | 11101 | 1 | 111111 | 101011 |
Color Harmonies of #B42C29
Complementary color
Monochromatic Colors of #B42C29
Black with #B42C29
Text Example
Text Example
White with #B42C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C29; }
p { color: rgb(180,44,41); }
H1.HeaderClassName
{
color: #B42C29;
}
.AnyTagClassName
{
color: #B42C29;
}
</style>
background-color css
<style>
a { background-color: #B42C29; }
a { background-color: rgb(180,44,41); }
div.DivClassName
{
background-color: #B42C29;
}
.BgClassName
{
background-color: #B42C29;
}
</style>
border-color css
<style>
span { border-color: #B42C29; }
span { border-color: rgb(180,44,41); }
td.TdClassName
{
border-color: #B42C29;
}
.TagClassName
{
border-color: #B42C29;
}
</style>