Html Css Color HEX #B2325D Rouge

📋 copy color: '#B2325D'

red 178 ◦ green 50 ◦ blue 93

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

Shades of Rouge #B2325D

Tints of Rouge #B2325D

RGB

 RED value IS 178 (69.92% from 255) = 55.45%

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 55.45%
G = 15.58%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2325D (or 0xB2325D) is known color: Rouge. HEX triplet: B2, 32 and 5D. RGB value is (178,50,93). Sum of RGB (Red+Green+Blue) = 178+50+93=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2325D is #4DCDA2. Grayscale: #5D5D5D. Windows color (decimal): -5098915 or 6107826. OLE color: 6107826.

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

Color convert

RGB 178 50 93 -
CMYK 0 0.72 0.48 0.30
HSL 339.84º 0.56% 0.45% -
HSV(B) 339.84º 0.72% 0.7% -
XYZ 21.48 12.54 11.64 -
YUV 93.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 178 50 93 0 0.72 0.48 0.30 339.84 0.56 0.45
Hex B2 32 5D 0 48 30 1E 154 38 2D
Octal 262 62 135 0 110 60 36 524 70 55
Binary 10110010 110010 1011101 0 1001000 110000 11110 101010100 111000 101101

Color Harmonies of #B2325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2325D

Black with #B2325D

Text Example


Text Example

White with #B2325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2325D; }

 p { color: rgb(178,50,93); }

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

background-color css

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

 a { background-color: rgb(178,50,93); }

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

border-color css

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

 span { border-color: rgb(178,50,93); }

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