#B22F5A

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

Shades of Rouge #B22F5A

Tints of Rouge #B22F5A

Color information

#B22F5A (or 0xB22F5A) is unknown color: approx Rouge. HEX triplet: B2, 2F and 5A. RGB value is (178,47,90). Sum of RGB (Red+Green+Blue) = 178+47+90=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F5A is #4DD0A5. Grayscale: #5B5B5B. Windows color (decimal): -5099686 or 5910450. OLE color: 5910450.

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

Color convert

RGB1784790-
CMYK00.740.490.30
HSL340.31º58.22%44.12%-
HSV(B)340.31º73.6%69.8%-
XYZ21.2212.2410.92-
YUV91.07127.4190-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=56.51%
G=14.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178479000.740.490.30340.3158.2244.12
HexB22F5A04A311E1543a2c
Octal26257132011261365247254
Binary1011001010111110110100100101011000111110101010100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F5A; }

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

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

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

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

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

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

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

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