Html Css Color HEX #B2325E Rouge

📋 copy color: '#B2325E'

red 178 ◦ green 50 ◦ blue 94

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

Shades of Rouge #B2325E

Tints of Rouge #B2325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

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

R = 55.28%
G = 15.53%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2325E (or 0xB2325E) is known color: Rouge. HEX triplet: B2, 32 and 5E. RGB value is (178,50,94). Sum of RGB (Red+Green+Blue) = 178+50+94=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2325E is #4DCDA1. Grayscale: #5D5D5D. Windows color (decimal): -5098914 or 6173362. OLE color: 6173362.

HSL color Cylindrical-coordinate representation of color #B2325E: hue angle of 339.38º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2325E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 94 -
CMYK 0 0.72 0.47 0.30
HSL 339.38º 0.56% 0.45% -
HSV(B) 339.38º 0.72% 0.7% -
XYZ 21.52 12.55 11.88 -
YUV 93.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 178 50 94 0 0.72 0.47 0.30 339.38 0.56 0.45
Hex B2 32 5E 0 48 2F 1E 153 38 2D
Octal 262 62 136 0 110 57 36 523 70 55
Binary 10110010 110010 1011110 0 1001000 101111 11110 101010011 111000 101101

Color Harmonies of #B2325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2325E

Black with #B2325E

Text Example


Text Example

White with #B2325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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