Html Css Color HEX #B22C63 Rouge

📋 copy color: '#B22C63'

red 178 ◦ green 44 ◦ blue 99

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

Shades of Rouge #B22C63

Tints of Rouge #B22C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 55.45%
G = 13.71%
B = 30.84%

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

#B22C63 (or 0xB22C63) is known color: Rouge. HEX triplet: B2, 2C and 63. RGB value is (178,44,99). Sum of RGB (Red+Green+Blue) = 178+44+99=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C63 is #4DD39C. Grayscale: #5A5A5A. Windows color (decimal): -5100445 or 6499506. OLE color: 6499506.

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

Color convert

RGB 178 44 99 -
CMYK 0 0.75 0.44 0.30
HSL 335.37º 0.6% 0.44% -
HSV(B) 335.37º 0.75% 0.7% -
XYZ 21.51 12.17 13.02 -
YUV 90.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 178 44 99 0 0.75 0.44 0.30 335.37 0.6 0.44
Hex B2 2C 63 0 4B 2C 1E 14F 3C 2C
Octal 262 54 143 0 113 54 36 517 74 54
Binary 10110010 101100 1100011 0 1001011 101100 11110 101001111 111100 101100

Color Harmonies of #B22C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C63

Black with #B22C63

Text Example


Text Example

White with #B22C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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