Html Css Color HEX #B32E6E Rouge

📋 copy color: '#B32E6E'

red 179 ◦ green 46 ◦ blue 110

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

Shades of Rouge #B32E6E

Tints of Rouge #B32E6E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 53.43%
G = 13.73%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B32E6E (or 0xB32E6E) is known color: Rouge. HEX triplet: B3, 2E and 6E. RGB value is (179,46,110). Sum of RGB (Red+Green+Blue) = 179+46+110=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E6E is #4CD191. Grayscale: #5C5C5C. Windows color (decimal): -5034386 or 7220915. OLE color: 7220915.

HSL color Cylindrical-coordinate representation of color #B32E6E: hue angle of 331.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E6E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 110 -
CMYK 0 0.74 0.39 0.30
HSL 331.13º 0.59% 0.44% -
HSV(B) 331.13º 0.74% 0.7% -
XYZ 22.38 12.66 16.02 -
YUV 93.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 179 46 110 0 0.74 0.39 0.30 331.13 0.59 0.44
Hex B3 2E 6E 0 4A 27 1E 14B 3B 2C
Octal 263 56 156 0 112 47 36 513 73 54
Binary 10110011 101110 1101110 0 1001010 100111 11110 101001011 111011 101100

Color Harmonies of #B32E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E6E

Black with #B32E6E

Text Example


Text Example

White with #B32E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E6E; }

 p { color: rgb(179,46,110); }

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

background-color css

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

 a { background-color: rgb(179,46,110); }

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

border-color css

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

 span { border-color: rgb(179,46,110); }

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