Shades of Fire Brick #B32A1B
Tints of Fire Brick #B32A1B
RGB
CMYK
RGB Variations
Color information
#B32A1B (or 0xB32A1B) is known color: Fire Brick. HEX triplet: B3, 2A and 1B. RGB value is (179,42,27). Sum of RGB (Red+Green+Blue) = 179+42+27=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A1B is #4CD5E4. Grayscale: #515151. Windows color (decimal): -5035493 or 1780403. OLE color: 1780403.
HSL color Cylindrical-coordinate representation of color #B32A1B: hue angle of 5.92º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B32A1B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 27 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.30 |
| HSL | 5.92º | 0.74% | 0.4% | - |
| HSV(B) | 5.92º | 0.85% | 0.7% | - |
| XYZ | 19.62 | 11.32 | 2.19 | - |
| YUV | 81.25 | 97.39 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 27 | 0 | 0.77 | 0.85 | 0.30 | 5.92 | 0.74 | 0.4 |
| Hex | B3 | 2A | 1B | 0 | 4D | 55 | 1E | 6 | 4A | 28 |
| Octal | 263 | 52 | 33 | 0 | 115 | 125 | 36 | 6 | 112 | 50 |
| Binary | 10110011 | 101010 | 11011 | 0 | 1001101 | 1010101 | 11110 | 110 | 1001010 | 101000 |
Color Harmonies of #B32A1B
Complementary color
Monochromatic Colors of #B32A1B
Black with #B32A1B
Text Example
Text Example
White with #B32A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A1B; }
p { color: rgb(179,42,27); }
H1.HeaderClassName
{
color: #B32A1B;
}
.AnyTagClassName
{
color: #B32A1B;
}
</style>
background-color css
<style>
a { background-color: #B32A1B; }
a { background-color: rgb(179,42,27); }
div.DivClassName
{
background-color: #B32A1B;
}
.BgClassName
{
background-color: #B32A1B;
}
</style>
border-color css
<style>
span { border-color: #B32A1B; }
span { border-color: rgb(179,42,27); }
td.TdClassName
{
border-color: #B32A1B;
}
.TagClassName
{
border-color: #B32A1B;
}
</style>