Html Css Color HEX #B32E6D Rouge

📋 copy color: '#B32E6D'

red 179 ◦ green 46 ◦ blue 109

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

Shades of Rouge #B32E6D

Tints of Rouge #B32E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 53.59%
G = 13.77%
B = 32.63%

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

#B32E6D (or 0xB32E6D) is known color: Rouge. HEX triplet: B3, 2E and 6D. RGB value is (179,46,109). Sum of RGB (Red+Green+Blue) = 179+46+109=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E6D is #4CD192. Grayscale: #5C5C5C. Windows color (decimal): -5034387 or 7155379. OLE color: 7155379.

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

Color convert

RGB 179 46 109 -
CMYK 0 0.74 0.39 0.30
HSL 331.58º 0.59% 0.44% -
HSV(B) 331.58º 0.74% 0.7% -
XYZ 22.33 12.64 15.73 -
YUV 92.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 179 46 109 0 0.74 0.39 0.30 331.58 0.59 0.44
Hex B3 2E 6D 0 4A 27 1E 14C 3B 2C
Octal 263 56 155 0 112 47 36 514 73 54
Binary 10110011 101110 1101101 0 1001010 100111 11110 101001100 111011 101100

Color Harmonies of #B32E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E6D

Black with #B32E6D

Text Example


Text Example

White with #B32E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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