Html Css Color HEX #B22C5F Rouge

📋 copy color: '#B22C5F'

red 178 ◦ green 44 ◦ blue 95

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

Shades of Rouge #B22C5F

Tints of Rouge #B22C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 56.15%
G = 13.88%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B22C5F (or 0xB22C5F) is known color: Rouge. HEX triplet: B2, 2C and 5F. RGB value is (178,44,95). Sum of RGB (Red+Green+Blue) = 178+44+95=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C5F is #4DD3A0. Grayscale: #595959. Windows color (decimal): -5100449 or 6237362. OLE color: 6237362.

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

Color convert

RGB 178 44 95 -
CMYK 0 0.75 0.47 0.30
HSL 337.16º 0.6% 0.44% -
HSV(B) 337.16º 0.75% 0.7% -
XYZ 21.33 12.09 12.04 -
YUV 89.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 178 44 95 0 0.75 0.47 0.30 337.16 0.6 0.44
Hex B2 2C 5F 0 4B 2F 1E 151 3C 2C
Octal 262 54 137 0 113 57 36 521 74 54
Binary 10110010 101100 1011111 0 1001011 101111 11110 101010001 111100 101100

Color Harmonies of #B22C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C5F

Black with #B22C5F

Text Example


Text Example

White with #B22C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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