Html Css Color HEX #B32560 Rouge

📋 copy color: '#B32560'

red 179 ◦ green 37 ◦ blue 96

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

Shades of Rouge #B32560

Tints of Rouge #B32560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 57.37%
G = 11.86%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B32560 (or 0xB32560) is known color: Rouge. HEX triplet: B3, 25 and 60. RGB value is (179,37,96). Sum of RGB (Red+Green+Blue) = 179+37+96=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B32560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32560 is #4CDA9F. Grayscale: #565656. Windows color (decimal): -5036704 or 6301107. OLE color: 6301107.

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

Color convert

RGB 179 37 96 -
CMYK 0 0.79 0.46 0.30
HSL 335.07º 0.66% 0.42% -
HSV(B) 335.07º 0.79% 0.7% -
XYZ 21.36 11.75 12.21 -
YUV 86.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 179 37 96 0 0.79 0.46 0.30 335.07 0.66 0.42
Hex B3 25 60 0 4F 2E 1E 14F 42 2A
Octal 263 45 140 0 117 56 36 517 102 52
Binary 10110011 100101 1100000 0 1001111 101110 11110 101001111 1000010 101010

Color Harmonies of #B32560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32560

Black with #B32560

Text Example


Text Example

White with #B32560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32560; }

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

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

background-color css

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

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

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

border-color css

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

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

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