Html Css Color HEX #B3326B Rouge

📋 copy color: '#B3326B'

red 179 ◦ green 50 ◦ blue 107

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

Shades of Rouge #B3326B

Tints of Rouge #B3326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 53.27%
G = 14.88%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3326B (or 0xB3326B) is known color: Rouge. HEX triplet: B3, 32 and 6B. RGB value is (179,50,107). Sum of RGB (Red+Green+Blue) = 179+50+107=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B3326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3326B is #4CCD94. Grayscale: #5E5E5E. Windows color (decimal): -5033365 or 7025331. OLE color: 7025331.

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

Color convert

RGB 179 50 107 -
CMYK 0 0.72 0.40 0.30
HSL 333.49º 0.56% 0.45% -
HSV(B) 333.49º 0.72% 0.7% -
XYZ 22.38 12.93 15.23 -
YUV 95.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 179 50 107 0 0.72 0.40 0.30 333.49 0.56 0.45
Hex B3 32 6B 0 48 28 1E 14D 38 2D
Octal 263 62 153 0 110 50 36 515 70 55
Binary 10110011 110010 1101011 0 1001000 101000 11110 101001101 111000 101101

Color Harmonies of #B3326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3326B

Black with #B3326B

Text Example


Text Example

White with #B3326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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