Shades of Fire Brick #B42523
Tints of Fire Brick #B42523
RGB
CMYK
RGB Variations
Color information
#B42523 (or 0xB42523) is known color: Fire Brick. HEX triplet: B4, 25 and 23. RGB value is (180,37,35). Sum of RGB (Red+Green+Blue) = 180+37+35=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B42523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42523 is #4BDADC. Grayscale: #4F4F4F. Windows color (decimal): -4971229 or 2303412. OLE color: 2303412.
HSL color Cylindrical-coordinate representation of color #B42523: hue angle of 0.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42523 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 35 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.29 |
| HSL | 0.83º | 0.67% | 0.42% | - |
| HSV(B) | 0.83º | 0.81% | 0.71% | - |
| XYZ | 19.79 | 11.15 | 2.7 | - |
| YUV | 79.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 35 | 0 | 0.79 | 0.81 | 0.29 | 0.83 | 0.67 | 0.42 |
| Hex | B4 | 25 | 23 | 0 | 4F | 51 | 1D | 1 | 43 | 2A |
| Octal | 264 | 45 | 43 | 0 | 117 | 121 | 35 | 1 | 103 | 52 |
| Binary | 10110100 | 100101 | 100011 | 0 | 1001111 | 1010001 | 11101 | 1 | 1000011 | 101010 |
Color Harmonies of #B42523
Complementary color
Monochromatic Colors of #B42523
Black with #B42523
Text Example
Text Example
White with #B42523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42523; }
p { color: rgb(180,37,35); }
H1.HeaderClassName
{
color: #B42523;
}
.AnyTagClassName
{
color: #B42523;
}
</style>
background-color css
<style>
a { background-color: #B42523; }
a { background-color: rgb(180,37,35); }
div.DivClassName
{
background-color: #B42523;
}
.BgClassName
{
background-color: #B42523;
}
</style>
border-color css
<style>
span { border-color: #B42523; }
span { border-color: rgb(180,37,35); }
td.TdClassName
{
border-color: #B42523;
}
.TagClassName
{
border-color: #B42523;
}
</style>