Shades of Fire Brick #B42D2B
Tints of Fire Brick #B42D2B
RGB
CMYK
RGB Variations
Color information
#B42D2B (or 0xB42D2B) is known color: Fire Brick. HEX triplet: B4, 2D and 2B. RGB value is (180,45,43). Sum of RGB (Red+Green+Blue) = 180+45+43=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D2B is #4BD2D4. Grayscale: #555555. Windows color (decimal): -4969173 or 2829748. OLE color: 2829748.
HSL color Cylindrical-coordinate representation of color #B42D2B: hue angle of 0.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42D2B is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 43 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.29 |
| HSL | 0.88º | 0.61% | 0.44% | - |
| HSV(B) | 0.88º | 0.76% | 0.71% | - |
| XYZ | 20.2 | 11.75 | 3.49 | - |
| YUV | 85.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 43 | 0 | 0.75 | 0.76 | 0.29 | 0.88 | 0.61 | 0.44 |
| Hex | B4 | 2D | 2B | 0 | 4B | 4C | 1D | 1 | 3D | 2C |
| Octal | 264 | 55 | 53 | 0 | 113 | 114 | 35 | 1 | 75 | 54 |
| Binary | 10110100 | 101101 | 101011 | 0 | 1001011 | 1001100 | 11101 | 1 | 111101 | 101100 |
Color Harmonies of #B42D2B
Complementary color
Monochromatic Colors of #B42D2B
Black with #B42D2B
Text Example
Text Example
White with #B42D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D2B; }
p { color: rgb(180,45,43); }
H1.HeaderClassName
{
color: #B42D2B;
}
.AnyTagClassName
{
color: #B42D2B;
}
</style>
background-color css
<style>
a { background-color: #B42D2B; }
a { background-color: rgb(180,45,43); }
div.DivClassName
{
background-color: #B42D2B;
}
.BgClassName
{
background-color: #B42D2B;
}
</style>
border-color css
<style>
span { border-color: #B42D2B; }
span { border-color: rgb(180,45,43); }
td.TdClassName
{
border-color: #B42D2B;
}
.TagClassName
{
border-color: #B42D2B;
}
</style>