Html Css Color HEX #B32565 Rouge

📋 copy color: '#B32565'

red 179 ◦ green 37 ◦ blue 101

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

Shades of Rouge #B32565

Tints of Rouge #B32565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 56.47%
G = 11.67%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B32565 (or 0xB32565) is known color: Rouge. HEX triplet: B3, 25 and 65. RGB value is (179,37,101). Sum of RGB (Red+Green+Blue) = 179+37+101=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B32565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32565 is #4CDA9A. Grayscale: #565656. Windows color (decimal): -5036699 or 6628787. OLE color: 6628787.

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

Color convert

RGB 179 37 101 -
CMYK 0 0.79 0.44 0.30
HSL 332.96º 0.66% 0.42% -
HSV(B) 332.96º 0.79% 0.7% -
XYZ 21.6 11.85 13.46 -
YUV 86.75 136.04 193.8 -
System Red Green Blue C M Y K H S L
Decimal 179 37 101 0 0.79 0.44 0.30 332.96 0.66 0.42
Hex B3 25 65 0 4F 2C 1E 14D 42 2A
Octal 263 45 145 0 117 54 36 515 102 52
Binary 10110011 100101 1100101 0 1001111 101100 11110 101001101 1000010 101010

Color Harmonies of #B32565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32565

Black with #B32565

Text Example


Text Example

White with #B32565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32565; }

 p { color: rgb(179,37,101); }

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

background-color css

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

 a { background-color: rgb(179,37,101); }

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

border-color css

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

 span { border-color: rgb(179,37,101); }

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