Shades of Flame Pea #B3604D
Tints of Flame Pea #B3604D
RGB
CMYK
RGB Variations
Color information
#B3604D (or 0xB3604D) is known color: Flame Pea. HEX triplet: B3, 60 and 4D. RGB value is (179,96,77). Sum of RGB (Red+Green+Blue) = 179+96+77=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3604D is #4C9FB2. Grayscale: #767676. Windows color (decimal): -5021619 or 5071027. OLE color: 5071027.
HSL color Cylindrical-coordinate representation of color #B3604D: hue angle of 11.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3604D is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 77 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.30 |
| HSL | 11.18º | 0.4% | 0.5% | - |
| HSV(B) | 11.18º | 0.57% | 0.7% | - |
| XYZ | 24.11 | 18.49 | 9.32 | - |
| YUV | 118.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 77 | 0 | 0.46 | 0.57 | 0.30 | 11.18 | 0.4 | 0.5 |
| Hex | B3 | 60 | 4D | 0 | 2E | 39 | 1E | B | 28 | 32 |
| Octal | 263 | 140 | 115 | 0 | 56 | 71 | 36 | 13 | 50 | 62 |
| Binary | 10110011 | 1100000 | 1001101 | 0 | 101110 | 111001 | 11110 | 1011 | 101000 | 110010 |
Color Harmonies of #B3604D
Complementary color
Monochromatic Colors of #B3604D
Black with #B3604D
Text Example
Text Example
White with #B3604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3604D; }
p { color: rgb(179,96,77); }
H1.HeaderClassName
{
color: #B3604D;
}
.AnyTagClassName
{
color: #B3604D;
}
</style>
background-color css
<style>
a { background-color: #B3604D; }
a { background-color: rgb(179,96,77); }
div.DivClassName
{
background-color: #B3604D;
}
.BgClassName
{
background-color: #B3604D;
}
</style>
border-color css
<style>
span { border-color: #B3604D; }
span { border-color: rgb(179,96,77); }
td.TdClassName
{
border-color: #B3604D;
}
.TagClassName
{
border-color: #B3604D;
}
</style>