#B3424B

Color #B3424B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B3424B

Tints of Hippie Pink #B3424B

Color information

#B3424B (or 0xB3424B) is unknown color: approx Hippie Pink. HEX triplet: B3, 42 and 4B. RGB value is (179,66,75). Sum of RGB (Red+Green+Blue) = 179+66+75=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3424B is #4CBDB4. Grayscale: #646464. Windows color (decimal): -5029301 or 4932275. OLE color: 4932275.

HSL color Cylindrical-coordinate representation of color #B3424B: hue angle of 355.22º 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 #B3424B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1796675-
CMYK00.630.580.30
HSL355.22º46.12%48.04%-
HSV(B)355.22º63.13%70.2%-
XYZ21.8113.998.21-
YUV100.81113.44183.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=55.94%
G=20.62%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179667500.630.580.30355.2246.1248.04
HexB3424B03F3A1E1632e30
Octal26310211307772365435660
Binary1011001110000101001011011111111101011110101100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3424B; }

 p { color: rgb(179,66,75); }

 H1.HeaderClassName
 {
   color: #B3424B;
 }
 .AnyTagClassName
 {
   color: #B3424B;
 }
</style>
background-color css

<style>
 a { background-color: #B3424B; }

 a { background-color: rgb(179,66,75); }

 div.DivClassName
 {
   background-color: #B3424B;
 }
 .BgClassName
 {
   background-color: #B3424B;
 }
</style>
border-color css

<style>
 span { border-color: #B3424B; }

 span { border-color: rgb(179,66,75); }

 td.TdClassName
 {
   border-color: #B3424B;
 }
 .TagClassName
 {
   border-color: #B3424B;
 }
</style>