Html Css Color HEX #B32D5D Rouge

📋 copy color: '#B32D5D'

red 179 ◦ green 45 ◦ blue 93

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

Shades of Rouge #B32D5D

Tints of Rouge #B32D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 56.47%
G = 14.2%
B = 29.34%

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

#B32D5D (or 0xB32D5D) is known color: Rouge. HEX triplet: B3, 2D and 5D. RGB value is (179,45,93). Sum of RGB (Red+Green+Blue) = 179+45+93=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D5D is #4CD2A2. Grayscale: #5A5A5A. Windows color (decimal): -5034659 or 6106547. OLE color: 6106547.

HSL color Cylindrical-coordinate representation of color #B32D5D: hue angle of 338.51º degrees, saturation: 0.6, 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 #B32D5D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 93 -
CMYK 0 0.75 0.48 0.30
HSL 338.51º 0.6% 0.44% -
HSV(B) 338.51º 0.75% 0.7% -
XYZ 21.5 12.25 11.59 -
YUV 90.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 179 45 93 0 0.75 0.48 0.30 338.51 0.6 0.44
Hex B3 2D 5D 0 4B 30 1E 153 3C 2C
Octal 263 55 135 0 113 60 36 523 74 54
Binary 10110011 101101 1011101 0 1001011 110000 11110 101010011 111100 101100

Color Harmonies of #B32D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D5D

Black with #B32D5D

Text Example


Text Example

White with #B32D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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