Html Css Color HEX #B22D5C Rouge

📋 copy color: '#B22D5C'

red 178 ◦ green 45 ◦ blue 92

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

Shades of Rouge #B22D5C

Tints of Rouge #B22D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 56.51%
G = 14.29%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B22D5C (or 0xB22D5C) is known color: Rouge. HEX triplet: B2, 2D and 5C. RGB value is (178,45,92). Sum of RGB (Red+Green+Blue) = 178+45+92=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D5C is #4DD2A3. Grayscale: #5A5A5A. Windows color (decimal): -5100196 or 6041010. OLE color: 6041010.

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

Color convert

RGB 178 45 92 -
CMYK 0 0.75 0.48 0.30
HSL 338.8º 0.6% 0.44% -
HSV(B) 338.8º 0.75% 0.7% -
XYZ 21.23 12.11 11.34 -
YUV 90.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 178 45 92 0 0.75 0.48 0.30 338.8 0.6 0.44
Hex B2 2D 5C 0 4B 30 1E 153 3C 2C
Octal 262 55 134 0 113 60 36 523 74 54
Binary 10110010 101101 1011100 0 1001011 110000 11110 101010011 111100 101100

Color Harmonies of #B22D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D5C

Black with #B22D5C

Text Example


Text Example

White with #B22D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D5C; }

 p { color: rgb(178,45,92); }

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

background-color css

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

 a { background-color: rgb(178,45,92); }

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

border-color css

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

 span { border-color: rgb(178,45,92); }

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