Html Css Color HEX #B32562 Rouge

📋 copy color: '#B32562'

red 179 ◦ green 37 ◦ blue 98

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

Shades of Rouge #B32562

Tints of Rouge #B32562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 57.01%
G = 11.78%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B32562 (or 0xB32562) is known color: Rouge. HEX triplet: B3, 25 and 62. RGB value is (179,37,98). Sum of RGB (Red+Green+Blue) = 179+37+98=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B32562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32562 is #4CDA9D. Grayscale: #565656. Windows color (decimal): -5036702 or 6432179. OLE color: 6432179.

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

Color convert

RGB 179 37 98 -
CMYK 0 0.79 0.45 0.30
HSL 334.23º 0.66% 0.42% -
HSV(B) 334.23º 0.79% 0.7% -
XYZ 21.46 11.79 12.7 -
YUV 86.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 179 37 98 0 0.79 0.45 0.30 334.23 0.66 0.42
Hex B3 25 62 0 4F 2D 1E 14E 42 2A
Octal 263 45 142 0 117 55 36 516 102 52
Binary 10110011 100101 1100010 0 1001111 101101 11110 101001110 1000010 101010

Color Harmonies of #B32562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32562

Black with #B32562

Text Example


Text Example

White with #B32562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32562; }

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

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

background-color css

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

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

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

border-color css

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

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

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