Html Css Color HEX #B2325F Rouge

📋 copy color: '#B2325F'

red 178 ◦ green 50 ◦ blue 95

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

Shades of Rouge #B2325F

Tints of Rouge #B2325F

RGB

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

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

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

R = 55.11%
G = 15.48%
B = 29.41%

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

#B2325F (or 0xB2325F) is known color: Rouge. HEX triplet: B2, 32 and 5F. RGB value is (178,50,95). Sum of RGB (Red+Green+Blue) = 178+50+95=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2325F is #4DCDA0. Grayscale: #5D5D5D. Windows color (decimal): -5098913 or 6238898. OLE color: 6238898.

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

Color convert

RGB 178 50 95 -
CMYK 0 0.72 0.47 0.30
HSL 338.91º 0.56% 0.45% -
HSV(B) 338.91º 0.72% 0.7% -
XYZ 21.57 12.57 12.12 -
YUV 93.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 178 50 95 0 0.72 0.47 0.30 338.91 0.56 0.45
Hex B2 32 5F 0 48 2F 1E 153 38 2D
Octal 262 62 137 0 110 57 36 523 70 55
Binary 10110010 110010 1011111 0 1001000 101111 11110 101010011 111000 101101

Color Harmonies of #B2325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2325F

Black with #B2325F

Text Example


Text Example

White with #B2325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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