Html Css Color HEX #B3325C Rouge

📋 copy color: '#B3325C'

red 179 ◦ green 50 ◦ blue 92

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

Shades of Rouge #B3325C

Tints of Rouge #B3325C

RGB

 RED value IS 179 (70.31% from 255) = 55.76%

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

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

R = 55.76%
G = 15.58%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3325C (or 0xB3325C) is known color: Rouge. HEX triplet: B3, 32 and 5C. RGB value is (179,50,92). Sum of RGB (Red+Green+Blue) = 179+50+92=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3325C is #4CCDA3. Grayscale: #5D5D5D. Windows color (decimal): -5033380 or 6042291. OLE color: 6042291.

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

Color convert

RGB 179 50 92 -
CMYK 0 0.72 0.49 0.30
HSL 340.47º 0.56% 0.45% -
HSV(B) 340.47º 0.72% 0.7% -
XYZ 21.66 12.64 11.42 -
YUV 93.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 179 50 92 0 0.72 0.49 0.30 340.47 0.56 0.45
Hex B3 32 5C 0 48 31 1E 154 38 2D
Octal 263 62 134 0 110 61 36 524 70 55
Binary 10110011 110010 1011100 0 1001000 110001 11110 101010100 111000 101101

Color Harmonies of #B3325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3325C

Black with #B3325C

Text Example


Text Example

White with #B3325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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