Shades of Fire Brick #B3261C
Tints of Fire Brick #B3261C
RGB
CMYK
RGB Variations
Color information
#B3261C (or 0xB3261C) is known color: Fire Brick. HEX triplet: B3, 26 and 1C. RGB value is (179,38,28). Sum of RGB (Red+Green+Blue) = 179+38+28=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3261C is #4CD9E3. Grayscale: #4F4F4F. Windows color (decimal): -5036516 or 1844915. OLE color: 1844915.
HSL color Cylindrical-coordinate representation of color #B3261C: hue angle of 3.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3261C is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 28 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.30 |
| HSL | 3.97º | 0.73% | 0.41% | - |
| HSV(B) | 3.97º | 0.84% | 0.7% | - |
| XYZ | 19.49 | 11.05 | 2.2 | - |
| YUV | 79.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 28 | 0 | 0.79 | 0.84 | 0.30 | 3.97 | 0.73 | 0.41 |
| Hex | B3 | 26 | 1C | 0 | 4F | 54 | 1E | 4 | 49 | 29 |
| Octal | 263 | 46 | 34 | 0 | 117 | 124 | 36 | 4 | 111 | 51 |
| Binary | 10110011 | 100110 | 11100 | 0 | 1001111 | 1010100 | 11110 | 100 | 1001001 | 101001 |
Color Harmonies of #B3261C
Complementary color
Monochromatic Colors of #B3261C
Black with #B3261C
Text Example
Text Example
White with #B3261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3261C; }
p { color: rgb(179,38,28); }
H1.HeaderClassName
{
color: #B3261C;
}
.AnyTagClassName
{
color: #B3261C;
}
</style>
background-color css
<style>
a { background-color: #B3261C; }
a { background-color: rgb(179,38,28); }
div.DivClassName
{
background-color: #B3261C;
}
.BgClassName
{
background-color: #B3261C;
}
</style>
border-color css
<style>
span { border-color: #B3261C; }
span { border-color: rgb(179,38,28); }
td.TdClassName
{
border-color: #B3261C;
}
.TagClassName
{
border-color: #B3261C;
}
</style>