Shades of Fire Brick #B32C14
Tints of Fire Brick #B32C14
RGB
CMYK
RGB Variations
Color information
#B32C14 (or 0xB32C14) is known color: Fire Brick. HEX triplet: B3, 2C and 14. RGB value is (179,44,20). Sum of RGB (Red+Green+Blue) = 179+44+20=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C14 is #4CD3EB. Grayscale: #515151. Windows color (decimal): -5034988 or 1322163. OLE color: 1322163.
HSL color Cylindrical-coordinate representation of color #B32C14: hue angle of 9.06º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B32C14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 20 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.30 |
| HSL | 9.06º | 0.8% | 0.39% | - |
| HSV(B) | 9.06º | 0.89% | 0.7% | - |
| XYZ | 19.62 | 11.44 | 1.84 | - |
| YUV | 81.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 20 | 0 | 0.75 | 0.89 | 0.30 | 9.06 | 0.8 | 0.39 |
| Hex | B3 | 2C | 14 | 0 | 4B | 59 | 1E | 9 | 50 | 27 |
| Octal | 263 | 54 | 24 | 0 | 113 | 131 | 36 | 11 | 120 | 47 |
| Binary | 10110011 | 101100 | 10100 | 0 | 1001011 | 1011001 | 11110 | 1001 | 1010000 | 100111 |
Color Harmonies of #B32C14
Complementary color
Monochromatic Colors of #B32C14
Black with #B32C14
Text Example
Text Example
White with #B32C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C14; }
p { color: rgb(179,44,20); }
H1.HeaderClassName
{
color: #B32C14;
}
.AnyTagClassName
{
color: #B32C14;
}
</style>
background-color css
<style>
a { background-color: #B32C14; }
a { background-color: rgb(179,44,20); }
div.DivClassName
{
background-color: #B32C14;
}
.BgClassName
{
background-color: #B32C14;
}
</style>
border-color css
<style>
span { border-color: #B32C14; }
span { border-color: rgb(179,44,20); }
td.TdClassName
{
border-color: #B32C14;
}
.TagClassName
{
border-color: #B32C14;
}
</style>