Html Css Color HEX #B22561 Rouge

📋 copy color: '#B22561'

red 178 ◦ green 37 ◦ blue 97

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

Shades of Rouge #B22561

Tints of Rouge #B22561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 57.05%
G = 11.86%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B22561 (or 0xB22561) is known color: Rouge. HEX triplet: B2, 25 and 61. RGB value is (178,37,97). Sum of RGB (Red+Green+Blue) = 178+37+97=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B22561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22561 is #4DDA9E. Grayscale: #555555. Windows color (decimal): -5102239 or 6366642. OLE color: 6366642.

HSL color Cylindrical-coordinate representation of color #B22561: hue angle of 334.47º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22561 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 97 -
CMYK 0 0.79 0.46 0.30
HSL 334.47º 0.66% 0.42% -
HSV(B) 334.47º 0.79% 0.7% -
XYZ 21.18 11.65 12.44 -
YUV 86 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 178 37 97 0 0.79 0.46 0.30 334.47 0.66 0.42
Hex B2 25 61 0 4F 2E 1E 14E 42 2A
Octal 262 45 141 0 117 56 36 516 102 52
Binary 10110010 100101 1100001 0 1001111 101110 11110 101001110 1000010 101010

Color Harmonies of #B22561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22561

Black with #B22561

Text Example


Text Example

White with #B22561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22561; }

 p { color: rgb(178,37,97); }

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

background-color css

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

 a { background-color: rgb(178,37,97); }

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

border-color css

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

 span { border-color: rgb(178,37,97); }

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