Html Css Color HEX #B3325A Rouge

📋 copy color: '#B3325A'

red 179 ◦ green 50 ◦ blue 90

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

Shades of Rouge #B3325A

Tints of Rouge #B3325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 56.11%
G = 15.67%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3325A (or 0xB3325A) is known color: Rouge. HEX triplet: B3, 32 and 5A. RGB value is (179,50,90). Sum of RGB (Red+Green+Blue) = 179+50+90=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3325A is #4CCDA5. Grayscale: #5D5D5D. Windows color (decimal): -5033382 or 5911219. OLE color: 5911219.

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

Color convert

RGB 179 50 90 -
CMYK 0 0.72 0.50 0.30
HSL 341.4º 0.56% 0.45% -
HSV(B) 341.4º 0.72% 0.7% -
XYZ 21.58 12.6 10.97 -
YUV 93.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 179 50 90 0 0.72 0.50 0.30 341.4 0.56 0.45
Hex B3 32 5A 0 48 32 1E 155 38 2D
Octal 263 62 132 0 110 62 36 525 70 55
Binary 10110011 110010 1011010 0 1001000 110010 11110 101010101 111000 101101

Color Harmonies of #B3325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3325A

Black with #B3325A

Text Example


Text Example

White with #B3325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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