Shades of Fire Brick #B42E29
Tints of Fire Brick #B42E29
RGB
CMYK
RGB Variations
Color information
#B42E29 (or 0xB42E29) is known color: Fire Brick. HEX triplet: B4, 2E and 29. RGB value is (180,46,41). Sum of RGB (Red+Green+Blue) = 180+46+41=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E29 is #4BD1D6. Grayscale: #555555. Windows color (decimal): -4968919 or 2698932. OLE color: 2698932.
HSL color Cylindrical-coordinate representation of color #B42E29: hue angle of 2.16º 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 #B42E29 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 41 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.29 |
| HSL | 2.16º | 0.63% | 0.43% | - |
| HSV(B) | 2.16º | 0.77% | 0.71% | - |
| XYZ | 20.2 | 11.82 | 3.31 | - |
| YUV | 85.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 41 | 0 | 0.74 | 0.77 | 0.29 | 2.16 | 0.63 | 0.43 |
| Hex | B4 | 2E | 29 | 0 | 4A | 4D | 1D | 2 | 3F | 2B |
| Octal | 264 | 56 | 51 | 0 | 112 | 115 | 35 | 2 | 77 | 53 |
| Binary | 10110100 | 101110 | 101001 | 0 | 1001010 | 1001101 | 11101 | 10 | 111111 | 101011 |
Color Harmonies of #B42E29
Complementary color
Monochromatic Colors of #B42E29
Black with #B42E29
Text Example
Text Example
White with #B42E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E29; }
p { color: rgb(180,46,41); }
H1.HeaderClassName
{
color: #B42E29;
}
.AnyTagClassName
{
color: #B42E29;
}
</style>
background-color css
<style>
a { background-color: #B42E29; }
a { background-color: rgb(180,46,41); }
div.DivClassName
{
background-color: #B42E29;
}
.BgClassName
{
background-color: #B42E29;
}
</style>
border-color css
<style>
span { border-color: #B42E29; }
span { border-color: rgb(180,46,41); }
td.TdClassName
{
border-color: #B42E29;
}
.TagClassName
{
border-color: #B42E29;
}
</style>