Shades of Fire Brick #B42C26
Tints of Fire Brick #B42C26
RGB
CMYK
RGB Variations
Color information
#B42C26 (or 0xB42C26) is known color: Fire Brick. HEX triplet: B4, 2C and 26. RGB value is (180,44,38). Sum of RGB (Red+Green+Blue) = 180+44+38=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C26 is #4BD3D9. Grayscale: #545454. Windows color (decimal): -4969434 or 2501812. OLE color: 2501812.
HSL color Cylindrical-coordinate representation of color #B42C26: hue angle of 2.54º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42C26 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 38 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.29 |
| HSL | 2.54º | 0.65% | 0.43% | - |
| HSV(B) | 2.54º | 0.79% | 0.71% | - |
| XYZ | 20.07 | 11.64 | 3.02 | - |
| YUV | 83.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 38 | 0 | 0.76 | 0.79 | 0.29 | 2.54 | 0.65 | 0.43 |
| Hex | B4 | 2C | 26 | 0 | 4C | 4F | 1D | 3 | 41 | 2B |
| Octal | 264 | 54 | 46 | 0 | 114 | 117 | 35 | 3 | 101 | 53 |
| Binary | 10110100 | 101100 | 100110 | 0 | 1001100 | 1001111 | 11101 | 11 | 1000001 | 101011 |
Color Harmonies of #B42C26
Complementary color
Monochromatic Colors of #B42C26
Black with #B42C26
Text Example
Text Example
White with #B42C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C26; }
p { color: rgb(180,44,38); }
H1.HeaderClassName
{
color: #B42C26;
}
.AnyTagClassName
{
color: #B42C26;
}
</style>
background-color css
<style>
a { background-color: #B42C26; }
a { background-color: rgb(180,44,38); }
div.DivClassName
{
background-color: #B42C26;
}
.BgClassName
{
background-color: #B42C26;
}
</style>
border-color css
<style>
span { border-color: #B42C26; }
span { border-color: rgb(180,44,38); }
td.TdClassName
{
border-color: #B42C26;
}
.TagClassName
{
border-color: #B42C26;
}
</style>