Html Css Color HEX #B22C5E Rouge

📋 copy color: '#B22C5E'

red 178 ◦ green 44 ◦ blue 94

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

Shades of Rouge #B22C5E

Tints of Rouge #B22C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 56.33%
G = 13.92%
B = 29.75%

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

#B22C5E (or 0xB22C5E) is known color: Rouge. HEX triplet: B2, 2C and 5E. RGB value is (178,44,94). Sum of RGB (Red+Green+Blue) = 178+44+94=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C5E is #4DD3A1. Grayscale: #595959. Windows color (decimal): -5100450 or 6171826. OLE color: 6171826.

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

Color convert

RGB 178 44 94 -
CMYK 0 0.75 0.47 0.30
HSL 337.61º 0.6% 0.44% -
HSV(B) 337.61º 0.75% 0.7% -
XYZ 21.28 12.07 11.8 -
YUV 89.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 178 44 94 0 0.75 0.47 0.30 337.61 0.6 0.44
Hex B2 2C 5E 0 4B 2F 1E 152 3C 2C
Octal 262 54 136 0 113 57 36 522 74 54
Binary 10110010 101100 1011110 0 1001011 101111 11110 101010010 111100 101100

Color Harmonies of #B22C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C5E

Black with #B22C5E

Text Example


Text Example

White with #B22C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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