#B22F6C

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

Shades of Rouge #B22F6C

Tints of Rouge #B22F6C

Color information

#B22F6C (or 0xB22F6C) is unknown color: approx Rouge. HEX triplet: B2, 2F and 6C. RGB value is (178,47,108). Sum of RGB (Red+Green+Blue) = 178+47+108=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F6C is #4DD093. Grayscale: #5D5D5D. Windows color (decimal): -5099668 or 7090098. OLE color: 7090098.

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

Color convert

RGB17847108-
CMYK00.740.390.30
HSL332.06º58.22%44.12%-
HSV(B)332.06º73.6%69.8%-
XYZ22.0812.5815.45-
YUV93.12136.4188.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=53.45%
G=14.11%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784710800.740.390.30332.0658.2244.12
HexB22F6C04A271E14c3a2c
Octal26257154011247365147254
Binary1011001010111111011000100101010011111110101001100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F6C; }

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

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

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

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

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

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

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

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