Html Css Color HEX #B0325C Rouge

📋 copy color: '#B0325C'

red 176 ◦ green 50 ◦ blue 92

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

Shades of Rouge #B0325C

Tints of Rouge #B0325C

RGB

 RED value IS 176 (69.14% from 255) = 55.35%

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

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

R = 55.35%
G = 15.72%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0325C (or 0xB0325C) is known color: Rouge. HEX triplet: B0, 32 and 5C. RGB value is (176,50,92). Sum of RGB (Red+Green+Blue) = 176+50+92=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0325C is #4FCDA3. Grayscale: #5C5C5C. Windows color (decimal): -5229988 or 6042288. OLE color: 6042288.

HSL color Cylindrical-coordinate representation of color #B0325C: hue angle of 340º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0325C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 92 -
CMYK 0 0.72 0.48 0.31
HSL 340º 0.56% 0.44% -
HSV(B) 340º 0.72% 0.69% -
XYZ 20.98 12.28 11.39 -
YUV 92.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 176 50 92 0 0.72 0.48 0.31 340 0.56 0.44
Hex B0 32 5C 0 48 30 1F 154 38 2C
Octal 260 62 134 0 110 60 37 524 70 54
Binary 10110000 110010 1011100 0 1001000 110000 11111 101010100 111000 101100

Color Harmonies of #B0325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0325C

Black with #B0325C

Text Example


Text Example

White with #B0325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0325C; }

 p { color: rgb(176,50,92); }

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

background-color css

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

 a { background-color: rgb(176,50,92); }

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

border-color css

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

 span { border-color: rgb(176,50,92); }

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