Shades of Hippie Pink #B2424C
Tints of Hippie Pink #B2424C
RGB
CMYK
RGB Variations
Color information
#B2424C (or 0xB2424C) is known color: Hippie Pink. HEX triplet: B2, 42 and 4C. RGB value is (178,66,76). Sum of RGB (Red+Green+Blue) = 178+66+76=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2424C is #4DBDB3. Grayscale: #646464. Windows color (decimal): -5094836 or 4997810. OLE color: 4997810.
HSL color Cylindrical-coordinate representation of color #B2424C: hue angle of 354.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2424C is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 76 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.30 |
| HSL | 354.64º | 0.46% | 0.48% | - |
| HSV(B) | 354.64º | 0.63% | 0.7% | - |
| XYZ | 21.61 | 13.88 | 8.38 | - |
| YUV | 100.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 76 | 0 | 0.63 | 0.57 | 0.30 | 354.64 | 0.46 | 0.48 |
| Hex | B2 | 42 | 4C | 0 | 3F | 39 | 1E | 163 | 2E | 30 |
| Octal | 262 | 102 | 114 | 0 | 77 | 71 | 36 | 543 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1001100 | 0 | 111111 | 111001 | 11110 | 101100011 | 101110 | 110000 |
Color Harmonies of #B2424C
Complementary color
Monochromatic Colors of #B2424C
Black with #B2424C
Text Example
Text Example
White with #B2424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2424C; }
p { color: rgb(178,66,76); }
H1.HeaderClassName
{
color: #B2424C;
}
.AnyTagClassName
{
color: #B2424C;
}
</style>
background-color css
<style>
a { background-color: #B2424C; }
a { background-color: rgb(178,66,76); }
div.DivClassName
{
background-color: #B2424C;
}
.BgClassName
{
background-color: #B2424C;
}
</style>
border-color css
<style>
span { border-color: #B2424C; }
span { border-color: rgb(178,66,76); }
td.TdClassName
{
border-color: #B2424C;
}
.TagClassName
{
border-color: #B2424C;
}
</style>