Html Css Color HEX #B3325E Rouge

📋 copy color: '#B3325E'

red 179 ◦ green 50 ◦ blue 94

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

Shades of Rouge #B3325E

Tints of Rouge #B3325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 55.42%
G = 15.48%
B = 29.1%

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

#B3325E (or 0xB3325E) is known color: Rouge. HEX triplet: B3, 32 and 5E. RGB value is (179,50,94). Sum of RGB (Red+Green+Blue) = 179+50+94=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3325E is #4CCDA1. Grayscale: #5D5D5D. Windows color (decimal): -5033378 or 6173363. OLE color: 6173363.

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

Color convert

RGB 179 50 94 -
CMYK 0 0.72 0.47 0.30
HSL 339.53º 0.56% 0.45% -
HSV(B) 339.53º 0.72% 0.7% -
XYZ 21.75 12.67 11.89 -
YUV 93.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 179 50 94 0 0.72 0.47 0.30 339.53 0.56 0.45
Hex B3 32 5E 0 48 2F 1E 154 38 2D
Octal 263 62 136 0 110 57 36 524 70 55
Binary 10110011 110010 1011110 0 1001000 101111 11110 101010100 111000 101101

Color Harmonies of #B3325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3325E

Black with #B3325E

Text Example


Text Example

White with #B3325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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