Shades of Fire Brick #B42D1B
Tints of Fire Brick #B42D1B
RGB
CMYK
RGB Variations
Color information
#B42D1B (or 0xB42D1B) is known color: Fire Brick. HEX triplet: B4, 2D and 1B. RGB value is (180,45,27). Sum of RGB (Red+Green+Blue) = 180+45+27=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D1B is #4BD2E4. Grayscale: #535353. Windows color (decimal): -4969189 or 1781172. OLE color: 1781172.
HSL color Cylindrical-coordinate representation of color #B42D1B: hue angle of 7.06º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B42D1B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 27 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.29 |
| HSL | 7.06º | 0.74% | 0.41% | - |
| HSV(B) | 7.06º | 0.85% | 0.71% | - |
| XYZ | 19.96 | 11.66 | 2.24 | - |
| YUV | 83.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 27 | 0 | 0.75 | 0.85 | 0.29 | 7.06 | 0.74 | 0.41 |
| Hex | B4 | 2D | 1B | 0 | 4B | 55 | 1D | 7 | 4A | 29 |
| Octal | 264 | 55 | 33 | 0 | 113 | 125 | 35 | 7 | 112 | 51 |
| Binary | 10110100 | 101101 | 11011 | 0 | 1001011 | 1010101 | 11101 | 111 | 1001010 | 101001 |
Color Harmonies of #B42D1B
Complementary color
Monochromatic Colors of #B42D1B
Black with #B42D1B
Text Example
Text Example
White with #B42D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D1B; }
p { color: rgb(180,45,27); }
H1.HeaderClassName
{
color: #B42D1B;
}
.AnyTagClassName
{
color: #B42D1B;
}
</style>
background-color css
<style>
a { background-color: #B42D1B; }
a { background-color: rgb(180,45,27); }
div.DivClassName
{
background-color: #B42D1B;
}
.BgClassName
{
background-color: #B42D1B;
}
</style>
border-color css
<style>
span { border-color: #B42D1B; }
span { border-color: rgb(180,45,27); }
td.TdClassName
{
border-color: #B42D1B;
}
.TagClassName
{
border-color: #B42D1B;
}
</style>