Shades of Fire Brick #B02423
Tints of Fire Brick #B02423
RGB
CMYK
RGB Variations
Color information
#B02423 (or 0xB02423) is known color: Fire Brick. HEX triplet: B0, 24 and 23. RGB value is (176,36,35). Sum of RGB (Red+Green+Blue) = 176+36+35=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B02423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02423 is #4FDBDC. Grayscale: #4D4D4D. Windows color (decimal): -5233629 or 2303152. OLE color: 2303152.
HSL color Cylindrical-coordinate representation of color #B02423: hue angle of 0.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02423 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 35 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.31 |
| HSL | 0.43º | 0.67% | 0.41% | - |
| HSV(B) | 0.43º | 0.8% | 0.69% | - |
| XYZ | 18.84 | 10.61 | 2.65 | - |
| YUV | 77.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 35 | 0 | 0.80 | 0.80 | 0.31 | 0.43 | 0.67 | 0.41 |
| Hex | B0 | 24 | 23 | 0 | 50 | 50 | 1F | 0 | 43 | 29 |
| Octal | 260 | 44 | 43 | 0 | 120 | 120 | 37 | 0 | 103 | 51 |
| Binary | 10110000 | 100100 | 100011 | 0 | 1010000 | 1010000 | 11111 | 0 | 1000011 | 101001 |
Color Harmonies of #B02423
Complementary color
Monochromatic Colors of #B02423
Black with #B02423
Text Example
Text Example
White with #B02423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02423; }
p { color: rgb(176,36,35); }
H1.HeaderClassName
{
color: #B02423;
}
.AnyTagClassName
{
color: #B02423;
}
</style>
background-color css
<style>
a { background-color: #B02423; }
a { background-color: rgb(176,36,35); }
div.DivClassName
{
background-color: #B02423;
}
.BgClassName
{
background-color: #B02423;
}
</style>
border-color css
<style>
span { border-color: #B02423; }
span { border-color: rgb(176,36,35); }
td.TdClassName
{
border-color: #B02423;
}
.TagClassName
{
border-color: #B02423;
}
</style>