Html Css Color HEX #B32B5D Rouge

📋 copy color: '#B32B5D'

red 179 ◦ green 43 ◦ blue 93

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

Shades of Rouge #B32B5D

Tints of Rouge #B32B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 56.83%
G = 13.65%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B32B5D (or 0xB32B5D) is known color: Rouge. HEX triplet: B3, 2B and 5D. RGB value is (179,43,93). Sum of RGB (Red+Green+Blue) = 179+43+93=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B5D is #4CD4A2. Grayscale: #595959. Windows color (decimal): -5035171 or 6106035. OLE color: 6106035.

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

Color convert

RGB 179 43 93 -
CMYK 0 0.76 0.48 0.30
HSL 337.94º 0.61% 0.44% -
HSV(B) 337.94º 0.76% 0.7% -
XYZ 21.43 12.1 11.56 -
YUV 89.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 179 43 93 0 0.76 0.48 0.30 337.94 0.61 0.44
Hex B3 2B 5D 0 4C 30 1E 152 3D 2C
Octal 263 53 135 0 114 60 36 522 75 54
Binary 10110011 101011 1011101 0 1001100 110000 11110 101010010 111101 101100

Color Harmonies of #B32B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B5D

Black with #B32B5D

Text Example


Text Example

White with #B32B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B5D; }

 p { color: rgb(179,43,93); }

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

background-color css

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

 a { background-color: rgb(179,43,93); }

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

border-color css

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

 span { border-color: rgb(179,43,93); }

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