Shades of Fire Brick #B42823
Tints of Fire Brick #B42823
RGB
CMYK
RGB Variations
Color information
#B42823 (or 0xB42823) is known color: Fire Brick. HEX triplet: B4, 28 and 23. RGB value is (180,40,35). Sum of RGB (Red+Green+Blue) = 180+40+35=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B42823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42823 is #4BD7DC. Grayscale: #515151. Windows color (decimal): -4970461 or 2304180. OLE color: 2304180.
HSL color Cylindrical-coordinate representation of color #B42823: hue angle of 2.07º 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 #B42823 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 35 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.29 |
| HSL | 2.07º | 0.67% | 0.42% | - |
| HSV(B) | 2.07º | 0.81% | 0.71% | - |
| XYZ | 19.88 | 11.34 | 2.73 | - |
| YUV | 81.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 35 | 0 | 0.78 | 0.81 | 0.29 | 2.07 | 0.67 | 0.42 |
| Hex | B4 | 28 | 23 | 0 | 4E | 51 | 1D | 2 | 43 | 2A |
| Octal | 264 | 50 | 43 | 0 | 116 | 121 | 35 | 2 | 103 | 52 |
| Binary | 10110100 | 101000 | 100011 | 0 | 1001110 | 1010001 | 11101 | 10 | 1000011 | 101010 |
Color Harmonies of #B42823
Complementary color
Monochromatic Colors of #B42823
Black with #B42823
Text Example
Text Example
White with #B42823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42823; }
p { color: rgb(180,40,35); }
H1.HeaderClassName
{
color: #B42823;
}
.AnyTagClassName
{
color: #B42823;
}
</style>
background-color css
<style>
a { background-color: #B42823; }
a { background-color: rgb(180,40,35); }
div.DivClassName
{
background-color: #B42823;
}
.BgClassName
{
background-color: #B42823;
}
</style>
border-color css
<style>
span { border-color: #B42823; }
span { border-color: rgb(180,40,35); }
td.TdClassName
{
border-color: #B42823;
}
.TagClassName
{
border-color: #B42823;
}
</style>