Shades of Flame Pea #B3604C
Tints of Flame Pea #B3604C
RGB
CMYK
RGB Variations
Color information
#B3604C (or 0xB3604C) is known color: Flame Pea. HEX triplet: B3, 60 and 4C. RGB value is (179,96,76). Sum of RGB (Red+Green+Blue) = 179+96+76=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3604C is #4C9FB3. Grayscale: #767676. Windows color (decimal): -5021620 or 5005491. OLE color: 5005491.
HSL color Cylindrical-coordinate representation of color #B3604C: hue angle of 11.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3604C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 76 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.30 |
| HSL | 11.65º | 0.4% | 0.5% | - |
| HSV(B) | 11.65º | 0.58% | 0.7% | - |
| XYZ | 24.08 | 18.47 | 9.13 | - |
| YUV | 118.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 76 | 0 | 0.46 | 0.58 | 0.30 | 11.65 | 0.4 | 0.5 |
| Hex | B3 | 60 | 4C | 0 | 2E | 3A | 1E | C | 28 | 32 |
| Octal | 263 | 140 | 114 | 0 | 56 | 72 | 36 | 14 | 50 | 62 |
| Binary | 10110011 | 1100000 | 1001100 | 0 | 101110 | 111010 | 11110 | 1100 | 101000 | 110010 |
Color Harmonies of #B3604C
Complementary color
Monochromatic Colors of #B3604C
Black with #B3604C
Text Example
Text Example
White with #B3604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3604C; }
p { color: rgb(179,96,76); }
H1.HeaderClassName
{
color: #B3604C;
}
.AnyTagClassName
{
color: #B3604C;
}
</style>
background-color css
<style>
a { background-color: #B3604C; }
a { background-color: rgb(179,96,76); }
div.DivClassName
{
background-color: #B3604C;
}
.BgClassName
{
background-color: #B3604C;
}
</style>
border-color css
<style>
span { border-color: #B3604C; }
span { border-color: rgb(179,96,76); }
td.TdClassName
{
border-color: #B3604C;
}
.TagClassName
{
border-color: #B3604C;
}
</style>