Shades of Fire Brick #B23420
Tints of Fire Brick #B23420
RGB
CMYK
RGB Variations
Color information
#B23420 (or 0xB23420) is known color: Fire Brick. HEX triplet: B2, 34 and 20. RGB value is (178,52,32). Sum of RGB (Red+Green+Blue) = 178+52+32=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23420 is #4DCBDF. Grayscale: #575757. Windows color (decimal): -5098464 or 2110642. OLE color: 2110642.
HSL color Cylindrical-coordinate representation of color #B23420: hue angle of 8.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B23420 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 32 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.30 |
| HSL | 8.22º | 0.7% | 0.41% | - |
| HSV(B) | 8.22º | 0.82% | 0.7% | - |
| XYZ | 19.85 | 12.03 | 2.64 | - |
| YUV | 87.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 32 | 0 | 0.71 | 0.82 | 0.30 | 8.22 | 0.7 | 0.41 |
| Hex | B2 | 34 | 20 | 0 | 47 | 52 | 1E | 8 | 46 | 29 |
| Octal | 262 | 64 | 40 | 0 | 107 | 122 | 36 | 10 | 106 | 51 |
| Binary | 10110010 | 110100 | 100000 | 0 | 1000111 | 1010010 | 11110 | 1000 | 1000110 | 101001 |
Color Harmonies of #B23420
Complementary color
Monochromatic Colors of #B23420
Black with #B23420
Text Example
Text Example
White with #B23420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23420; }
p { color: rgb(178,52,32); }
H1.HeaderClassName
{
color: #B23420;
}
.AnyTagClassName
{
color: #B23420;
}
</style>
background-color css
<style>
a { background-color: #B23420; }
a { background-color: rgb(178,52,32); }
div.DivClassName
{
background-color: #B23420;
}
.BgClassName
{
background-color: #B23420;
}
</style>
border-color css
<style>
span { border-color: #B23420; }
span { border-color: rgb(178,52,32); }
td.TdClassName
{
border-color: #B23420;
}
.TagClassName
{
border-color: #B23420;
}
</style>