#B22D6D

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

Shades of Rouge #B22D6D

Tints of Rouge #B22D6D

Color information

#B22D6D (or 0xB22D6D) is unknown color: approx Rouge. HEX triplet: B2, 2D and 6D. RGB value is (178,45,109). Sum of RGB (Red+Green+Blue) = 178+45+109=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D6D is #4DD292. Grayscale: #5B5B5B. Windows color (decimal): -5100179 or 7155122. OLE color: 7155122.

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

Color convert

RGB17845109-
CMYK00.750.390.30
HSL331.13º59.64%43.73%-
HSV(B)331.13º74.72%69.8%-
XYZ22.0612.4515.71-
YUV92.06137.56189.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 45 (17.97% from 255) = 13.55%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=53.61%
G=13.55%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784510900.750.390.30331.1359.6443.73
HexB22D6D04B271E14b3c2c
Octal26255155011347365137454
Binary1011001010110111011010100101110011111110101001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D6D; }

 p { color: rgb(178,45,109); }

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

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

 a { background-color: rgb(178,45,109); }

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

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

 span { border-color: rgb(178,45,109); }

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