#B22F62

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

Shades of Rouge #B22F62

Tints of Rouge #B22F62

Color information

#B22F62 (or 0xB22F62) is unknown color: approx Rouge. HEX triplet: B2, 2F and 62. RGB value is (178,47,98). Sum of RGB (Red+Green+Blue) = 178+47+98=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F62 is #4DD09D. Grayscale: #5B5B5B. Windows color (decimal): -5099678 or 6434738. OLE color: 6434738.

HSL color Cylindrical-coordinate representation of color #B22F62: hue angle of 336.64º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F62 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1784798-
CMYK00.740.450.30
HSL336.64º58.22%44.12%-
HSV(B)336.64º73.6%69.8%-
XYZ21.5812.3812.81-
YUV91.98131.4189.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=55.11%
G=14.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178479800.740.450.30336.6458.2244.12
HexB22F6204A2D1E1513a2c
Octal26257142011255365217254
Binary1011001010111111000100100101010110111110101010001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F62; }

 p { color: rgb(178,47,98); }

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

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

 a { background-color: rgb(178,47,98); }

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

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

 span { border-color: rgb(178,47,98); }

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