#B22B62

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

Shades of Rouge #B22B62

Tints of Rouge #B22B62

Color information

#B22B62 (or 0xB22B62) is unknown color: approx Rouge. HEX triplet: B2, 2B and 62. RGB value is (178,43,98). Sum of RGB (Red+Green+Blue) = 178+43+98=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B62 is #4DD49D. Grayscale: #595959. Windows color (decimal): -5100702 or 6433714. OLE color: 6433714.

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

Color convert

RGB1784398-
CMYK00.760.450.30
HSL335.56º61.09%43.33%-
HSV(B)335.56º75.84%69.8%-
XYZ21.4312.0712.76-
YUV89.64132.73191.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=55.80%
G=13.48%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178439800.760.450.30335.5661.0943.33
HexB22B6204C2D1E1503d2b
Octal26253142011455365207553
Binary1011001010101111000100100110010110111110101010000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B62; }

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

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

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

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

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

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

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

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