Shades of Flame Pea #B3553F
Tints of Flame Pea #B3553F
RGB
CMYK
RGB Variations
Color information
#B3553F (or 0xB3553F) is known color: Flame Pea. HEX triplet: B3, 55 and 3F. RGB value is (179,85,63). Sum of RGB (Red+Green+Blue) = 179+85+63=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3553F is #4CAAC0. Grayscale: #6E6E6E. Windows color (decimal): -5024449 or 4150707. OLE color: 4150707.
HSL color Cylindrical-coordinate representation of color #B3553F: hue angle of 11.38º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3553F is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 63 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.30 |
| HSL | 11.38º | 0.48% | 0.47% | - |
| HSV(B) | 11.38º | 0.65% | 0.7% | - |
| XYZ | 22.74 | 16.44 | 6.68 | - |
| YUV | 110.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 63 | 0 | 0.53 | 0.65 | 0.30 | 11.38 | 0.48 | 0.47 |
| Hex | B3 | 55 | 3F | 0 | 35 | 41 | 1E | B | 30 | 2F |
| Octal | 263 | 125 | 77 | 0 | 65 | 101 | 36 | 13 | 60 | 57 |
| Binary | 10110011 | 1010101 | 111111 | 0 | 110101 | 1000001 | 11110 | 1011 | 110000 | 101111 |
Color Harmonies of #B3553F
Complementary color
Monochromatic Colors of #B3553F
Black with #B3553F
Text Example
Text Example
White with #B3553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3553F; }
p { color: rgb(179,85,63); }
H1.HeaderClassName
{
color: #B3553F;
}
.AnyTagClassName
{
color: #B3553F;
}
</style>
background-color css
<style>
a { background-color: #B3553F; }
a { background-color: rgb(179,85,63); }
div.DivClassName
{
background-color: #B3553F;
}
.BgClassName
{
background-color: #B3553F;
}
</style>
border-color css
<style>
span { border-color: #B3553F; }
span { border-color: rgb(179,85,63); }
td.TdClassName
{
border-color: #B3553F;
}
.TagClassName
{
border-color: #B3553F;
}
</style>