Html Css Color HEX #B22C64 Rouge

📋 copy color: '#B22C64'

red 178 ◦ green 44 ◦ blue 100

#B22C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B22C64

Tints of Rouge #B22C64

RGB

 RED value IS 178 (69.92% from 255) = 55.28%

 GREEN value IS 44 (17.58% from 255) = 13.66%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 55.28%
G = 13.66%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B22C64 (or 0xB22C64) is known color: Rouge. HEX triplet: B2, 2C and 64. RGB value is (178,44,100). Sum of RGB (Red+Green+Blue) = 178+44+100=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C64 is #4DD39B. Grayscale: #5A5A5A. Windows color (decimal): -5100444 or 6565042. OLE color: 6565042.

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

Color convert

RGB 178 44 100 -
CMYK 0 0.75 0.44 0.30
HSL 334.93º 0.6% 0.44% -
HSV(B) 334.93º 0.75% 0.7% -
XYZ 21.56 12.19 13.27 -
YUV 90.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 178 44 100 0 0.75 0.44 0.30 334.93 0.6 0.44
Hex B2 2C 64 0 4B 2C 1E 14F 3C 2C
Octal 262 54 144 0 113 54 36 517 74 54
Binary 10110010 101100 1100100 0 1001011 101100 11110 101001111 111100 101100

Color Harmonies of #B22C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C64

Black with #B22C64

Text Example


Text Example

White with #B22C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C64; }

 p { color: rgb(178,44,100); }

 H1.HeaderClassName
 {
   color: #B22C64;
 }
 .AnyTagClassName
 {
   color: #B22C64;
 }
</style>

background-color css

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

 a { background-color: rgb(178,44,100); }

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

border-color css

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

 span { border-color: rgb(178,44,100); }

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