Html Css Color HEX #B32C5D Rouge

📋 copy color: '#B32C5D'

red 179 ◦ green 44 ◦ blue 93

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

Shades of Rouge #B32C5D

Tints of Rouge #B32C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 56.65%
G = 13.92%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B32C5D (or 0xB32C5D) is known color: Rouge. HEX triplet: B3, 2C and 5D. RGB value is (179,44,93). Sum of RGB (Red+Green+Blue) = 179+44+93=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C5D is #4CD3A2. Grayscale: #595959. Windows color (decimal): -5034915 or 6106291. OLE color: 6106291.

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

Color convert

RGB 179 44 93 -
CMYK 0 0.75 0.48 0.30
HSL 338.22º 0.61% 0.44% -
HSV(B) 338.22º 0.75% 0.7% -
XYZ 21.47 12.18 11.57 -
YUV 89.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 179 44 93 0 0.75 0.48 0.30 338.22 0.61 0.44
Hex B3 2C 5D 0 4B 30 1E 152 3D 2C
Octal 263 54 135 0 113 60 36 522 75 54
Binary 10110011 101100 1011101 0 1001011 110000 11110 101010010 111101 101100

Color Harmonies of #B32C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C5D

Black with #B32C5D

Text Example


Text Example

White with #B32C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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